Searched refs:bCurrentHTSupport (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_HTProc.c | 537 if (pHTInfo->bCurrentHTSupport == false) { in HTOnAssocRsp() 650 pHTInfo->bCurrentHTSupport = false; in HTInitializeHTInfo() 723 pHTInfo->bCurrentHTSupport = true; in HTResetSelfAndSavePeerSetting() 778 pHTInfo->bCurrentHTSupport = false; in HTResetSelfAndSavePeerSetting() 795 if (pHTInfo->bCurrentHTSupport) { in HT_update_self_and_peer_setting() 807 pHTInfo->bCurrentHTSupport = true; in HTUseDefaultSetting() 834 pHTInfo->bCurrentHTSupport = false; in HTUseDefaultSetting() 840 if (ieee->pHTInfo->bCurrentHTSupport) { in HTCCheck()
|
D | rtl819x_BAProc.c | 261 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBAReq() 267 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_ADDBAReq() 344 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBARsp() 349 ieee->pHTInfo->bCurrentHTSupport, in rtllib_rx_ADDBARsp() 435 !ieee->pHTInfo->bCurrentHTSupport) { in rtllib_rx_DELBA() 439 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_DELBA()
|
D | rtllib_tx.c | 295 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_tx_query_agg_cap() 376 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_HTCapShortGI() 397 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_BandwidthMode() 460 if (pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT) { in rtllib_query_protectionmode()
|
D | rtl819x_HT.h | 108 u8 bCurrentHTSupport; member
|
D | rtllib_softmac.c | 862 if (ieee->pHTInfo->bCurrentHTSupport) { in rtllib_probe_resp() 1191 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req() 1332 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req() 1367 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req() 1538 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_associate_complete_wq() 1544 ieee->pHTInfo->bCurrentHTSupport, in rtllib_associate_complete_wq() 1722 ieee->pHTInfo->bCurrentHTSupport = in rtllib_softmac_new_net() 2687 ieee->pHTInfo->bCurrentHTSupport = false; in rtllib_start_ibss_wq()
|
D | rtllib_softmac_wx.c | 365 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && in rtllib_wx_sync_scan_wq()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 352 (!ieee->pHTInfo->bCurrentHTSupport)) //|| in ieee80211_rx_ADDBAReq() 356 … is not ready(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport); in ieee80211_rx_ADDBAReq() 448 !ieee->pHTInfo->bCurrentHTSupport || in ieee80211_rx_ADDBARsp() 450 …, %d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTIn… in ieee80211_rx_ADDBARsp() 558 !ieee->pHTInfo->bCurrentHTSupport) { in ieee80211_rx_DELBA() 559 …not supported(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport); in ieee80211_rx_DELBA()
|
D | rtl819x_HTProc.c | 227 if (!pHTInfo->bCurrentHTSupport) // wireless is n mode in IsHTHalfNmode40Bandwidth() 246 if (!pHTInfo->bCurrentHTSupport) // wireless is n mode in IsHTHalfNmodeSGI() 909 if (!pHTInfo->bCurrentHTSupport) { in HTOnAssocRsp() 1091 pHTInfo->bCurrentHTSupport = false; in HTInitializeHTInfo() 1192 pHTInfo->bCurrentHTSupport = true; in HTResetSelfAndSavePeerSetting() 1243 pHTInfo->bCurrentHTSupport = false; in HTResetSelfAndSavePeerSetting() 1257 if (pHTInfo->bCurrentHTSupport) { in HTUpdateSelfAndPeerSetting() 1281 if (ieee->pHTInfo->bCurrentHTSupport) { in HTCCheck()
|
D | ieee80211_tx.c | 312 if (!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT) in ieee80211_tx_query_agg_cap() 401 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT) in ieee80211_query_HTCapShortGI() 423 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT) in ieee80211_query_BandwidthMode() 489 if(pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT) in ieee80211_query_protectionmode()
|
D | rtl819x_HT.h | 180 u8 bCurrentHTSupport; member
|
D | ieee80211_softmac.c | 974 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req() 1114 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req() 1139 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req() 1284 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_associate_complete_wq() 1288 …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()
|
D | ieee80211_softmac_wx.c | 320 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && ieee->pHTInfo->bCurBW40MHz) { in ieee80211_wx_sync_scan_wq()
|
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_wx.c | 938 ieee->pHTInfo->bCurrentHTSupport) in _rtl92e_wx_set_encode_ext()
|
D | rtl_core.c | 386 if (ieee->pHTInfo->bCurrentHTSupport) in _rtl92e_update_beacon()
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1799 if (ieee->pHTInfo->bCurrentHTSupport) in rtl8192_update_beacon() 4647 if ((priv->ieee80211->pHTInfo->bCurrentHTSupport) && in query_rxdesc_status()
|