|
wpa_supplicant / hostapd
2.5
|
Data Fields | |
| struct p2ps_advertisement * | next |
| char * | svc_info |
| Pointer to (internal) Service defined information. | |
| u32 | id |
| P2PS Advertisement ID. | |
| u16 | config_methods |
| WPS Methods which are allowed for this service. | |
| u8 | state |
| Current state of the service: 0 - Out Of Service, 1-255 Vendor defined. | |
| u8 | auto_accept |
| Automatically Accept provisioning request if possible. | |
| u8 | hash [P2PS_HASH_LEN] |
| 6 octet Service Name has to match against incoming Probe Requests | |
| 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 | svc_name [0] |
| NULL Terminated UTF-8 Service Name, and svc_info storage. | |
| u8 p2ps_advertisement::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_advertisement::cpt_priority[P2PS_FEATURE_CAPAB_CPT_MAX+1] |
Coordination Protocol Transport priority list.
Priorities of supported ASP Coordinatin Protocol Transports. This property is set together and corresponds with cpt_mask. The CPT priority list is 0 terminated.
1.8.6