wpa_supplicant / hostapd 2.0
Data Fields

p2p_peer_info Struct Reference

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 [33]
 Device Name (0..32 octets encoded in UTF-8)
char manufacturer [65]
 Manufacturer (0..64 octets encoded in UTF-8)
char model_name [33]
 Model Name (0..32 octets encoded in UTF-8)
char model_number [33]
 Model Number (0..32 octets encoded in UTF-8)
char serial_number [33]
 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 [128]
 WPS secondary device type list.
size_t wps_sec_dev_type_list_len
 Length of secondary device type list.
struct wpabufwps_vendor_ext [P2P_MAX_WPS_VENDOR_EXT]

Detailed Description

P2P peer information.


Field Documentation

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines