Searched refs:wpa_psk (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | sta_info.h | 155 int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
D | rtw_security.h | 127 unsigned int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 154 int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
D | rtw_security.h | 129 unsigned int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_ap.c | 895 psecuritypriv->wpa_psk = 0; in rtw_check_beacon_data23a() 909 psecuritypriv->wpa_psk |= BIT(1); in rtw_check_beacon_data23a() 933 psecuritypriv->wpa_psk |= BIT(0); in rtw_check_beacon_data23a()
|
D | rtw_mlme_ext.c | 1458 pstat->wpa_psk = 0; in OnAssocReq23a() 1474 if (psecuritypriv->wpa_psk & BIT(1)) { in OnAssocReq23a() 1480 pstat->wpa_psk |= BIT(1); in OnAssocReq23a() 1488 } else if (psecuritypriv->wpa_psk & BIT(0)) { in OnAssocReq23a() 1494 pstat->wpa_psk |= BIT(0); in OnAssocReq23a() 1537 if (psecuritypriv->wpa_psk == 0) { in OnAssocReq23a()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 968 psecuritypriv->wpa_psk = 0; in rtw_check_beacon_data() 981 psecuritypriv->wpa_psk |= BIT(1); in rtw_check_beacon_data() 1003 psecuritypriv->wpa_psk |= BIT(0); in rtw_check_beacon_data()
|
D | rtw_mlme_ext.c | 3131 pstat->wpa_psk = 0; in OnAssocReq() 3137 if ((psecuritypriv->wpa_psk & BIT(1)) && elems.rsn_ie) { in OnAssocReq() 3145 pstat->wpa_psk |= BIT(1); in OnAssocReq() 3158 } else if ((psecuritypriv->wpa_psk & BIT(0)) && elems.wpa_ie) { in OnAssocReq() 3166 pstat->wpa_psk |= BIT(0); in OnAssocReq() 3207 if ((psecuritypriv->wpa_psk > 0) && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) { in OnAssocReq() 3225 if (psecuritypriv->wpa_psk == 0) { in OnAssocReq()
|
D | rtw_debug.c | 872 len += snprintf(page + len, count - len, "wpa_psk=0x%x\n", psta->wpa_psk); in proc_get_all_sta_info()
|