|
hostapd
|
struct p2p_go_neg_results - P2P Group Owner Negotiation results More...
#include <p2p.h>
Public Attributes | |
| int | status |
| status - Negotiation result (Status Code) More... | |
| int | role_go |
| role_go - Whether local end is Group Owner | |
| int | freq |
| freq - Frequency of the group operational channel in MHz | |
| int | ht40 |
| int | vht |
| u8 | max_oper_chwidth |
| unsigned int | vht_center_freq2 |
| u8 | ssid [SSID_MAX_LEN] |
| ssid - SSID of the group | |
| size_t | ssid_len |
| ssid_len - Length of SSID in octets | |
| u8 | psk [32] |
| psk - WPA pre-shared key (256 bits) (GO only) | |
| int | psk_set |
| psk_set - Whether PSK field is configured (GO only) | |
| char | passphrase [64] |
| passphrase - WPA2-Personal passphrase for the group (GO only) | |
| u8 | peer_device_addr [ETH_ALEN] |
| peer_device_addr - P2P Device Address of the peer | |
| u8 | peer_interface_addr [ETH_ALEN] |
| peer_interface_addr - P2P Interface Address of the peer | |
| enum p2p_wps_method | wps_method |
| wps_method - WPS method to be used during provisioning | |
| int | freq_list [P2P_MAX_CHANNELS] |
| freq_list - Zero-terminated list of possible operational channels | |
| int | persistent_group |
| persistent_group - Whether the group should be made persistent 0 = not persistent 1 = persistent group without persistent reconnect 2 = persistent group with persistent reconnect | |
| unsigned int | peer_config_timeout |
| peer_config_timeout - Peer configuration timeout (in 10 msec units) | |
struct p2p_go_neg_results - P2P Group Owner Negotiation results
| int p2p_go_neg_results::status |
status - Negotiation result (Status Code)
0 (P2P_SC_SUCCESS) indicates success. Non-zero values indicate failed negotiation.
1.8.12