Searched refs:WLAN_STA_HT (Results 1 – 7 of 7) sorted by relevance
933 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1146 if (WLAN_STA_HT & flags) { in sta_info_update()
1250 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1256 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1258 if ((!pmlmepriv->htpriv.ht_option) && (pstat->flags & WLAN_STA_HT)) { in OnAssocReq()1263 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()4993 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
60 #define WLAN_STA_HT BIT(11) macro
32 #define WLAN_STA_HT BIT(11) macro
1785 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()1977 if (WLAN_STA_HT & flags) { in sta_info_update()
1245 pstat->flags |= WLAN_STA_HT; in OnAssocReq()1252 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()1255 if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()1261 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()2796 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
849 if (WLAN_STA_HT&flags) { in rtw_add_sta()
Completed in 37 milliseconds