hostapd
Public Attributes | List of all members
wpa_driver_auth_params Struct Reference

struct wpa_driver_auth_params - Authentication parameters Data for struct wpa_driver_ops::authenticate(). More...

#include <driver.h>

Public Attributes

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
 p2p - Whether this connection is a P2P group
 
const u8 * auth_data
 auth_data - Additional elements for Authentication frame More...
 
size_t auth_data_len
 auth_data_len - Length of auth_data buffer in octets
 

Detailed Description

struct wpa_driver_auth_params - Authentication parameters Data for struct wpa_driver_ops::authenticate().

Member Data Documentation

§ auth_data

const u8* wpa_driver_auth_params::auth_data

auth_data - Additional elements for Authentication frame

This buffer starts with the Authentication transaction sequence number field. If no special handling of such elements is needed, this pointer is NULL. This is used with SAE and FILS.


The documentation for this struct was generated from the following file: