Searched refs:wpa_psk (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/drivers/staging/rtl8723bs/include/ |
| D | rtw_security.h | 122 unsigned int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
| D | sta_info.h | 152 int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | sta_info.h | 139 int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
| D | rtw_security.h | 112 unsigned int wpa_psk;/* 0:disable, bit(0): WPA, bit(1):WPA2 */ member
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_ap.c | 931 psecuritypriv->wpa_psk = 0; in rtw_check_beacon_data() 954 psecuritypriv->wpa_psk |= BIT(1); in rtw_check_beacon_data() 985 psecuritypriv->wpa_psk |= BIT(0); in rtw_check_beacon_data()
|
| D | rtw_mlme_ext.c | 1069 pstat->wpa_psk = 0; in OnAssocReq() 1075 if ((psecuritypriv->wpa_psk & BIT(1)) && elems.rsn_ie) { in OnAssocReq() 1084 pstat->wpa_psk |= BIT(1); in OnAssocReq() 1098 } else if ((psecuritypriv->wpa_psk & BIT(0)) && elems.wpa_ie) { in OnAssocReq() 1107 pstat->wpa_psk |= BIT(0); in OnAssocReq() 1144 if ((psecuritypriv->wpa_psk > 0) in OnAssocReq() 1162 if (psecuritypriv->wpa_psk == 0) { in OnAssocReq()
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_ap.c | 832 psecuritypriv->wpa_psk = 0; in rtw_check_beacon_data() 845 psecuritypriv->wpa_psk |= BIT(1); in rtw_check_beacon_data() 867 psecuritypriv->wpa_psk |= BIT(0); in rtw_check_beacon_data()
|
| D | rtw_mlme_ext.c | 1109 pstat->wpa_psk = 0; in OnAssocReq() 1115 if ((psecuritypriv->wpa_psk & BIT(1)) && elems.rsn_ie) { in OnAssocReq() 1123 pstat->wpa_psk |= BIT(1); in OnAssocReq() 1136 } else if ((psecuritypriv->wpa_psk & BIT(0)) && elems.wpa_ie) { in OnAssocReq() 1144 pstat->wpa_psk |= BIT(0); in OnAssocReq() 1184 if ((psecuritypriv->wpa_psk > 0) && (pstat->flags & (WLAN_STA_WPS | WLAN_STA_MAYBE_WPS))) { in OnAssocReq() 1202 if (psecuritypriv->wpa_psk == 0) { in OnAssocReq()
|
| D | rtw_debug.c | 851 len += snprintf(page + len, count - len, "wpa_psk=0x%x\n", psta->wpa_psk); in proc_get_all_sta_info()
|
| /Linux-v5.15/drivers/staging/r8188eu/os_dep/ |
| D | ioctl_linux.c | 4278 DBG_88E("wpa_psk = 0x%x\n", psta->wpa_psk); in rtw_dbg_port()
|