Home
last modified time | relevance | path

Searched refs:wpa_authenticator (Results 1 - 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.h143 struct wpa_authenticator;
267 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a,
304 struct wpa_authenticator * wpa_init(const u8 *addr,
308 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
309 void wpa_deinit(struct wpa_authenticator *wpa_auth);
310 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
320 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
325 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
332 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
334 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_aut
[all...]
H A Dwpa_auth_i.h20 struct wpa_authenticator *wpa_auth;
206 struct wpa_authenticator { struct
272 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
274 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
276 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
281 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
284 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
285 int (*cb)(struct wpa_authenticator *a, void *ctx),
H A Dwpa_auth.c50 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
53 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
55 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
60 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
62 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
64 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
80 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_mic_failure_report()
89 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_psk_failure_report()
96 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_set_eapol()
105 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_aut
[all...]
H A Dwpa_auth_ft.c626 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, in wpa_ft_rrb_send()
637 static int wpa_ft_rrb_oui_send(struct wpa_authenticator *wpa_auth, in wpa_ft_rrb_oui_send()
650 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth, in wpa_ft_action_send()
660 static const u8 * wpa_ft_get_psk(struct wpa_authenticator *wpa_auth, in wpa_ft_get_psk()
672 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) in wpa_ft_add_sta()
680 static int wpa_ft_set_vlan(struct wpa_authenticator *wpa_auth, in wpa_ft_set_vlan()
689 static int wpa_ft_get_vlan(struct wpa_authenticator *wpa_auth, in wpa_ft_get_vlan()
699 wpa_ft_set_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_identity()
710 wpa_ft_get_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_identity()
721 wpa_ft_set_radius_cui(struct wpa_authenticator *wpa_aut
[all...]
H A Dwpa_auth_ie.h49 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
H A Dwpa_auth_ie.c434 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) in wpa_auth_gen_wpa_ie()
521 static int wpa_auth_okc_iter(struct wpa_authenticator *a, void *ctx) in wpa_auth_okc_iter()
532 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, in wpa_validate_wpa_ie()
949 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, in wpa_validate_osen()
H A Dhostapd.h187 struct wpa_authenticator *wpa_auth;
H A Dwpa_auth_glue.c463 int (*cb)(struct wpa_authenticator *sm, void *ctx);
481 void *ctx, int (*cb)(struct wpa_authenticator *sm, void *ctx), in hostapd_wpa_auth_for_each_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.h143 struct wpa_authenticator;
309 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a,
350 struct wpa_authenticator * wpa_init(const u8 *addr,
354 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
355 void wpa_deinit(struct wpa_authenticator *wpa_auth);
356 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
368 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
374 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
381 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
383 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_aut
[all...]
H A Dwpa_auth_i.h20 struct wpa_authenticator *wpa_auth;
211 struct wpa_authenticator { struct
278 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
280 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
283 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
288 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
291 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
292 int (*cb)(struct wpa_authenticator *a, void *ctx),
H A Dwpa_auth.c59 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
62 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
64 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
69 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
71 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
73 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
96 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_mic_failure_report()
105 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_psk_failure_report()
112 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_set_eapol()
121 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_aut
[all...]
H A Dwpa_auth_ft.c627 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, in wpa_ft_rrb_send()
638 static int wpa_ft_rrb_oui_send(struct wpa_authenticator *wpa_auth, in wpa_ft_rrb_oui_send()
651 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth, in wpa_ft_action_send()
661 static const u8 * wpa_ft_get_psk(struct wpa_authenticator *wpa_auth, in wpa_ft_get_psk()
673 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) in wpa_ft_add_sta()
681 static int wpa_ft_set_vlan(struct wpa_authenticator *wpa_auth, in wpa_ft_set_vlan()
690 static int wpa_ft_get_vlan(struct wpa_authenticator *wpa_auth, in wpa_ft_get_vlan()
700 wpa_ft_set_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_identity()
711 wpa_ft_get_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_identity()
722 wpa_ft_set_radius_cui(struct wpa_authenticator *wpa_aut
[all...]
H A Dwpa_auth_ie.h14 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
H A Dwpa_auth_ie.c488 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) in wpa_auth_gen_wpa_ie()
580 static int wpa_auth_okc_iter(struct wpa_authenticator *a, void *ctx) in wpa_auth_okc_iter()
592 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, in wpa_validate_wpa_ie()
1052 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, in wpa_validate_osen()
1157 bool wpa_auth_write_fd_rsn_info(struct wpa_authenticator *wpa_auth, in wpa_auth_write_fd_rsn_info()
H A Dhostapd.h196 struct wpa_authenticator *wpa_auth;
H A Dwpa_auth_glue.c573 int (*cb)(struct wpa_authenticator *sm, void *ctx);
591 void *ctx, int (*cb)(struct wpa_authenticator *sm, void *ctx), in hostapd_wpa_auth_for_each_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_rsn.h14 struct wpa_authenticator *auth;
H A Dibss_rsn.h48 struct wpa_authenticator *auth_group;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_rsn.h14 struct wpa_authenticator *auth;
H A Dibss_rsn.h48 struct wpa_authenticator *auth_group;

Completed in 33 milliseconds