|
wpa_supplicant / hostapd
2.5
|
Authentication parameters Data for struct wpa_driver_ops::authenticate(). More...
#include <driver.h>
Data Fields | |
| int | freq |
| const u8 * | bssid |
| const u8 * | ssid |
| size_t | ssid_len |
| int | auth_alg |
| const u8 * | ie |
| size_t | ie_len |
| const u8 * | wep_key [4] |
| size_t | wep_key_len [4] |
| int | wep_tx_keyidx |
| int | local_state_change |
| int | p2p |
| Whether this connection is a P2P group. | |
| const u8 * | sae_data |
| SAE elements for Authentication frame. More... | |
| size_t | sae_data_len |
| Length of sae_data buffer in octets. | |
Authentication parameters Data for struct wpa_driver_ops::authenticate().
| const u8* wpa_driver_auth_params::sae_data |
SAE elements for Authentication frame.
This buffer starts with the Authentication transaction sequence number field. If SAE is not used, this pointer is NULL.
1.8.6