Home
last modified time | relevance | path

Searched refs:pHTInfo (Results 1 – 25 of 78) sorted by relevance

1234

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c72 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTUpdateDefaultSetting() local
110 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTMcsToDataRate() local
171 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTIOTPeerDetermine() local
255 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTIOTActDetermineRaFunc() local
514 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTOnAssocRsp() local
556 pHTInfo->bCurSuppCCK = ((pHTInfo->bRegSuppCCK) ? in HTOnAssocRsp()
631 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTInitializeHTInfo() local
697 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTResetSelfAndSavePeerSetting() local
771 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HT_update_self_and_peer_setting() local
788 pHTInfo->bCurSuppCCK = pHTInfo->bRegSuppCCK; in HTUseDefaultSetting()
[all …]
H A Drtllib_tx.c272 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_tx_query_agg_cap() local
279 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_tx_query_agg_cap()
356 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_query_HTCapShortGI() local
360 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_HTCapShortGI()
368 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI40MHz) in rtllib_query_HTCapShortGI()
370 else if (!pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI20MHz) in rtllib_query_HTCapShortGI()
377 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_query_BandwidthMode() local
381 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_BandwidthMode()
389 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurTxBW40MHz && in rtllib_query_BandwidthMode()
424 pHTInfo = ieee->pHTInfo; in rtllib_query_protectionmode()
[all …]
H A Drtllib_module.c126 ieee->pHTInfo = kzalloc(sizeof(struct rt_hi_throughput), GFP_KERNEL); in alloc_rtllib()
127 if (!ieee->pHTInfo) in alloc_rtllib()
155 kfree(ieee->pHTInfo); in free_rtllib()
156 ieee->pHTInfo = NULL; in free_rtllib()
H A Drtllib_softmac.c180 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in MgntQuery_MgntFrameTxRate() local
834 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_probe_resp() local
848 ieee->pHTInfo->bCurSuppCCK)) { in rtllib_probe_resp()
1184 ieee->pHTInfo->bEnableHT = 0; in rtllib_association_req()
1188 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1329 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1363 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1529 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_associate_complete_wq()
1536 ieee->pHTInfo->bEnableHT); in rtllib_associate_complete_wq()
1694 ieee->pHTInfo->bEnableHT, in rtllib_softmac_new_net()
[all …]
H A Drtl819x_BAProc.c253 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBAReq()
254 (ieee->pHTInfo->IOTAction & HT_IOT_ACT_REJECT_ADDBA_REQ)) { in rtllib_rx_ADDBAReq()
259 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_ADDBAReq()
286 (ieee->pHTInfo->IOTAction & HT_IOT_ACT_ALLOW_PEER_AGG_ONE_PKT)) in rtllib_rx_ADDBAReq()
336 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBARsp()
337 !ieee->pHTInfo->bCurrentAMPDUEnable) { in rtllib_rx_ADDBARsp()
341 ieee->pHTInfo->bCurrentHTSupport, in rtllib_rx_ADDBARsp()
342 ieee->pHTInfo->bCurrentAMPDUEnable); in rtllib_rx_ADDBARsp()
427 !ieee->pHTInfo->bCurrentHTSupport) { in rtllib_rx_DELBA()
431 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_DELBA()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c72 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTUpdateDefaultSetting() local
110 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTMcsToDataRate() local
171 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTIOTPeerDetermine() local
255 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTIOTActDetermineRaFunc() local
514 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTOnAssocRsp() local
556 pHTInfo->bCurSuppCCK = ((pHTInfo->bRegSuppCCK) ? in HTOnAssocRsp()
631 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTInitializeHTInfo() local
697 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTResetSelfAndSavePeerSetting() local
771 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HT_update_self_and_peer_setting() local
788 pHTInfo->bCurSuppCCK = pHTInfo->bRegSuppCCK; in HTUseDefaultSetting()
[all …]
H A Drtllib_tx.c272 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_tx_query_agg_cap() local
279 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_tx_query_agg_cap()
356 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_query_HTCapShortGI() local
360 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_HTCapShortGI()
368 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI40MHz) in rtllib_query_HTCapShortGI()
370 else if (!pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI20MHz) in rtllib_query_HTCapShortGI()
377 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_query_BandwidthMode() local
381 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_BandwidthMode()
389 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurTxBW40MHz && in rtllib_query_BandwidthMode()
424 pHTInfo = ieee->pHTInfo; in rtllib_query_protectionmode()
[all …]
H A Drtllib_module.c126 ieee->pHTInfo = kzalloc(sizeof(struct rt_hi_throughput), GFP_KERNEL); in alloc_rtllib()
127 if (!ieee->pHTInfo) in alloc_rtllib()
155 kfree(ieee->pHTInfo); in free_rtllib()
156 ieee->pHTInfo = NULL; in free_rtllib()
H A Drtllib_softmac.c180 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in MgntQuery_MgntFrameTxRate() local
834 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_probe_resp() local
848 ieee->pHTInfo->bCurSuppCCK)) { in rtllib_probe_resp()
1184 ieee->pHTInfo->bEnableHT = 0; in rtllib_association_req()
1188 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1329 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1363 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1529 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_associate_complete_wq()
1536 ieee->pHTInfo->bEnableHT); in rtllib_associate_complete_wq()
1694 ieee->pHTInfo->bEnableHT, in rtllib_softmac_new_net()
[all …]
H A Drtl819x_BAProc.c253 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBAReq()
254 (ieee->pHTInfo->IOTAction & HT_IOT_ACT_REJECT_ADDBA_REQ)) { in rtllib_rx_ADDBAReq()
259 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_ADDBAReq()
286 (ieee->pHTInfo->IOTAction & HT_IOT_ACT_ALLOW_PEER_AGG_ONE_PKT)) in rtllib_rx_ADDBAReq()
336 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBARsp()
337 !ieee->pHTInfo->bCurrentAMPDUEnable) { in rtllib_rx_ADDBARsp()
341 ieee->pHTInfo->bCurrentHTSupport, in rtllib_rx_ADDBARsp()
342 ieee->pHTInfo->bCurrentAMPDUEnable); in rtllib_rx_ADDBARsp()
427 !ieee->pHTInfo->bCurrentHTSupport) { in rtllib_rx_DELBA()
431 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_DELBA()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtl819x_HTProc.c72 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTUpdateDefaultSetting() local
110 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTMcsToDataRate() local
171 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTIOTPeerDetermine() local
255 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTIOTActDetermineRaFunc() local
514 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTOnAssocRsp() local
556 pHTInfo->bCurSuppCCK = ((pHTInfo->bRegSuppCCK) ? in HTOnAssocRsp()
631 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTInitializeHTInfo() local
697 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HTResetSelfAndSavePeerSetting() local
771 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in HT_update_self_and_peer_setting() local
788 pHTInfo->bCurSuppCCK = pHTInfo->bRegSuppCCK; in HTUseDefaultSetting()
[all …]
H A Drtllib_tx.c272 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_tx_query_agg_cap() local
279 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_tx_query_agg_cap()
356 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_query_HTCapShortGI() local
360 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_HTCapShortGI()
368 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI40MHz) in rtllib_query_HTCapShortGI()
370 else if (!pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI20MHz) in rtllib_query_HTCapShortGI()
377 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_query_BandwidthMode() local
381 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_BandwidthMode()
389 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurTxBW40MHz && in rtllib_query_BandwidthMode()
424 pHTInfo = ieee->pHTInfo; in rtllib_query_protectionmode()
[all …]
H A Drtllib_module.c126 ieee->pHTInfo = kzalloc(sizeof(struct rt_hi_throughput), GFP_KERNEL); in alloc_rtllib()
127 if (!ieee->pHTInfo) in alloc_rtllib()
155 kfree(ieee->pHTInfo); in free_rtllib()
156 ieee->pHTInfo = NULL; in free_rtllib()
H A Drtllib_softmac.c180 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in MgntQuery_MgntFrameTxRate() local
834 struct rt_hi_throughput *pHTInfo = ieee->pHTInfo; in rtllib_probe_resp() local
848 ieee->pHTInfo->bCurSuppCCK)) { in rtllib_probe_resp()
1184 ieee->pHTInfo->bEnableHT = 0; in rtllib_association_req()
1188 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1329 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1363 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1529 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_associate_complete_wq()
1536 ieee->pHTInfo->bEnableHT); in rtllib_associate_complete_wq()
1694 ieee->pHTInfo->bEnableHT, in rtllib_softmac_new_net()
[all …]
H A Drtl819x_BAProc.c253 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBAReq()
254 (ieee->pHTInfo->IOTAction & HT_IOT_ACT_REJECT_ADDBA_REQ)) { in rtllib_rx_ADDBAReq()
259 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_ADDBAReq()
286 (ieee->pHTInfo->IOTAction & HT_IOT_ACT_ALLOW_PEER_AGG_ONE_PKT)) in rtllib_rx_ADDBAReq()
336 !ieee->pHTInfo->bCurrentHTSupport || in rtllib_rx_ADDBARsp()
337 !ieee->pHTInfo->bCurrentAMPDUEnable) { in rtllib_rx_ADDBARsp()
341 ieee->pHTInfo->bCurrentHTSupport, in rtllib_rx_ADDBARsp()
342 ieee->pHTInfo->bCurrentAMPDUEnable); in rtllib_rx_ADDBARsp()
427 !ieee->pHTInfo->bCurrentHTSupport) { in rtllib_rx_DELBA()
431 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_DELBA()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c61 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTUpdateDefaultSetting() local
217 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTMcsToDataRate() local
304 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTIOTPeerDetermine() local
838 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTOnAssocRsp() local
902 pHTInfo->bCurSuppCCK = pHTInfo->bRegSuppCCK && in HTOnAssocRsp()
1022 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTInitializeHTInfo() local
1052 pHTInfo->CurrentMPDUDensity = pHTInfo->MPDU_Density; in HTInitializeHTInfo()
1053 pHTInfo->CurrentAMPDUFactor = pHTInfo->AMPDU_Factor; in HTInitializeHTInfo()
1114 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTResetSelfAndSavePeerSetting() local
1228 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTSetConnectBwModeCallback() local
[all …]
H A Dieee80211_tx.c292 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_tx_query_agg_cap() local
296 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_tx_query_agg_cap()
363 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_HTCapShortGI() local
367 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_HTCapShortGI()
370 if (pHTInfo->bForcedShortGI) { in ieee80211_query_HTCapShortGI()
375 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI40MHz) in ieee80211_query_HTCapShortGI()
377 else if (!pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI20MHz) in ieee80211_query_HTCapShortGI()
384 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_BandwidthMode() local
388 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_BandwidthMode()
436 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_protectionmode() local
[all …]
H A Dieee80211_softmac.c179 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in MgntQuery_MgntFrameTxRate() local
678 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_probe_resp() local
707 if (pHTInfo->bRegRT2RTAggregation) { in ieee80211_probe_resp()
972 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 …ccessfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo-… in ieee80211_associate_complete_wq()
1400 ieee->pHTInfo->bEnableHT, in ieee80211_softmac_new_net()
1404 HTResetIOTSetting(ieee->pHTInfo); in ieee80211_softmac_new_net()
[all …]
H A Dieee80211_module.c139 ieee->pHTInfo = kzalloc(sizeof(RT_HIGH_THROUGHPUT), GFP_KERNEL); in alloc_ieee80211()
140 if (!ieee->pHTInfo) { in alloc_ieee80211()
180 kfree(ieee->pHTInfo); in free_ieee80211()
181 ieee->pHTInfo = NULL; in free_ieee80211()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c61 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTUpdateDefaultSetting() local
217 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTMcsToDataRate() local
304 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTIOTPeerDetermine() local
838 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTOnAssocRsp() local
902 pHTInfo->bCurSuppCCK = pHTInfo->bRegSuppCCK && in HTOnAssocRsp()
1022 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTInitializeHTInfo() local
1052 pHTInfo->CurrentMPDUDensity = pHTInfo->MPDU_Density; in HTInitializeHTInfo()
1053 pHTInfo->CurrentAMPDUFactor = pHTInfo->AMPDU_Factor; in HTInitializeHTInfo()
1114 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTResetSelfAndSavePeerSetting() local
1228 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTSetConnectBwModeCallback() local
[all …]
H A Dieee80211_tx.c292 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_tx_query_agg_cap() local
296 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_tx_query_agg_cap()
363 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_HTCapShortGI() local
367 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_HTCapShortGI()
370 if (pHTInfo->bForcedShortGI) { in ieee80211_query_HTCapShortGI()
375 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI40MHz) in ieee80211_query_HTCapShortGI()
377 else if (!pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI20MHz) in ieee80211_query_HTCapShortGI()
384 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_BandwidthMode() local
388 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_BandwidthMode()
436 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_protectionmode() local
[all …]
H A Dieee80211_softmac.c179 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in MgntQuery_MgntFrameTxRate() local
678 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_probe_resp() local
707 if (pHTInfo->bRegRT2RTAggregation) { in ieee80211_probe_resp()
972 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 …ccessfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo-… in ieee80211_associate_complete_wq()
1400 ieee->pHTInfo->bEnableHT, in ieee80211_softmac_new_net()
1404 HTResetIOTSetting(ieee->pHTInfo); in ieee80211_softmac_new_net()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HTProc.c61 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTUpdateDefaultSetting() local
217 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTMcsToDataRate() local
304 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTIOTPeerDetermine() local
838 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTOnAssocRsp() local
902 pHTInfo->bCurSuppCCK = pHTInfo->bRegSuppCCK && in HTOnAssocRsp()
1022 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTInitializeHTInfo() local
1052 pHTInfo->CurrentMPDUDensity = pHTInfo->MPDU_Density; in HTInitializeHTInfo()
1053 pHTInfo->CurrentAMPDUFactor = pHTInfo->AMPDU_Factor; in HTInitializeHTInfo()
1114 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTResetSelfAndSavePeerSetting() local
1228 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in HTSetConnectBwModeCallback() local
[all …]
H A Dieee80211_tx.c292 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_tx_query_agg_cap() local
296 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_tx_query_agg_cap()
363 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_HTCapShortGI() local
367 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_HTCapShortGI()
370 if (pHTInfo->bForcedShortGI) { in ieee80211_query_HTCapShortGI()
375 if (pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI40MHz) in ieee80211_query_HTCapShortGI()
377 else if (!pHTInfo->bCurBW40MHz && pHTInfo->bCurShortGI20MHz) in ieee80211_query_HTCapShortGI()
384 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_BandwidthMode() local
388 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in ieee80211_query_BandwidthMode()
436 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_query_protectionmode() local
[all …]
H A Dieee80211_softmac.c179 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in MgntQuery_MgntFrameTxRate() local
678 PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo; in ieee80211_probe_resp() local
707 if (pHTInfo->bRegRT2RTAggregation) { in ieee80211_probe_resp()
972 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 …ccessfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee->pHTInfo-… in ieee80211_associate_complete_wq()
1400 ieee->pHTInfo->bEnableHT, in ieee80211_softmac_new_net()
1404 HTResetIOTSetting(ieee->pHTInfo); in ieee80211_softmac_new_net()
[all …]

1234