|
wpa_supplicant / hostapd
2.5
|
Data Fields | |
| unsigned int | pd_seeker:1 |
| P2PS provision discovery seeker role. | |
| int | status |
| Remote returned provisioning status code. | |
| u32 | adv_id |
| P2PS Advertisement ID. | |
| u32 | session_id |
| P2PS Session ID. | |
| u16 | method |
| WPS Method (to be) used to establish session. | |
| u8 | conncap |
| Connection Capabilities negotiated between P2P peers. | |
| u8 | role |
| Info about the roles to be used for this connection. | |
| u8 | session_mac [ETH_ALEN] |
| MAC address of the peer that started the session. | |
| u8 | adv_mac [ETH_ALEN] |
| MAC address of the peer advertised the service. | |
| u8 | cpt_mask |
| Supported Coordination Protocol Transport mask. More... | |
| u8 | cpt_priority [P2PS_FEATURE_CAPAB_CPT_MAX+1] |
| Coordination Protocol Transport priority list. More... | |
| char | info [0] |
| Vendor defined extra Provisioning information. | |
| u8 p2ps_provision::cpt_mask |
Supported Coordination Protocol Transport mask.
A bitwise mask of supported ASP Coordination Protocol Transports. This property is set together and corresponds with cpt_priority.
| u8 p2ps_provision::cpt_priority[P2PS_FEATURE_CAPAB_CPT_MAX+1] |
Coordination Protocol Transport priority list.
Priorities of supported ASP Coordination Protocol Transports. This property is set together and corresponds with cpt_mask. The CPT priority list is 0 terminated.
1.8.6