Searched refs:wpa_authenticator (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.h | 143 struct wpa_authenticator; 311 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a, 352 struct wpa_authenticator * wpa_init(const u8 *addr, 356 int wpa_init_keys(struct wpa_authenticator *wpa_auth); 357 void wpa_deinit(struct wpa_authenticator *wpa_auth); 358 int wpa_reconfig(struct wpa_authenticator *wpa_auth, 370 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, 376 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, 383 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr, 385 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth, [all …]
|
D | wpa_auth_i.h | 20 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),
|
D | wpa_auth.c | 52 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth, 55 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth, 57 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, 62 static void wpa_group_free(struct wpa_authenticator *wpa_auth, 64 static void wpa_group_get(struct wpa_authenticator *wpa_auth, 66 static void wpa_group_put(struct wpa_authenticator *wpa_auth, 83 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_mic_failure_report() 92 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_psk_failure_report() 99 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_set_eapol() 108 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_get_eapol() [all …]
|
D | wpa_auth_ft.c | 627 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_auth, const u8 *sta_addr, in wpa_ft_set_radius_cui() [all …]
|
D | wpa_auth_ie.h | 14 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
|
D | wpa_auth_ie.c | 482 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) in wpa_auth_gen_wpa_ie() 574 static int wpa_auth_okc_iter(struct wpa_authenticator *a, void *ctx) in wpa_auth_okc_iter() 586 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, in wpa_validate_wpa_ie() 1042 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, in wpa_validate_osen() 1147 bool wpa_auth_write_fd_rsn_info(struct wpa_authenticator *wpa_auth, in wpa_auth_write_fd_rsn_info()
|
D | hostapd.h | 194 struct wpa_authenticator *wpa_auth;
|
D | wpa_auth_glue.c | 558 int (*cb)(struct wpa_authenticator *sm, void *ctx); 576 void *ctx, int (*cb)(struct wpa_authenticator *sm, void *ctx), in hostapd_wpa_auth_for_each_auth()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_rsn.h | 14 struct wpa_authenticator *auth;
|
D | ibss_rsn.h | 48 struct wpa_authenticator *auth_group;
|