Searched refs:WLAN_STA_HT (Results 1 – 7 of 7) sorted by relevance
60 #define WLAN_STA_HT BIT(11) macro
62 #define WLAN_STA_HT BIT(11) macro
1784 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1976 if (WLAN_STA_HT & flags) { in sta_info_update()
1246 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1253 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1256 if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()1262 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()2805 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
1478 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1726 if (WLAN_STA_HT & flags) { in sta_info_update()
1283 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1289 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1291 if ((!pmlmepriv->htpriv.ht_option) && (pstat->flags & WLAN_STA_HT)) { in OnAssocReq()1296 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()5128 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
865 if (WLAN_STA_HT&flags) { in rtw_add_sta()