Home
last modified time | relevance | path

Searched refs:he_capabilities (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.h49 struct he_capabilities *he_caps,
H A Dieee802_11_common.h103 const u8 *he_capabilities; member
H A Dhw_features_common.c462 struct he_capabilities *he_cap, in hostapd_set_freq_params()
H A Dwpa_common.h692 const u8 *he_capabilities; member
H A Dieee802_11_common.c351 elems->he_capabilities = pos; in ieee802_11_parse_extension()
914 elems->he_capabilities = NULL; in ieee802_11_elems_clear_ext_ids()
H A Dwpa_common.c3720 ie->he_capabilities = pos + 3; in wpa_parse_kde_ies()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c139 struct ieee80211_he_capabilities *he_capabilities; member
731 os_free(peer->he_capabilities); in wpa_tdls_peer_clear()
732 peer->he_capabilities = NULL; in wpa_tdls_peer_clear()
1457 if (peer->he_capabilities) in wpa_tdls_send_tpk_m3()
1735 if (!kde->he_capabilities) { in copy_peer_he_capab()
1740 os_free(peer->he_capabilities); in copy_peer_he_capab()
1742 peer->he_capabilities = os_memdup(kde->he_capabilities, in copy_peer_he_capab()
1744 if (!peer->he_capabilities) in copy_peer_he_capab()
1749 peer->he_capabilities, peer->he_capab_len); in copy_peer_he_capab()
1914 peer->he_capabilities, in wpa_tdls_addset_peer()
/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c383 struct he_capabilities *he_cap; in ieee80211n_check_scan()
795 struct he_capabilities *he_cap; in hostapd_check_he_6ghz_capab()
H A Dieee802_11_he.c373 struct he_capabilities *he_cap; in hostapd_eid_he_6ghz_band_cap()
H A Dieee802_11.c3989 elems->he_capabilities, in __check_assoc_ies()
4020 elems->he_capabilities, in __check_assoc_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c786 elems->he_capabilities, elems->he_capabilities_len); in mesh_mpm_add_peer()
791 elems->he_capabilities, in mesh_mpm_add_peer()
H A Dmesh.c213 struct he_capabilities *he_capab = NULL; in wpas_mesh_update_freq_params()
H A Dap.c53 struct he_capabilities *he_cap; in is_chanwidth160_supported()
H A Devents.c3438 wpa_s->connection_he = req_elems.he_capabilities && in wpa_supplicant_event_associnfo()
3439 resp_elems.he_capabilities; in wpa_supplicant_event_associnfo()
H A Dscan.c3050 struct he_capabilities *own_he; in wpas_get_est_tpt()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h190 struct he_capabilities { struct
305 struct he_capabilities he_capab[IEEE80211_MODE_NUM];
H A Ddriver_nl80211_capa.c1910 struct he_capabilities *he_capab = &mode->he_capab[opmode]; in phy_info_iftype_copy()