Searched defs:wpa_state_machine (Results 1 – 1 of 1) sorted by relevance
24 struct wpa_state_machine { struct25 struct wpa_authenticator *wpa_auth;26 struct wpa_group *group;28 u8 addr[ETH_ALEN];30 enum {36 } wpa_ptk_state;38 enum {43 } wpa_ptk_group_state;45 Boolean Init;46 Boolean DeauthenticationRequest;[all …]