Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_HT.h387 HT_IOT_ACT_PURE_N_MODE = 0x00000100, enumerator
Drtllib_tx.c450 HT_IOT_ACT_PURE_N_MODE)) { in rtllib_query_protectionmode()
Drtllib_softmac.c1923 ieee->pHTInfo->IOTAction |= HT_IOT_ACT_PURE_N_MODE; in assoc_parse()
2334 if (!(ieee->pHTInfo->IOTAction & HT_IOT_ACT_PURE_N_MODE)) { in rtllib_rx_auth_resp()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_HT.h476 HT_IOT_ACT_PURE_N_MODE = 0x00000100, enumerator
Dieee80211_softmac.c1659 ieee->pHTInfo->IOTAction |= HT_IOT_ACT_PURE_N_MODE; in assoc_parse()
1940 if (!(iotAction & HT_IOT_ACT_PURE_N_MODE)) { in ieee80211_check_auth_response()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c72 if ((ieee->pHTInfo->IOTAction&HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in EnableHWSecurityConfig8192()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c4854 …if ((ieee->pHTInfo->IOTAction&HT_IOT_ACT_PURE_N_MODE) || !hwwep) { /* add hwsec_support flag to to… in EnableHWSecurityConfig8192()