Home | History | Annotate | Download | only in ap

Lines Matching refs:wpa_authenticator

37 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
40 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
42 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
58 struct wpa_authenticator *wpa_auth, const u8 *addr)
66 static inline void wpa_auth_set_eapol(struct wpa_authenticator *wpa_auth,
75 static inline int wpa_auth_get_eapol(struct wpa_authenticator *wpa_auth,
84 static inline const u8 * wpa_auth_get_psk(struct wpa_authenticator *wpa_auth,
96 static inline int wpa_auth_get_msk(struct wpa_authenticator *wpa_auth,
105 static inline int wpa_auth_set_key(struct wpa_authenticator *wpa_auth,
117 static inline int wpa_auth_get_seqnum(struct wpa_authenticator *wpa_auth,
127 wpa_auth_send_eapol(struct wpa_authenticator *wpa_auth, const u8 *addr,
137 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
147 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
148 int (*cb)(struct wpa_authenticator *a, void *ctx),
157 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
166 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
191 static void wpa_sta_disconnect(struct wpa_authenticator *wpa_auth,
219 struct wpa_authenticator *wpa_auth = eloop_ctx;
239 struct wpa_authenticator *wpa_auth = eloop_ctx;
260 struct wpa_authenticator *wpa_auth = eloop_ctx;
280 struct wpa_authenticator *wpa_auth = ctx;
285 static int wpa_group_init_gmk_and_counter(struct wpa_authenticator *wpa_auth,
317 static struct wpa_group * wpa_group_init(struct wpa_authenticator *wpa_auth,
371 struct wpa_authenticator * wpa_init(const u8 *addr,
375 struct wpa_authenticator *wpa_auth;
377 wpa_auth = os_zalloc(sizeof(struct wpa_authenticator));
431 int wpa_init_keys(struct wpa_authenticator *wpa_auth)
448 void wpa_deinit(struct wpa_authenticator *wpa_auth)
485 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
514 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
533 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
663 static int ft_check_msg_2_of_4(struct wpa_authenticator *wpa_auth,
712 static int wpa_receive_error_report(struct wpa_authenticator *wpa_auth,
745 void wpa_receive(struct wpa_authenticator *wpa_auth,
1205 struct wpa_authenticator *wpa_auth = eloop_ctx;
1215 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
1376 static void wpa_send_eapol(struct wpa_authenticator *wpa_auth,
1583 static void wpa_group_ensure_init(struct wpa_authenticator *wpa_auth,
2117 struct wpa_authenticator *wpa_auth = sm->wpa_auth;
2361 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
2393 static void wpa_group_gtk_init(struct wpa_authenticator *wpa_auth,
2528 static void wpa_group_setkeys(struct wpa_authenticator *wpa_auth,
2563 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
2587 static int wpa_group_setkeysdone(struct wpa_authenticator *wpa_auth,
2602 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
2678 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth)
2713 int wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen)
2854 void wpa_auth_countermeasures_start(struct wpa_authenticator *wpa_auth)
2913 const u8 * wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth, size_t *len)
2938 int wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth,
2955 void wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth,
2972 wpa_auth_add_group(struct wpa_authenticator *wpa_auth, int vlan_id)
3023 void wpa_auth_eapol_key_tx_status(struct wpa_authenticator *wpa_auth,