wpa_supplicant / hostapd
2.5
|
P2P Group Owner Negotiation results. More...
#include <p2p.h>
Data Fields | |
int | status |
Negotiation result (Status Code) More... | |
int | role_go |
Whether local end is Group Owner. | |
int | freq |
Frequency of the group operational channel in MHz. | |
int | ht40 |
int | vht |
u8 | ssid [SSID_MAX_LEN] |
SSID of the group. | |
size_t | ssid_len |
Length of SSID in octets. | |
u8 | psk [32] |
WPA pre-shared key (256 bits) (GO only) | |
int | psk_set |
Whether PSK field is configured (GO only) | |
char | passphrase [64] |
WPA2-Personal passphrase for the group (GO only) | |
u8 | peer_device_addr [ETH_ALEN] |
P2P Device Address of the peer. | |
u8 | peer_interface_addr [ETH_ALEN] |
P2P Interface Address of the peer. | |
enum p2p_wps_method | wps_method |
WPS method to be used during provisioning. | |
int | freq_list [P2P_MAX_CHANNELS] |
Zero-terminated list of possible operational channels. | |
int | 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 configuration timeout (in 10 msec units) | |
P2P Group Owner Negotiation results.
int p2p_go_neg_results::status |
Negotiation result (Status Code)
0 (P2P_SC_SUCCESS) indicates success. Non-zero values indicate failed negotiation.