Searched refs:bCurrentHTSupport (Results 1 – 15 of 15) sorted by relevance
/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_BAProc.c | 367 (!ieee->pHTInfo->bCurrentHTSupport)) //|| 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 || in ieee80211_rx_ADDBARsp() 467 …d, %d, %d)\n",ieee->current_network.qos_data.active, ieee->pHTInfo->bCurrentHTSupport, ieee->pHTIn… in ieee80211_rx_ADDBARsp() 585 !ieee->pHTInfo->bCurrentHTSupport) in ieee80211_rx_DELBA() 587 … 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() 948 if (!pHTInfo->bCurrentHTSupport) { 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()
|
D | ieee80211_tx.c | 313 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()
|
D | rtl819x_HT.h | 243 u8 bCurrentHTSupport; member
|
D | ieee80211_softmac.c | 1021 if (ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT) in ieee80211_association_req() 1173 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req() 1202 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in ieee80211_association_req() 1349 if (ieee->pHTInfo->bCurrentHTSupport&&ieee->pHTInfo->bEnableHT) in ieee80211_associate_complete_wq() 1356 …printk("Successfully associated, ht not enabled(%d, %d)\n", ieee->pHTInfo->bCurrentHTSupport, ieee… in ieee80211_associate_complete_wq() 1486 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()
|
/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 | 263 (ieee->pHTInfo->bCurrentHTSupport == false) || in rtllib_rx_ADDBAReq() 269 ieee->pHTInfo->bCurrentHTSupport); in rtllib_rx_ADDBAReq() 346 ieee->pHTInfo->bCurrentHTSupport == false || in rtllib_rx_ADDBARsp() 351 ieee->pHTInfo->bCurrentHTSupport, in rtllib_rx_ADDBARsp() 437 ieee->pHTInfo->bCurrentHTSupport == false) { in rtllib_rx_DELBA() 441 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 | 864 if (ieee->pHTInfo->bCurrentHTSupport) { in rtllib_probe_resp() 1198 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req() 1341 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req() 1377 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_association_req() 1544 if (ieee->pHTInfo->bCurrentHTSupport && ieee->pHTInfo->bEnableHT) { in rtllib_associate_complete_wq() 1550 ieee->pHTInfo->bCurrentHTSupport, in rtllib_associate_complete_wq() 1728 ieee->pHTInfo->bCurrentHTSupport = in rtllib_softmac_new_net() 2692 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()
|
/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_wx.c | 959 ieee->pHTInfo->bCurrentHTSupport) in _rtl92e_wx_set_encode_ext()
|
D | rtl_core.c | 386 if (ieee->pHTInfo->bCurrentHTSupport) in _rtl92e_update_beacon() 2352 && ieee->pHTInfo->bCurrentHTSupport) { in _rtl92e_ioctl()
|
/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 1835 if (ieee->pHTInfo->bCurrentHTSupport) in rtl8192_update_beacon() 4686 if ((priv->ieee80211->pHTInfo->bCurrentHTSupport) && in query_rxdesc_status()
|