Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8192e/ieee80211/
Dieee80211_tx.c451 tcb_desc->bCTSEnable = false; // Most of protection using RTS/CTS in ieee80211_query_protectionmode()
476 tcb_desc->bCTSEnable = true; in ieee80211_query_protectionmode()
491 tcb_desc->bCTSEnable = true; in ieee80211_query_protectionmode()
527 tcb_desc->bCTSEnable = true; in ieee80211_query_protectionmode()
539 tcb_desc->bCTSEnable = true; in ieee80211_query_protectionmode()
550 tcb_desc->bCTSEnable = false; in ieee80211_query_protectionmode()
Dieee80211.h112 u8 bCTSEnable:1; member
/linux-2.6.39/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-2.6.39/drivers/staging/rtl8187se/
Dr8180_core.c1940 u8 bCTSEnable = 0; in rtl8180_tx() local
2002 bCTSEnable = 0; in rtl8180_tx()
2020 bCTSEnable = 0; in rtl8180_tx()
2038 bCTSEnable = 0; in rtl8180_tx()
2116 if (bCTSEnable) in rtl8180_tx()
/linux-2.6.39/drivers/staging/rtl8192u/
Dr8192U_core.c1351 tx_fwinfo->CtsEnable = (tcb_desc->bCTSEnable)?1:0; in DrvAggr_Aggregation()
2040 tx_fwinfo->CtsEnable = (tcb_desc->bCTSEnable)?1:0; in rtl8192_tx()
/linux-2.6.39/drivers/staging/rtl8192e/
Dr8192E_core.c1243 pTxFwInfo->CtsEnable = (tcb_desc->bCTSEnable) ? 1 : 0; in rtl8192_tx()