|
hostapd
|
Public Attributes | |
| unsigned int | pd_seeker:1 |
| pd_seeker - P2PS provision discovery seeker role | |
| int | status |
| status - Remote returned provisioning status code | |
| u32 | adv_id |
| adv_id - P2PS Advertisement ID | |
| u32 | session_id |
| session_id - P2PS Session ID | |
| u16 | method |
| method - WPS Method (to be) used to establish session | |
| u8 | conncap |
| conncap - Connection Capabilities negotiated between P2P peers | |
| u8 | role |
| role - Info about the roles to be used for this connection | |
| u8 | session_mac [ETH_ALEN] |
| session_mac - MAC address of the peer that started the session | |
| u8 | adv_mac [ETH_ALEN] |
| adv_mac - MAC address of the peer advertised the service | |
| u8 | cpt_mask |
| cpt_mask - Supported Coordination Protocol Transport mask More... | |
| u8 | cpt_priority [P2PS_FEATURE_CAPAB_CPT_MAX+1] |
| cpt_priority - Coordination Protocol Transport priority list More... | |
| unsigned int | force_freq |
| force_freq - The only allowed channel frequency in MHz or 0. | |
| unsigned int | pref_freq |
| pref_freq - Preferred operating frequency in MHz or 0. | |
| char | info [0] |
| info - Vendor defined extra Provisioning information | |
| u8 p2ps_provision::cpt_mask |
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] |
cpt_priority - 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.12