Home
last modified time | relevance | path

Searched refs:WLAN_STA_HT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h60 #define WLAN_STA_HT BIT(11) macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1786 if (psta->flags & WLAN_STA_HT) { in bss_cap_update_on_sta_join()
1978 if (WLAN_STA_HT & flags) { in sta_info_update()
H A Drtw_mlme_ext.c1238 pstat->flags |= WLAN_STA_HT; in OnAssocReq()
1245 pstat->flags &= ~WLAN_STA_HT; in OnAssocReq()
1248 if ((pmlmepriv->htpriv.ht_option == false) && (pstat->flags&WLAN_STA_HT)) { in OnAssocReq()
1254 if ((pstat->flags & WLAN_STA_HT) && in OnAssocReq()
2780 if ((pstat->flags & WLAN_STA_HT) && (pmlmepriv->htpriv.ht_option)) { in issue_asocrsp()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c827 if (WLAN_STA_HT & flags) { in rtw_add_sta()