Searched refs:wpa_psk (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 122 unsigned int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
D | sta_info.h | 142 int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 157 int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
D | rtw_security.h | 126 unsigned int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 841 psecuritypriv->wpa_psk = 0; in rtw_check_beacon_data() 854 psecuritypriv->wpa_psk |= BIT(1); in rtw_check_beacon_data() 876 psecuritypriv->wpa_psk |= BIT(0); in rtw_check_beacon_data()
|
D | rtw_mlme_ext.c | 3036 pstat->wpa_psk = 0; in OnAssocReq() 3042 if ((psecuritypriv->wpa_psk & BIT(1)) && elems.rsn_ie) { in OnAssocReq() 3050 pstat->wpa_psk |= BIT(1); in OnAssocReq() 3063 } else if ((psecuritypriv->wpa_psk & BIT(0)) && elems.wpa_ie) { in OnAssocReq() 3071 pstat->wpa_psk |= BIT(0); in OnAssocReq() 3111 if ((psecuritypriv->wpa_psk > 0) && (pstat->flags & (WLAN_STA_WPS|WLAN_STA_MAYBE_WPS))) { in OnAssocReq() 3129 if (psecuritypriv->wpa_psk == 0) { in OnAssocReq()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_ap.c | 1158 psecuritypriv->wpa_psk = 0; in rtw_check_beacon_data() 1183 psecuritypriv->wpa_psk |= BIT(1); in rtw_check_beacon_data() 1218 psecuritypriv->wpa_psk |= BIT(0); in rtw_check_beacon_data()
|
D | rtw_mlme_ext.c | 1323 pstat->wpa_psk = 0; in OnAssocReq() 1329 if ((psecuritypriv->wpa_psk & BIT(1)) && elems.rsn_ie) { in OnAssocReq() 1338 pstat->wpa_psk |= BIT(1); in OnAssocReq() 1352 } else if ((psecuritypriv->wpa_psk & BIT(0)) && elems.wpa_ie) { in OnAssocReq() 1361 pstat->wpa_psk |= BIT(0); in OnAssocReq() 1404 if ((psecuritypriv->wpa_psk > 0) in OnAssocReq() 1424 if (psecuritypriv->wpa_psk == 0) { in OnAssocReq()
|
D | rtw_debug.c | 1322 DBG_871X_SEL_NL(m, "wpa_psk = 0x%x\n", psta->wpa_psk); in proc_get_all_sta_info()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_linux.c | 2894 DBG_871X("wpa_psk = 0x%x\n", psta->wpa_psk); in rtw_dbg_port()
|