Searched refs:WLAN_STA_HT (Results 1 – 7 of 7) sorted by relevance
839 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1032 if (WLAN_STA_HT & flags) { in sta_info_update()
1145 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1151 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1153 if ((!pmlmepriv->htpriv.ht_option) && (pstat->flags & WLAN_STA_HT)) { in OnAssocReq()4703 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
31 #define WLAN_STA_HT BIT(11) macro
60 #define WLAN_STA_HT BIT(11) macro
1787 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1979 if (WLAN_STA_HT & flags) { in sta_info_update()
1240 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1247 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1250 if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()1256 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()2782 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
851 if (WLAN_STA_HT&flags) { in rtw_add_sta()