Home
last modified time | relevance | path

Searched defs:wpa_sm (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_i.h25 struct wpa_sm { struct
26 u8 pmk[PMK_LEN];
50 struct wpa_sm_ctx *ctx; argument
52 void *scard_ctx; /* context for smartcard callbacks */
53 int fast_reauth; /* whether EAP fast re-authentication is enabled */
55 void *network_ctx;
56 int peerkey_enabled;
57 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */
58 int proactive_key_caching;
59 int eap_workaround;
[all …]
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h21 struct wpa_sm { struct
22 u8 pmk[PMK_LEN];
23 size_t pmk_len;
47 struct wpa_sm_ctx *ctx; argument
49 void *scard_ctx; /* context for smartcard callbacks */
50 int fast_reauth; /* whether EAP fast re-authentication is enabled */
52 void *network_ctx;
53 int peerkey_enabled;
54 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */
55 int proactive_key_caching;
[all …]
/external/wpa_supplicant_8/src/ap/
Dsta_info.h91 struct wpa_state_machine *wpa_sm; member