hostapd
Public Attributes | List of all members
p2p_peer_info Struct Reference

struct p2p_peer_info - P2P peer information More...

#include <p2p.h>

Public Attributes

u8 p2p_device_addr [ETH_ALEN]
 p2p_device_addr - P2P Device Address of the peer
 
u8 pri_dev_type [8]
 pri_dev_type - Primary Device Type
 
char device_name [WPS_DEV_NAME_MAX_LEN+1]
 device_name - Device Name (0..32 octets encoded in UTF-8)
 
char manufacturer [WPS_MANUFACTURER_MAX_LEN+1]
 manufacturer - Manufacturer (0..64 octets encoded in UTF-8)
 
char model_name [WPS_MODEL_NAME_MAX_LEN+1]
 model_name - Model Name (0..32 octets encoded in UTF-8)
 
char model_number [WPS_MODEL_NUMBER_MAX_LEN+1]
 model_number - Model Number (0..32 octets encoded in UTF-8)
 
char serial_number [WPS_SERIAL_NUMBER_MAX_LEN+1]
 serial_number - Serial Number (0..32 octets encoded in UTF-8)
 
int level
 level - Signal level
 
u16 config_methods
 config_methods - WPS Configuration Methods
 
u8 dev_capab
 dev_capab - Device Capabilities
 
u8 group_capab
 group_capab - Group Capabilities
 
u8 wps_sec_dev_type_list [WPS_SEC_DEV_TYPE_MAX_LEN]
 wps_sec_dev_type_list - WPS secondary device type list More...
 
size_t wps_sec_dev_type_list_len
 wps_sec_dev_type_list_len - Length of secondary device type list
 
struct wpabufwps_vendor_ext [P2P_MAX_WPS_VENDOR_EXT]
 
struct wpabufwfd_subelems
 wfd_subelems - Wi-Fi Display subelements from WFD IE(s)
 
struct wpabufvendor_elems
 vendor_elems - Unrecognized vendor elements More...
 
struct wpabufp2ps_instance
 p2ps_instance - P2PS Application Service Info
 

Detailed Description

struct p2p_peer_info - P2P peer information

Member Data Documentation

§ vendor_elems

struct wpabuf* p2p_peer_info::vendor_elems

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.

§ wps_sec_dev_type_list

u8 p2p_peer_info::wps_sec_dev_type_list[WPS_SEC_DEV_TYPE_MAX_LEN]

wps_sec_dev_type_list - 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).


The documentation for this struct was generated from the following file: