Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_HTProc.c540 if (pHTInfo->bCurrentHTSupport == false) { in HTOnAssocRsp()
651 pHTInfo->bCurrentHTSupport = false; in HTInitializeHTInfo()
725 pHTInfo->bCurrentHTSupport = true; in HTResetSelfAndSavePeerSetting()
780 pHTInfo->bCurrentHTSupport = false; in HTResetSelfAndSavePeerSetting()
797 if (pHTInfo->bCurrentHTSupport) { in HT_update_self_and_peer_setting()
809 pHTInfo->bCurrentHTSupport = true; in HTUseDefaultSetting()
836 pHTInfo->bCurrentHTSupport = false; in HTUseDefaultSetting()
842 if (ieee->pHTInfo->bCurrentHTSupport) { in HTCCheck()
Drtl819x_BAProc.c269 (ieee->pHTInfo->bCurrentHTSupport == false) || in rtllib_rx_ADDBAReq()
275 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_ADDBAReq()
353 ieee->pHTInfo->bCurrentHTSupport == false || in rtllib_rx_ADDBARsp()
358 ieee->pHTInfo->bCurrentHTSupport, in rtllib_rx_ADDBARsp()
445 ieee->pHTInfo->bCurrentHTSupport == false) { in rtllib_rx_DELBA()
449 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_DELBA()
Drtllib_tx.c296 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_tx_query_agg_cap()
377 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_HTCapShortGI()
398 if (!pHTInfo->bCurrentHTSupport || !pHTInfo->bEnableHT) in rtllib_query_BandwidthMode()
461 if (pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT) { in rtllib_query_protectionmode()
Drtl819x_HT.h181 u8 bCurrentHTSupport; member
Drtllib_softmac.c880 if (ieee->pHTInfo->bCurrentHTSupport) { in rtllib_probe_resp()
1213 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1356 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1392 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req()
1559 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_associate_complete_wq()
1565 ieee->pHTInfo->bCurrentHTSupport, in rtllib_associate_complete_wq()
1744 ieee->pHTInfo->bCurrentHTSupport = in rtllib_softmac_new_net()
2783 ieee->pHTInfo->bCurrentHTSupport = false; in rtllib_start_ibss_wq()
Drtllib_softmac_wx.c365 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && in rtllib_wx_sync_scan_wq()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_BAProc.c367 (ieee->pHTInfo->bCurrentHTSupport == false)) //|| in ieee80211_rx_ADDBAReq()
371 … is not ready(%d, %d)\n", ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport); in ieee80211_rx_ADDBAReq()
465 ieee->pHTInfo->bCurrentHTSupport == false || in ieee80211_rx_ADDBARsp()
467 …d, %d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTIn… in ieee80211_rx_ADDBARsp()
586 ieee->pHTInfo->bCurrentHTSupport == false ) in ieee80211_rx_DELBA()
588 … not supported(%d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport); in ieee80211_rx_DELBA()
Drtl819x_HTProc.c227 if(pHTInfo->bCurrentHTSupport == false ) // wireless is n mode in IsHTHalfNmode40Bandwidth()
246 if(pHTInfo->bCurrentHTSupport == false ) // wireless is n mode in IsHTHalfNmodeSGI()
948 if (pHTInfo->bCurrentHTSupport == false) { in HTOnAssocRsp()
1130 pHTInfo->bCurrentHTSupport = false; in HTInitializeHTInfo()
1229 pHTInfo->bCurrentHTSupport = true; in HTResetSelfAndSavePeerSetting()
1286 pHTInfo->bCurrentHTSupport = false; in HTResetSelfAndSavePeerSetting()
1301 if (pHTInfo->bCurrentHTSupport) in HTUpdateSelfAndPeerSetting()
1326 if (ieee->pHTInfo->bCurrentHTSupport) in HTCCheck()
Dieee80211_tx.c313 if (!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT) in ieee80211_tx_query_agg_cap()
402 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT) in ieee80211_query_HTCapShortGI()
424 if(!pHTInfo->bCurrentHTSupport||!pHTInfo->bEnableHT) in ieee80211_query_BandwidthMode()
490 if(pHTInfo->bCurrentHTSupport && pHTInfo->bEnableHT) in ieee80211_query_protectionmode()
Drtl819x_HT.h243 u8 bCurrentHTSupport; member
Dieee80211_softmac.c1019 if (ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT) in ieee80211_association_req()
1171 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req()
1200 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req()
1348 if (ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT) in ieee80211_associate_complete_wq()
1355 …printk("Successfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee… in ieee80211_associate_complete_wq()
1489 ieee->pHTInfo->bCurrentHTSupport = false; in ieee80211_softmac_new_net()
Dieee80211_softmac_wx.c323 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT && ieee->pHTInfo->bCurBW40MHz) { in ieee80211_wx_sync_scan_wq()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c1034 ieee->pHTInfo->bCurrentHTSupport) in r8192_wx_set_enc_ext()
Drtl_core.c572 if (ieee->pHTInfo->bCurrentHTSupport) in rtl8192_update_beacon()
2639 && ieee->pHTInfo->bCurrentHTSupport) { in rtl8192_ioctl()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1805 if (ieee->pHTInfo->bCurrentHTSupport) in rtl8192_update_beacon()
4409 …if ((priv->ieee80211->pHTInfo->bCurrentHTSupport == true) && (priv->ieee80211->pairwise_key_type =… in query_rxdesc_status()