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];29 u8 p2p_dev_addr[ETH_ALEN];31 enum {37 } wpa_ptk_state;39 enum {44 } wpa_ptk_group_state;46 Boolean Init;[all …]