Home
last modified time | relevance | path

Searched refs:uhr_cap (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c709 .uhr_cap = {
819 .uhr_cap = {
893 iftype_data->uhr_cap.has_uhr = false; in iwl_nvm_fixup_sband_iftd()
/linux/net/mac80211/
H A Dutil.c4662 const struct ieee80211_sta_uhr_cap *uhr_cap = in ieee80211_put_uhr_cap() local
4666 if (!uhr_cap) in ieee80211_put_uhr_cap()
4677 skb_put_data(skb, &uhr_cap->mac, sizeof(uhr_cap->mac)); in ieee80211_put_uhr_cap()
4678 skb_put_data(skb, &uhr_cap->phy, sizeof(uhr_cap->phy)); in ieee80211_put_uhr_cap()
H A Dmlme.c409 const struct ieee80211_sta_uhr_cap *uhr_cap; in ieee80211_determine_ap_chan() local
415 if (!elems->uhr_cap) in ieee80211_determine_ap_chan()
420 if (npca && !(elems->uhr_cap->mac.mac_cap[0] & in ieee80211_determine_ap_chan()
437 uhr_cap = ieee80211_get_uhr_iftype_cap_vif(sband, &sdata->vif); in ieee80211_determine_ap_chan()
439 if (WARN_ON(!uhr_cap)) in ieee80211_determine_ap_chan()
442 if (uhr_cap->mac.mac_cap[0] & IEEE80211_UHR_MAC_CAP0_NPCA_SUPP) in ieee80211_determine_ap_chan()
451 dbe_cap = ieee80211_uhr_dbe_cap(elems->uhr_cap); in ieee80211_determine_ap_chan()
510 uhr_cap->mac.mac_cap[1] & IEEE80211_UHR_MAC_CAP1_DBE_SUPP && in ieee80211_determine_ap_chan()
6211 if (elems->uhr_operation && elems->uhr_cap && in ieee80211_assoc_config_link()
6216 elems->uhr_cap, in ieee80211_assoc_config_link()
[all …]
H A Dparse.c222 elems->uhr_cap = data; in ieee80211_parse_extension_element()
H A Dieee80211_i.h1869 const struct ieee80211_uhr_cap *uhr_cap; member
2982 const struct ieee80211_uhr_cap *uhr_cap,
H A Dmain.c1315 supp_uhr = supp_uhr || iftd->uhr_cap.has_uhr; in ieee80211_register_hw()
H A Dsta_info.c3772 if (!link_sta->pub->uhr_cap.has_uhr || in ieee80211_sta_usable_bw()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c4626 .uhr_cap = {
4742 .uhr_cap = {
4920 .uhr_cap = {
5053 .uhr_cap = {
5254 .uhr_cap = {
5408 .uhr_cap = {
5507 .uhr_cap = {
/linux/include/net/
H A Dcfg80211.h484 struct ieee80211_sta_uhr_cap uhr_cap; member
740 if (data && data->uhr_cap.has_uhr) in ieee80211_get_uhr_iftype_cap()
741 return &data->uhr_cap; in ieee80211_get_uhr_iftype_cap()
H A Dmac80211.h2659 struct ieee80211_sta_uhr_cap uhr_cap; member
/linux/net/wireless/
H A Dnl80211.c2155 const struct ieee80211_sta_uhr_cap *uhr_cap = &iftdata->uhr_cap; in nl80211_send_iftype_data() local
2207 if (uhr_cap->has_uhr) { in nl80211_send_iftype_data()
2209 sizeof(uhr_cap->mac), &uhr_cap->mac) || in nl80211_send_iftype_data()
2211 sizeof(uhr_cap->phy), &uhr_cap->phy)) in nl80211_send_iftype_data()
7181 const struct ieee80211_sta_uhr_cap *uhr_cap; in nl80211_check_npca() local
7187 uhr_cap = ieee80211_get_uhr_iftype_cap(sband, iftype); in nl80211_check_npca()
7189 if (uhr_cap && in nl80211_check_npca()
7190 (uhr_cap->mac.mac_cap[0] & IEEE80211_UHR_MAC_CAP0_NPCA_SUPP)) in nl80211_check_npca()