|
wpa_supplicant / hostapd
2.5
|
P2P peer information. More...
#include <p2p.h>
Data Fields | |
| u8 | p2p_device_addr [ETH_ALEN] |
| P2P Device Address of the peer. | |
| u8 | pri_dev_type [8] |
| Primary Device Type. | |
| char | device_name [WPS_DEV_NAME_MAX_LEN+1] |
| Device Name (0..32 octets encoded in UTF-8) | |
| char | manufacturer [WPS_MANUFACTURER_MAX_LEN+1] |
| Manufacturer (0..64 octets encoded in UTF-8) | |
| char | model_name [WPS_MODEL_NAME_MAX_LEN+1] |
| Model Name (0..32 octets encoded in UTF-8) | |
| char | model_number [WPS_MODEL_NUMBER_MAX_LEN+1] |
| Model Number (0..32 octets encoded in UTF-8) | |
| char | serial_number [WPS_SERIAL_NUMBER_MAX_LEN+1] |
| Serial Number (0..32 octets encoded in UTF-8) | |
| int | level |
| Signal level. | |
| u16 | config_methods |
| WPS Configuration Methods. | |
| u8 | dev_capab |
| Device Capabilities. | |
| u8 | group_capab |
| Group Capabilities. | |
| u8 | wps_sec_dev_type_list [WPS_SEC_DEV_TYPE_MAX_LEN] |
| WPS secondary device type list. More... | |
| size_t | wps_sec_dev_type_list_len |
| Length of secondary device type list. | |
| struct wpabuf * | wps_vendor_ext [P2P_MAX_WPS_VENDOR_EXT] |
| struct wpabuf * | wfd_subelems |
| Wi-Fi Display subelements from WFD IE(s) | |
| struct wpabuf * | vendor_elems |
| Unrecognized vendor elements. More... | |
| struct wpabuf * | p2ps_instance |
| P2PS Application Service Info. | |
P2P peer information.
| struct wpabuf* p2p_peer_info::vendor_elems |
Unrecognized vendor elements.
This buffer includes any other vendor element than P2P, WPS, and WFD IE(s) from the frame that was used to discover the peer.
| u8 p2p_peer_info::wps_sec_dev_type_list[WPS_SEC_DEV_TYPE_MAX_LEN] |
WPS secondary device type list.
This list includes from 0 to 16 Secondary Device Types as indicated by wps_sec_dev_type_list_len (8 * number of types).
1.8.6