|
hostapd
|
Public Attributes | |
| struct p2ps_advertisement * | next |
| char * | svc_info |
| svc_info - Pointer to (internal) Service defined information | |
| u32 | id |
| id - P2PS Advertisement ID | |
| u16 | config_methods |
| config_methods - WPS Methods which are allowed for this service | |
| u8 | state |
| state - Current state of the service: 0 - Out Of Service, 1-255 Vendor defined | |
| u8 | auto_accept |
| auto_accept - Automatically Accept provisioning request if possible. | |
| u8 | hash [P2PS_HASH_LEN] |
| hash - 6 octet Service Name has to match against incoming Probe Requests | |
| 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... | |
| char | svc_name [0] |
| svc_name - NULL Terminated UTF-8 Service Name, and svc_info storage | |
| u8 p2ps_advertisement::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_advertisement::cpt_priority[P2PS_FEATURE_CAPAB_CPT_MAX+1] |
cpt_priority - 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.12