Searched refs:wpa_eapol_ie_parse (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | tdls.c | 974 struct wpa_eapol_ie_parse kde; in wpa_tdls_recv_teardown() 1597 struct wpa_eapol_ie_parse kde; in wpa_tdls_process_discovery_request() 1664 static int copy_supp_rates(const struct wpa_eapol_ie_parse *kde, in copy_supp_rates() 1680 static int copy_peer_ht_capab(const struct wpa_eapol_ie_parse *kde, in copy_peer_ht_capab() 1706 static int copy_peer_vht_capab(const struct wpa_eapol_ie_parse *kde, in copy_peer_vht_capab() 1732 static int copy_peer_he_capab(const struct wpa_eapol_ie_parse *kde, in copy_peer_he_capab() 1755 static int copy_peer_he_6ghz_band_capab(const struct wpa_eapol_ie_parse *kde, in copy_peer_he_6ghz_band_capab() 1782 static int copy_peer_ext_capab(const struct wpa_eapol_ie_parse *kde, in copy_peer_ext_capab() 1806 static int copy_peer_eht_capab(const struct wpa_eapol_ie_parse *kde, in copy_peer_eht_capab() 1829 static int copy_peer_wmm_capab(const struct wpa_eapol_ie_parse *kde, in copy_peer_wmm_capab() [all …]
|
H A D | wpa.c | 741 struct wpa_eapol_ie_parse *kde) in wpa_handle_ext_key_id() 858 struct wpa_eapol_ie_parse ie; in wpa_supplicant_process_1_of_4_wpa() 925 struct wpa_eapol_ie_parse ie; in wpa_supplicant_process_1_of_4() 1558 struct wpa_eapol_ie_parse *ie, in wpa_supplicant_pairwise_mlo_gtk() 1867 struct wpa_eapol_ie_parse *ie) in _mlo_ieee80211w_set_keys() 1904 struct wpa_eapol_ie_parse *ie) in mlo_ieee80211w_set_keys() 1922 struct wpa_eapol_ie_parse *ie) in ieee80211w_set_keys() 2000 struct wpa_eapol_ie_parse *ie, in ft_validate_mdie() 2031 struct wpa_eapol_ie_parse *ie, in ft_validate_ftie() 2059 struct wpa_eapol_ie_parse *ie) in ft_validate_rsnie() [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_common.h | 650 struct wpa_eapol_ie_parse { struct 721 int wpa_parse_kde_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie); argument 723 struct wpa_eapol_ie_parse *ie) in wpa_supplicant_parse_ies()
|
H A D | wpa_common.c | 3401 struct wpa_eapol_ie_parse *ie) in wpa_parse_vendor_specific() 3435 static int wpa_parse_generic(const u8 *pos, struct wpa_eapol_ie_parse *ie) in wpa_parse_generic() 3635 int wpa_parse_kde_ies(const u8 *buf, size_t len, struct wpa_eapol_ie_parse *ie) in wpa_parse_kde_ies()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.c | 1162 struct wpa_eapol_ie_parse *kde) 3565 struct wpa_eapol_ie_parse *kde) 3639 struct wpa_eapol_ie_parse kde; 4873 struct wpa_eapol_ie_parse kde; 5267 struct wpa_eapol_ie_parse kde;
|