Searched defs:wpa_sm (Results 1 – 2 of 2) sorted by relevance
21 struct wpa_sm { struct22 u8 pmk[PMK_LEN];23 size_t pmk_len;24 struct wpa_ptk ptk, tptk;48 struct wpa_sm_ctx *ctx; argument50 void *scard_ctx; /* context for smartcard callbacks */51 int fast_reauth; /* whether EAP fast re-authentication is enabled */53 void *network_ctx;54 int peerkey_enabled;55 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */[all …]
117 struct wpa_state_machine *wpa_sm; member