Searched refs:WLAN_STA_HT (Results 1 – 7 of 7) sorted by relevance
44 #define WLAN_STA_HT BIT(11) macro
1480 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join23a()1736 if (WLAN_STA_HT&flags) { in sta_info_update23a()
1629 pstat->flags |= WLAN_STA_HT; in OnAssocReq23a()1636 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq23a()1638 if (!pmlmepriv->htpriv.ht_option && pstat->flags & WLAN_STA_HT){ in OnAssocReq23a()1643 if (pstat->flags & WLAN_STA_HT && in OnAssocReq23a()3035 if (pstat->flags & WLAN_STA_HT && pmlmepriv->htpriv.ht_option) { in issue_assocrsp()
78 #define WLAN_STA_HT BIT(11) macro
1591 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1839 if (WLAN_STA_HT&flags) { in sta_info_update()
1206 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1212 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1214 if ((!pmlmepriv->htpriv.ht_option) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()1219 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()2610 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
2534 if (WLAN_STA_HT&flags) { in rtw_add_sta()