Searched refs:WLAN_STA_HT (Results 1 – 4 of 4) sorted by relevance
60 #define WLAN_STA_HT BIT(11) macro
1785 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1977 if (WLAN_STA_HT & flags) { in sta_info_update()
1237 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1244 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1247 if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()1253 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()2779 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
826 if (WLAN_STA_HT & flags) { in rtw_add_sta()