Searched refs:bRTSBW (Results 1 – 5 of 5) sorted by relevance
446 tcb_desc->bRTSBW = false; // RTS frame bandwidth is always 20MHz in ieee80211_query_protectionmode()545 tcb_desc->bRTSBW = false; in ieee80211_query_protectionmode()
109 u8 bRTSBW:1; member
420 tcb_desc->bRTSBW = false; in rtllib_query_protectionmode()493 tcb_desc->bRTSBW = false; in rtllib_query_protectionmode()
149 u8 bRTSBW:1; member
1518 tx_fwinfo->RtsBandwidth = (tx_fwinfo->RtsHT == 1) ? ((tcb_desc->bRTSBW) ? 1 : 0) : 0; in rtl8192_tx()