Home
last modified time | relevance | path

Searched refs:HT_IOT_ACT_FORCED_CTS2SELF (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HT.h299 HT_IOT_ACT_FORCED_CTS2SELF = 0x00000200, enumerator
H A Dieee80211_tx.c471 if (pHTInfo->IOTAction & HT_IOT_ACT_FORCED_CTS2SELF) { in ieee80211_query_protectionmode()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_HT.h202 HT_IOT_ACT_FORCED_CTS2SELF = 0x00000200, enumerator
H A Drtllib_tx.c424 if (ht_info->iot_action & HT_IOT_ACT_FORCED_CTS2SELF) { in rtllib_query_protectionmode()
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c1495 ht_info->iot_action &= ~HT_IOT_ACT_FORCED_CTS2SELF; in _rtl92e_dm_cts_to_self()
1502 ht_info->iot_action &= ~HT_IOT_ACT_FORCED_CTS2SELF; in _rtl92e_dm_cts_to_self()
1504 ht_info->iot_action |= HT_IOT_ACT_FORCED_CTS2SELF; in _rtl92e_dm_cts_to_self()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_dm.c2112 pHTInfo->IOTAction &= ~HT_IOT_ACT_FORCED_CTS2SELF; in dm_ctstoself()
2124 pHTInfo->IOTAction &= ~HT_IOT_ACT_FORCED_CTS2SELF; in dm_ctstoself()
2126 pHTInfo->IOTAction |= HT_IOT_ACT_FORCED_CTS2SELF; in dm_ctstoself()