Searched refs:WLAN_STA_HT (Results 1 – 3 of 3) sorted by relevance
60 #define WLAN_STA_HT BIT(11) macro
1733 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1923 if (WLAN_STA_HT & flags) { in sta_info_update()
1230 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1237 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1240 if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()1246 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()2752 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()