Home
last modified time | relevance | path

Searched refs:he_6ghz_capab (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
HDieee802_11_he.c515 const u8 *he_6ghz_capab) in copy_sta_he_6ghz_capab() argument
517 if (!he_6ghz_capab || !hapd->iconf->ieee80211ax || in copy_sta_he_6ghz_capab()
521 os_free(sta->he_6ghz_capab); in copy_sta_he_6ghz_capab()
522 sta->he_6ghz_capab = NULL; in copy_sta_he_6ghz_capab()
526 if (!sta->he_6ghz_capab) { in copy_sta_he_6ghz_capab()
527 sta->he_6ghz_capab = in copy_sta_he_6ghz_capab()
529 if (!sta->he_6ghz_capab) in copy_sta_he_6ghz_capab()
534 os_memcpy(sta->he_6ghz_capab, he_6ghz_capab, in copy_sta_he_6ghz_capab()
HDsta_info.h210 struct ieee80211_he_6ghz_band_cap *he_6ghz_capab; member
HDap_drv_ops.c473 const struct ieee80211_he_6ghz_band_cap *he_6ghz_capab, in hostapd_sta_add() argument
497 params.he_6ghz_capab = he_6ghz_capab; in hostapd_sta_add()
HDieee802_11.h129 const u8 *he_6ghz_capab);
HDap_drv_ops.h50 const struct ieee80211_he_6ghz_band_cap *he_6ghz_capab,
HDsta_info.c416 os_free(sta->he_6ghz_capab); in ap_free_sta()
HDieee802_11.c4815 sta->he_6ghz_capab, in add_associated_sta()
/freebsd-13-stable/contrib/wpa/src/rsn_supp/
HDwpa_i.h416 const struct ieee80211_he_6ghz_band_cap *he_6ghz_capab, in wpa_sm_tdls_peer_addset() argument
430 he_6ghz_capab, qosinfo, wmm, in wpa_sm_tdls_peer_addset()
HDwpa.h77 const struct ieee80211_he_6ghz_band_cap *he_6ghz_capab,
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDmesh_mpm.c816 params.he_6ghz_capab = sta->he_6ghz_capab; in mesh_mpm_add_peer()
HDwpas_glue.c831 params.he_6ghz_capab = he_6ghz_he_capab; in wpa_supplicant_tdls_peer_addset()
/freebsd-13-stable/contrib/wpa/src/drivers/
HDdriver.h2537 const struct ieee80211_he_6ghz_band_cap *he_6ghz_capab; member
HDdriver_nl80211.c5657 if (params->he_6ghz_capab) { in wpa_driver_nl80211_sta_add()
5659 params->he_6ghz_capab, in wpa_driver_nl80211_sta_add()
5660 sizeof(*params->he_6ghz_capab)); in wpa_driver_nl80211_sta_add()
5662 sizeof(*params->he_6ghz_capab), in wpa_driver_nl80211_sta_add()
5663 params->he_6ghz_capab)) in wpa_driver_nl80211_sta_add()