Home
last modified time | relevance | path

Searched refs:wpa_authenticator (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.h104 struct wpa_authenticator;
196 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a,
209 struct wpa_authenticator * wpa_init(const u8 *addr,
212 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
213 void wpa_deinit(struct wpa_authenticator *wpa_auth);
214 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
226 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
233 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr);
234 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
238 void wpa_receive(struct wpa_authenticator *wpa_auth,
[all …]
Dwpa_auth_i.h25 struct wpa_authenticator *wpa_auth;
178 struct wpa_authenticator { struct
200 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth, argument
205 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
208 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
209 int (*cb)(struct wpa_authenticator *a, void *ctx),
Dwpa_auth.c48 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
51 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
53 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
106 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_mic_failure_report()
112 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_set_eapol()
119 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_get_eapol()
125 static inline const u8 * wpa_auth_get_psk(struct wpa_authenticator *wpa_auth, in wpa_auth_get_psk()
151 static inline int wpa_auth_get_msk(struct wpa_authenticator *wpa_auth, in wpa_auth_get_msk()
157 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key()
194 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, in wpa_auth_get_seqnum()
[all …]
Dwpa_auth_ie.h40 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
Dhostapd.h111 struct wpa_authenticator *wpa_auth;
Dwpa_auth_ie.c329 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) in wpa_auth_gen_wpa_ie()
392 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, in wpa_validate_wpa_ie()