Home
last modified time | relevance | path

Searched refs:bCurrentHTSupport (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8192e/
Drtl819x_HTProc.c529 if (!pHTInfo->bCurrentHTSupport) { in HTOnAssocRsp()
642 pHTInfo->bCurrentHTSupport = false; in HTInitializeHTInfo()
715 pHTInfo->bCurrentHTSupport = true; in HTResetSelfAndSavePeerSetting()
770 pHTInfo->bCurrentHTSupport = false; in HTResetSelfAndSavePeerSetting()
787 if (pHTInfo->bCurrentHTSupport) { in HT_update_self_and_peer_setting()
799 pHTInfo->bCurrentHTSupport = true; in HTUseDefaultSetting()
826 pHTInfo->bCurrentHTSupport = false; in HTUseDefaultSetting()
832 if (ieee->pHTInfo->bCurrentHTSupport) { in HTCCheck()
Drtl819x_BAProc.c253 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBAReq()
259 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_ADDBAReq()
336 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBARsp()
341 ieee->pHTInfo->bCurrentHTSupport, in rtllib_rx_ADDBARsp()
427 !ieee->pHTInfo->bCurrentHTSupport) { in rtllib_rx_DELBA()
431 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_DELBA()
Drtllib_tx.c279 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_tx_query_agg_cap()
360 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_HTCapShortGI()
381 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_BandwidthMode()
444 if (pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT) { in rtllib_query_protectionmode()
Drtl819x_HT.h100 u8 bCurrentHTSupport; member
Drtllib_softmac.c859 if (ieee->pHTInfo->bCurrentHTSupport) { in rtllib_probe_resp()
1188 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1329 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1364 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1530 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_associate_complete_wq()
1536 ieee->pHTInfo->bCurrentHTSupport, in rtllib_associate_complete_wq()
1714 ieee->pHTInfo->bCurrentHTSupport = in rtllib_softmac_new_net()
2675 ieee->pHTInfo->bCurrentHTSupport = false; in rtllib_start_ibss_wq()
Drtllib_softmac_wx.c362 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && in rtllib_wx_sync_scan_wq()
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c348 (!ieee->pHTInfo->bCurrentHTSupport)) //|| in ieee80211_rx_ADDBAReq()
352 … is not ready(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport); in ieee80211_rx_ADDBAReq()
444 !ieee->pHTInfo->bCurrentHTSupport || in ieee80211_rx_ADDBARsp()
446 …, %d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTIn… in ieee80211_rx_ADDBARsp()
554 !ieee->pHTInfo->bCurrentHTSupport) { in ieee80211_rx_DELBA()
555 …not supported(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport); in ieee80211_rx_DELBA()
Drtl819x_HTProc.c847 if (!pHTInfo->bCurrentHTSupport) { in HTOnAssocRsp()
1028 pHTInfo->bCurrentHTSupport = false; in HTInitializeHTInfo()
1128 pHTInfo->bCurrentHTSupport = true; in HTResetSelfAndSavePeerSetting()
1179 pHTInfo->bCurrentHTSupport = false; in HTResetSelfAndSavePeerSetting()
1193 if (pHTInfo->bCurrentHTSupport) { in HTUpdateSelfAndPeerSetting()
1217 if (ieee->pHTInfo->bCurrentHTSupport) { in HTCCheck()
Dieee80211_tx.c296 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_tx_query_agg_cap()
367 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_HTCapShortGI()
388 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_BandwidthMode()
446 if (pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT) { in ieee80211_query_protectionmode()
Drtl819x_HT.h125 u8 bCurrentHTSupport; member
Dieee80211_softmac.c972 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req()
1112 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req()
1137 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req()
1283 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_associate_complete_wq()
1287 …printk("Successfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee… in ieee80211_associate_complete_wq()
1416 ieee->pHTInfo->bCurrentHTSupport = false; in ieee80211_softmac_new_net()
Dieee80211_softmac_wx.c319 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && ieee->pHTInfo->bCurBW40MHz) { in ieee80211_wx_sync_scan_wq()
/Linux-v5.10/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c929 ieee->pHTInfo->bCurrentHTSupport) in _rtl92e_wx_set_encode_ext()
Drtl_core.c376 if (ieee->pHTInfo->bCurrentHTSupport) in _rtl92e_update_beacon()
/Linux-v5.10/drivers/staging/rtl8192u/
Dr8192U_core.c1740 if (ieee->pHTInfo->bCurrentHTSupport) in rtl8192_update_beacon()
4452 if ((priv->ieee80211->pHTInfo->bCurrentHTSupport) && in query_rxdesc_status()