Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h21 struct wpa_sm { struct
22 u8 pmk[PMK_LEN_MAX];
23 size_t pmk_len;
24 struct wpa_ptk ptk, tptk;
25 int ptk_set, tptk_set;
49 struct wpa_sm_ctx *ctx; argument
51 void *scard_ctx; /* context for smartcard callbacks */
52 int fast_reauth; /* whether EAP fast re-authentication is enabled */
54 void *network_ctx;
55 int peerkey_enabled;
[all …]
/external/wpa_supplicant_8/src/ap/
Dsta_info.h138 struct wpa_state_machine *wpa_sm; member