Lines Matching refs:wpa_auth
435 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
436 void wpa_deinit(struct wpa_authenticator *wpa_auth);
437 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
449 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
456 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
463 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
465 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
469 void wpa_receive(struct wpa_authenticator *wpa_auth,
479 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
480 int wpa_get_mib(struct wpa_authenticator *wpa_auth, char *buf, size_t buflen);
482 void wpa_auth_countermeasures_start(struct wpa_authenticator *wpa_auth);
496 const u8 * wpa_auth_get_wpa_ie(struct wpa_authenticator *wpa_auth,
501 int wpa_auth_pmksa_add_preauth(struct wpa_authenticator *wpa_auth,
505 int wpa_auth_pmksa_add_sae(struct wpa_authenticator *wpa_auth, const u8 *addr,
509 int wpa_auth_pmksa_add2(struct wpa_authenticator *wpa_auth, const u8 *addr,
512 void wpa_auth_pmksa_remove(struct wpa_authenticator *wpa_auth,
514 int wpa_auth_pmksa_list(struct wpa_authenticator *wpa_auth, char *buf,
516 void wpa_auth_pmksa_flush(struct wpa_authenticator *wpa_auth);
517 int wpa_auth_pmksa_list_mesh(struct wpa_authenticator *wpa_auth, const u8 *addr,
523 int wpa_auth_pmksa_add_entry(struct wpa_authenticator *wpa_auth,
526 wpa_auth_get_pmksa_cache(struct wpa_authenticator *wpa_auth);
528 wpa_auth_pmksa_get(struct wpa_authenticator *wpa_auth, const u8 *sta_addr,
531 wpa_auth_pmksa_get_fils_cache_id(struct wpa_authenticator *wpa_auth,
535 struct wpa_authenticator *wpa_auth,
538 void wpa_auth_eapol_key_tx_status(struct wpa_authenticator *wpa_auth,
555 int wpa_ft_rrb_rx(struct wpa_authenticator *wpa_auth, const u8 *src_addr,
557 void wpa_ft_rrb_oui_rx(struct wpa_authenticator *wpa_auth, const u8 *src_addr,
560 void wpa_ft_push_pmk_r1(struct wpa_authenticator *wpa_auth, const u8 *addr);
561 void wpa_ft_deinit(struct wpa_authenticator *wpa_auth);
563 int wpa_ft_fetch_pmk_r1(struct wpa_authenticator *wpa_auth,
585 int wpa_auth_radius_das_disconnect_pmksa(struct wpa_authenticator *wpa_auth,
587 void wpa_auth_reconfig_group_keys(struct wpa_authenticator *wpa_auth);
589 int wpa_auth_ensure_group(struct wpa_authenticator *wpa_auth, int vlan_id);
590 int wpa_auth_release_group(struct wpa_authenticator *wpa_auth, int vlan_id);
614 int wpa_auth_write_fte(struct wpa_authenticator *wpa_auth,
628 bool wpa_auth_write_fd_rsn_info(struct wpa_authenticator *wpa_auth,
635 void wpa_auth_set_transition_disable(struct wpa_authenticator *wpa_auth,
647 int wpa_auth_rekey_ptk(struct wpa_authenticator *wpa_auth,
649 int wpa_auth_rekey_gtk(struct wpa_authenticator *wpa_auth);
654 void wpa_auth_set_ft_rsnxe_used(struct wpa_authenticator *wpa_auth, int val);
662 void wpa_auth_set_ocv_override_freq(struct wpa_authenticator *wpa_auth,
680 sm->mld_links[link_id].wpa_auth && \
681 sm->wpa_auth != sm->mld_links[link_id].wpa_auth)