Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_HT.h298 HT_IOT_ACT_PURE_N_MODE = 0x00000100, enumerator
H A 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()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_HT.h201 HT_IOT_ACT_PURE_N_MODE = 0x00000100, enumerator
H A Drtllib_tx.c430 HT_IOT_ACT_PURE_N_MODE)) { in rtllib_query_protectionmode()
H A Drtllib_softmac.c1683 ieee->ht_info->iot_action |= HT_IOT_ACT_PURE_N_MODE; in assoc_parse()
2051 if (!(ieee->ht_info->iot_action & HT_IOT_ACT_PURE_N_MODE)) { in rtllib_rx_auth_resp()
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c44 if ((ieee->ht_info->iot_action & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in rtl92e_enable_hw_security_config()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c4737 if ((ieee->pHTInfo->IOTAction & HT_IOT_ACT_PURE_N_MODE) || !hwwep) { in EnableHWSecurityConfig8192()