Searched refs:WLAN_STA_HT (Results 1 – 4 of 4) sorted by relevance
60 #define WLAN_STA_HT BIT(11) macro
1786 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1978 if (WLAN_STA_HT & flags) { in sta_info_update()
1238 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1245 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1248 if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()1254 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()2780 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
827 if (WLAN_STA_HT & flags) { in rtw_add_sta()