Searched refs:WLAN_STA_HT (Results 1 – 3 of 3) sorted by relevance
60 #define WLAN_STA_HT BIT(11) macro
1737 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1927 if (WLAN_STA_HT & flags) { in sta_info_update()
1234 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1241 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1244 if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()1250 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()2773 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()