Home
last modified time | relevance | path

Searched refs:bCTSEnable (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Dieee80211_tx.c440 tcb_desc->bCTSEnable = false; // Most of protection using RTS/CTS in ieee80211_query_protectionmode()
465 tcb_desc->bCTSEnable = true; in ieee80211_query_protectionmode()
480 tcb_desc->bCTSEnable = true; in ieee80211_query_protectionmode()
516 tcb_desc->bCTSEnable = true; in ieee80211_query_protectionmode()
528 tcb_desc->bCTSEnable = true; in ieee80211_query_protectionmode()
539 tcb_desc->bCTSEnable = false; in ieee80211_query_protectionmode()
Dieee80211.h114 u8 bCTSEnable:1; member
/linux-3.4.99/drivers/staging/rtl8192e/
Drtllib_tx.c420 tcb_desc->bCTSEnable = false; in rtllib_query_protectionmode()
436 tcb_desc->bCTSEnable = true; in rtllib_query_protectionmode()
444 tcb_desc->bCTSEnable = true; in rtllib_query_protectionmode()
456 tcb_desc->bCTSEnable = true; in rtllib_query_protectionmode()
490 tcb_desc->bCTSEnable = false; in rtllib_query_protectionmode()
Drtllib.h173 u8 bCTSEnable:1; member
/linux-3.4.99/drivers/staging/rtl8187se/
Dr8180_core.c1949 u8 bCTSEnable = 0; in rtl8180_tx() local
2011 bCTSEnable = 0; in rtl8180_tx()
2030 bCTSEnable = 0; in rtl8180_tx()
2048 bCTSEnable = 0; in rtl8180_tx()
2127 if (bCTSEnable) in rtl8180_tx()
/linux-3.4.99/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1197 pTxFwInfo->CtsEnable = (cb_desc->bCTSEnable) ? 1 : 0; in rtl8192_tx_fill_desc()
/linux-3.4.99/drivers/staging/rtl8192u/
Dr8192U_core.c1348 tx_fwinfo->CtsEnable = (tcb_desc->bCTSEnable)?1:0; in DrvAggr_Aggregation()
2037 tx_fwinfo->CtsEnable = (tcb_desc->bCTSEnable)?1:0; in rtl8192_tx()