Searched defs:wpa_sm (Results 1 – 2 of 2) sorted by relevance
21 struct wpa_sm { struct22 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; argument51 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 …]
138 struct wpa_state_machine *wpa_sm; member