Searched refs:IEEE80211_HT_CAP_SUP_WIDTH (Results 1 – 7 of 7) sorted by relevance
532 #define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 macro
1715 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH | in r8712_restructure_ht_ie()
1426 IEEE80211_HT_CAP_SUP_WIDTH) ? 1 : 0; in r8711_wx_get_rate()
673 if ((phtpriv_sta->ht_cap.cap_info & phtpriv_ap->ht_cap.cap_info) & IEEE80211_HT_CAP_SUP_WIDTH) { in update_sta_info_apmode()1485 else if ((phtpriv_ap->ht_cap.cap_info & IEEE80211_HT_CAP_SUP_WIDTH) && in rtw_ht_operation_update()1635 if ((ht_capab & IEEE80211_HT_CAP_SUP_WIDTH) == 0) { in bss_cap_update_on_sta_join()
1977 ht_capie.cap_info = IEEE80211_HT_CAP_SUP_WIDTH | in rtw_restructure_ht_ie()
593 #define IEEE80211_HT_CAP_SUP_WIDTH 0x0002 macro
144 bw_40MHz = (pht_capie->cap_info&IEEE80211_HT_CAP_SUP_WIDTH) ? 1 : 0; in translate_scan()