Searched defs:wpa_auth (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 101 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_mic_failure_report() 107 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_set_eapol() 114 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_get_eapol() 120 static inline const u8 * wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, in wpa_auth_get_psk() 132 static inline int wpa_auth_get_msk(struct wpa_authenticator *wpa_auth, in wpa_auth_get_msk() 138 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() 147 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, in wpa_auth_get_seqnum() 157 wpa_auth_send_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, in wpa_auth_send_eapol() 178 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, in wpa_auth_for_each_sta() 185 static void wpa_sta_disconnect(struct wpa_authenticator *wpa_auth, in wpa_sta_disconnect() [all …]
|
D | wpa_auth_ie.c | 303 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) in wpa_auth_gen_wpa_ie() 360 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, in wpa_validate_wpa_ie()
|
D | hostapd.h | 79 struct wpa_authenticator *wpa_auth; member
|
D | wpa_auth_i.h | 25 struct wpa_authenticator *wpa_auth; member
|