Searched refs:wpa_authenticator (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/ap/ |
D | wpa_auth.h | 104 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, 224 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, 230 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr); 231 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth, 235 void wpa_receive(struct wpa_authenticator *wpa_auth, [all …]
|
D | wpa_auth_i.h | 25 struct wpa_authenticator *wpa_auth; 159 struct wpa_authenticator { struct 174 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth, argument 179 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, 182 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, 183 int (*cb)(struct wpa_authenticator *a, void *ctx), 187 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth, 189 void wpa_smk_error(struct wpa_authenticator *wpa_auth, 191 void wpa_smk_m1(struct wpa_authenticator *wpa_auth, 193 void wpa_smk_m3(struct wpa_authenticator *wpa_auth,
|
D | wpa_auth.c | 41 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth, 44 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth, 46 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, 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() [all …]
|
D | wpa_auth_ie.h | 48 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
|
D | hostapd.h | 79 struct wpa_authenticator *wpa_auth;
|
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()
|