Searched refs:IEEE80211_HT_CAP_SUP_WIDTH (Results 1 – 7 of 7) sorted by relevance
541 #define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 macro
1720 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH | in r8712_restructure_ht_ie()
1443 IEEE80211_HT_CAP_SUP_WIDTH) ? 1 : 0; in r8711_wx_get_rate()
650 if ((phtpriv_sta->ht_cap.cap_info & phtpriv_ap->ht_cap.cap_info) & IEEE80211_HT_CAP_SUP_WIDTH) { in update_sta_info_apmode()1462 else if ((phtpriv_ap->ht_cap.cap_info & IEEE80211_HT_CAP_SUP_WIDTH) && in rtw_ht_operation_update()1612 if ((ht_capab & IEEE80211_HT_CAP_SUP_WIDTH) == 0) { in bss_cap_update_on_sta_join()
1972 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH | in rtw_restructure_ht_ie()
682 #define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 macro
142 bw_40MHz = (pht_capie->cap_info&IEEE80211_HT_CAP_SUP_WIDTH) ? 1 : 0; in translate_scan()