Searched defs:vht_cap (Results 1 - 4 of 4) sorted by relevance

/net/mac80211/
H A Dvht.c17 struct ieee80211_sta_vht_cap *vht_cap,
24 vht_cap->cap &= ~flag;
28 struct ieee80211_sta_vht_cap *vht_cap)
33 if (!vht_cap->vht_supported)
39 __check_vhtcap_disable(sdata, vht_cap,
41 __check_vhtcap_disable(sdata, vht_cap,
43 __check_vhtcap_disable(sdata, vht_cap,
45 __check_vhtcap_disable(sdata, vht_cap,
47 __check_vhtcap_disable(sdata, vht_cap,
49 __check_vhtcap_disable(sdata, vht_cap,
16 __check_vhtcap_disable(struct ieee80211_sub_if_data *sdata, struct ieee80211_sta_vht_cap *vht_cap, u32 flag) argument
27 ieee80211_apply_vhtcap_overrides(struct ieee80211_sub_if_data *sdata, struct ieee80211_sta_vht_cap *vht_cap) argument
120 struct ieee80211_sta_vht_cap *vht_cap = &sta->sta.vht_cap; local
[all...]
H A Dmlme.c219 if (!vht_oper || !sband->vht_cap.vht_supported) {
543 struct ieee80211_sta_vht_cap vht_cap; local
546 BUILD_BUG_ON(sizeof(vht_cap) != sizeof(sband->vht_cap));
548 memcpy(&vht_cap, &sband->vht_cap, sizeof(vht_cap));
549 ieee80211_apply_vhtcap_overrides(sdata, &vht_cap);
552 cap = vht_cap.cap;
584 ieee80211_ie_build_vht_cap(pos, &vht_cap, ca
3850 const struct ieee80211_vht_cap *vht_cap; local
3928 const u8 *vht_oper_ie, *vht_cap; local
[all...]
H A Dutil.c1394 if (sband->vht_cap.vht_supported) {
1397 pos = ieee80211_ie_build_vht_cap(pos, &sband->vht_cap,
1398 sband->vht_cap.cap);
2176 u8 *ieee80211_ie_build_vht_cap(u8 *pos, struct ieee80211_sta_vht_cap *vht_cap, argument
2191 memcpy(pos, &vht_cap->vht_mcs, sizeof(vht_cap->vht_mcs));
2192 pos += sizeof(vht_cap->vht_mcs);
/net/wireless/
H A Dchan.c604 struct ieee80211_sta_vht_cap *vht_cap; local
611 vht_cap = &wiphy->bands[chandef->chan->band]->vht_cap;
645 if (!(vht_cap->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160_80PLUS80MHZ))
648 if (!vht_cap->vht_supported)
654 if (!vht_cap->vht_supported)
656 if (!(vht_cap->cap & IEEE80211_VHT_CAP_SUPP_CHAN_WIDTH_160MHZ))

Completed in 46 milliseconds