Searched defs:wpa_auth (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 77 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_mic_failure_report() 86 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_psk_failure_report() 93 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_set_eapol() 102 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_get_eapol() 111 static inline const u8 * wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, in wpa_auth_get_psk() 123 static inline int wpa_auth_get_msk(struct wpa_authenticator *wpa_auth, in wpa_auth_get_msk() 132 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() 144 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, in wpa_auth_get_seqnum() 154 wpa_auth_send_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr, in wpa_auth_send_eapol() 165 static inline int wpa_auth_start_ampe(struct wpa_authenticator *wpa_auth, in wpa_auth_start_ampe() [all …]
|
D | wpa_auth_ft.c | 405 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, in wpa_ft_rrb_send() 416 static int wpa_ft_rrb_oui_send(struct wpa_authenticator *wpa_auth, in wpa_ft_rrb_oui_send() 429 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth, in wpa_ft_action_send() 439 static const u8 * wpa_ft_get_psk(struct wpa_authenticator *wpa_auth, in wpa_ft_get_psk() 451 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) in wpa_ft_add_sta() 459 static int wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, in wpa_ft_add_tspec() 571 static void wpa_ft_rrb_seq_flush(struct wpa_authenticator *wpa_auth, in wpa_ft_rrb_seq_flush() 595 wpa_ft_rrb_seq_req(struct wpa_authenticator *wpa_auth, in wpa_ft_rrb_seq_req() 601 int (*cb)(struct wpa_authenticator *wpa_auth, in wpa_ft_rrb_seq_req() 761 wpa_ft_rrb_seq_accept(struct wpa_authenticator *wpa_auth, in wpa_ft_rrb_seq_accept() [all …]
|
D | wpa_auth_ie.c | 412 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) in wpa_auth_gen_wpa_ie() 510 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, in wpa_validate_wpa_ie() 842 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, in wpa_validate_osen()
|
D | wpa_auth_i.h | 20 struct wpa_authenticator *wpa_auth; member
|
D | hostapd.h | 164 struct wpa_authenticator *wpa_auth; member
|