Searched refs:wpa_authenticator (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.h | 144 struct wpa_authenticator; 289 struct wpa_authenticator *tx_bss_auth; 294 struct wpa_authenticator *first_link_auth; 356 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a, 408 struct wpa_authenticator * wpa_init(const u8 *addr, 412 int wpa_init_keys(struct wpa_authenticator *wpa_auth); 413 void wpa_deinit(struct wpa_authenticator *wpa_auth); 414 int wpa_reconfig(struct wpa_authenticator *wpa_auth, 426 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, 433 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, [all …]
|
H A D | wpa_auth_i.h | 20 struct wpa_authenticator *wpa_auth; 183 struct wpa_authenticator *wpa_auth; 231 struct wpa_authenticator { struct 307 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, 309 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr, 312 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth, 317 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, 320 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, 321 int (*cb)(struct wpa_authenticator *a, void *ctx), 323 void wpa_auth_store_ptksa(struct wpa_authenticator *wpa_auth,
|
H A D | wpa_auth.c | 54 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth, 57 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth, 59 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, 66 static void wpa_group_free(struct wpa_authenticator *wpa_auth, 68 static void wpa_group_get(struct wpa_authenticator *wpa_auth, 70 static void wpa_group_put(struct wpa_authenticator *wpa_auth, 74 static void wpa_group_update_gtk(struct wpa_authenticator *wpa_auth, 152 struct wpa_authenticator *wpa_auth; 155 static int wpa_get_link_sta_auth(struct wpa_authenticator *wpa_auth, void *data) in wpa_get_link_sta_auth() 177 static struct wpa_authenticator * [all …]
|
H A D | wpa_auth_ft.c | 631 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, in wpa_ft_rrb_send() 642 static int wpa_ft_rrb_oui_send(struct wpa_authenticator *wpa_auth, in wpa_ft_rrb_oui_send() 655 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth, in wpa_ft_action_send() 665 static const u8 * wpa_ft_get_psk(struct wpa_authenticator *wpa_auth, in wpa_ft_get_psk() 677 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) in wpa_ft_add_sta() 685 static int wpa_ft_set_vlan(struct wpa_authenticator *wpa_auth, in wpa_ft_set_vlan() 694 static int wpa_ft_get_vlan(struct wpa_authenticator *wpa_auth, in wpa_ft_get_vlan() 704 wpa_ft_set_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_identity() 715 wpa_ft_get_identity(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_get_identity() 726 wpa_ft_set_radius_cui(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, in wpa_ft_set_radius_cui() [all …]
|
H A D | wpa_auth_ie.h | 14 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
|
H A D | wpa_auth_ie.c | 509 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) in wpa_auth_gen_wpa_ie() 601 static int wpa_auth_okc_iter(struct wpa_authenticator *a, void *ctx) in wpa_auth_okc_iter() 613 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, in wpa_validate_wpa_ie() 1109 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, in wpa_validate_osen() 1214 bool wpa_auth_write_fd_rsn_info(struct wpa_authenticator *wpa_auth, in wpa_auth_write_fd_rsn_info()
|
H A D | hostapd.h | 214 struct wpa_authenticator *wpa_auth;
|
H A D | wpa_auth_glue.c | 602 int (*cb)(struct wpa_authenticator *sm, void *ctx); 620 void *ctx, int (*cb)(struct wpa_authenticator *sm, void *ctx), in hostapd_wpa_auth_for_each_auth()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_rsn.h | 14 struct wpa_authenticator *auth;
|
H A D | ibss_rsn.h | 48 struct wpa_authenticator *auth_group;
|