Searched refs:wpa_authenticator (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.h | 115 struct wpa_authenticator; 219 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a, 235 struct wpa_authenticator * wpa_init(const u8 *addr, 238 int wpa_init_keys(struct wpa_authenticator *wpa_auth); 239 void wpa_deinit(struct wpa_authenticator *wpa_auth); 240 int wpa_reconfig(struct wpa_authenticator *wpa_auth, 250 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, 254 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, 259 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr, 261 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth, [all …]
|
D | wpa_auth_i.h | 25 struct wpa_authenticator *wpa_auth; 182 struct wpa_authenticator { struct 217 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, argument 219 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr, 221 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth, 226 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, 229 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, 230 int (*cb)(struct wpa_authenticator *a, void *ctx), 234 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth, 236 void wpa_smk_error(struct wpa_authenticator *wpa_auth, [all …]
|
D | wpa_auth.c | 39 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth, 42 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth, 44 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth, 49 static void wpa_group_free(struct wpa_authenticator *wpa_auth, 51 static void wpa_group_get(struct wpa_authenticator *wpa_auth, 53 static void wpa_group_put(struct wpa_authenticator *wpa_auth, 69 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_mic_failure_report() 78 struct wpa_authenticator *wpa_auth, const u8 *addr) in wpa_auth_psk_failure_report() 85 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_set_eapol() 94 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth, in wpa_auth_get_eapol() [all …]
|
D | peerkey_auth.c | 25 struct wpa_authenticator *wpa_auth = eloop_ctx; in wpa_stsl_step() 50 static void wpa_smk_send_error(struct wpa_authenticator *wpa_auth, in wpa_smk_send_error() 81 void wpa_smk_m1(struct wpa_authenticator *wpa_auth, in wpa_smk_m1() 145 static void wpa_send_smk_m4(struct wpa_authenticator *wpa_auth, in wpa_send_smk_m4() 198 static void wpa_send_smk_m5(struct wpa_authenticator *wpa_auth, in wpa_send_smk_m5() 255 void wpa_smk_m3(struct wpa_authenticator *wpa_auth, in wpa_smk_m3() 326 void wpa_smk_error(struct wpa_authenticator *wpa_auth, in wpa_smk_error() 369 int wpa_stsl_remove(struct wpa_authenticator *wpa_auth, in wpa_stsl_remove()
|
D | wpa_auth_ft.c | 33 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, in wpa_ft_rrb_send() 44 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth, in wpa_ft_action_send() 55 wpa_ft_add_sta(struct wpa_authenticator *wpa_auth, const u8 *sta_addr) in wpa_ft_add_sta() 63 static int wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, in wpa_ft_add_tspec() 204 static int wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth, in wpa_ft_store_pmk_r0() 229 static int wpa_ft_fetch_pmk_r0(struct wpa_authenticator *wpa_auth, in wpa_ft_fetch_pmk_r0() 254 static int wpa_ft_store_pmk_r1(struct wpa_authenticator *wpa_auth, in wpa_ft_store_pmk_r1() 279 static int wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth, in wpa_ft_fetch_pmk_r1() 404 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth, in wpa_auth_get_seqnum() 757 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth, in wpa_auth_set_key() [all …]
|
D | wpa_auth_ie.h | 55 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
|
D | wpa_auth_ie.c | 376 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) in wpa_auth_gen_wpa_ie() 463 static int wpa_auth_okc_iter(struct wpa_authenticator *a, void *ctx) in wpa_auth_okc_iter() 474 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, in wpa_validate_wpa_ie() 740 int wpa_validate_osen(struct wpa_authenticator *wpa_auth, in wpa_validate_osen()
|
D | wpa_auth_glue.c | 371 int (*cb)(struct wpa_authenticator *sm, void *ctx); 389 void *ctx, int (*cb)(struct wpa_authenticator *sm, void *ctx), in hostapd_wpa_auth_for_each_auth()
|
D | hostapd.h | 149 struct wpa_authenticator *wpa_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;
|