Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/rtl8192e/
Drtl819x_HT.h225 HT_IOT_ACT_PURE_N_MODE = 0x00000100, enumerator
Drtllib_tx.c431 HT_IOT_ACT_PURE_N_MODE)) { in rtllib_query_protectionmode()
Drtllib_softmac.c1897 ieee->pHTInfo->iot_action |= HT_IOT_ACT_PURE_N_MODE; in assoc_parse()
2299 if (!(ieee->pHTInfo->iot_action & HT_IOT_ACT_PURE_N_MODE)) { in rtllib_rx_auth_resp()
/Linux-v6.1/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HT.h298 HT_IOT_ACT_PURE_N_MODE = 0x00000100, enumerator
Dieee80211_softmac.c1587 ieee->pHTInfo->IOTAction |= HT_IOT_ACT_PURE_N_MODE; in assoc_parse()
1846 if (!(iotAction & HT_IOT_ACT_PURE_N_MODE)) { in ieee80211_check_auth_response()
/Linux-v6.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c45 if ((ieee->pHTInfo->iot_action & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in rtl92e_enable_hw_security_config()
/Linux-v6.1/drivers/staging/rtl8192u/
Dr8192U_core.c4737 if ((ieee->pHTInfo->IOTAction & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in EnableHWSecurityConfig8192()