Home | History | Annotate | Download | only in ap

Lines Matching refs:wpa_authenticator

102 struct wpa_authenticator;
197 int (*for_each_auth)(void *ctx, int (*cb)(struct wpa_authenticator *a,
210 struct wpa_authenticator * wpa_init(const u8 *addr,
213 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
214 void wpa_deinit(struct wpa_authenticator *wpa_auth);
215 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
225 int wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
231 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
233 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
237 void wpa_receive(struct wpa_authenticator *wpa_auth,
247 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
248 int wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen);
250 void wpa_auth_countermeasures_start(struct wpa_authenticator *wpa_auth);
260 const u8 * wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth,
264 int wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth,
268 void wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth,
271 void wpa_auth_eapol_key_tx_status(struct wpa_authenticator *wpa_auth,
287 int wpa_ft_rrb_rx(struct wpa_authenticator *wpa_auth, const u8 *src_addr,
289 void wpa_ft_push_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *addr);