Searched refs:wpa_psk (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/include/ |
D | sta_info.h | 155 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.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_ap.c | 876 psecuritypriv->wpa_psk = 0; in rtw_check_beacon_data23a() 890 psecuritypriv->wpa_psk |= BIT(1); in rtw_check_beacon_data23a() 914 psecuritypriv->wpa_psk |= BIT(0); in rtw_check_beacon_data23a()
|
D | rtw_mlme_ext.c | 1459 pstat->wpa_psk = 0; in OnAssocReq23a() 1475 if (psecuritypriv->wpa_psk & BIT(1)) { in OnAssocReq23a() 1481 pstat->wpa_psk |= BIT(1); in OnAssocReq23a() 1489 } else if (psecuritypriv->wpa_psk & BIT(0)) { in OnAssocReq23a() 1495 pstat->wpa_psk |= BIT(0); in OnAssocReq23a() 1538 if (psecuritypriv->wpa_psk == 0) { in OnAssocReq23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 945 psecuritypriv->wpa_psk = 0; in rtw_check_beacon_data() 958 psecuritypriv->wpa_psk |= BIT(1); in rtw_check_beacon_data() 980 psecuritypriv->wpa_psk |= BIT(0); in rtw_check_beacon_data()
|
D | rtw_mlme_ext.c | 1031 pstat->wpa_psk = 0; in OnAssocReq() 1037 if ((psecuritypriv->wpa_psk & BIT(1)) && elems.rsn_ie) { in OnAssocReq() 1045 pstat->wpa_psk |= BIT(1); in OnAssocReq() 1058 } else if ((psecuritypriv->wpa_psk & BIT(0)) && elems.wpa_ie) { in OnAssocReq() 1066 pstat->wpa_psk |= BIT(0); in OnAssocReq() 1107 if ((psecuritypriv->wpa_psk > 0) && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) { in OnAssocReq() 1125 if (psecuritypriv->wpa_psk == 0) { in OnAssocReq()
|
D | rtw_debug.c | 871 len += snprintf(page + len, count - len, "wpa_psk=0x%x\n", psta->wpa_psk); in proc_get_all_sta_info()
|