Home
last modified time | relevance | path

Searched refs:wpa2_group_cipher (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_security.h124 unsigned int wpa2_group_cipher; member
Dsta_info.h144 int wpa2_group_cipher; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h159 int wpa2_group_cipher; member
Drtw_security.h128 unsigned int wpa2_group_cipher; member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_ap.c846 psecuritypriv->wpa2_group_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
856 psecuritypriv->wpa2_group_cipher = group_cipher; in rtw_check_beacon_data()
Drtw_mlme_ext.c3038 pstat->wpa2_group_cipher = 0; in OnAssocReq()
3052 pstat->wpa2_group_cipher = group_cipher&psecuritypriv->wpa2_group_cipher; in OnAssocReq()
3055 if (!pstat->wpa2_group_cipher) in OnAssocReq()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ap.c1162 psecuritypriv->wpa2_group_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
1185 psecuritypriv->wpa2_group_cipher = group_cipher; in rtw_check_beacon_data()
Drtw_debug.c1324 psta->wpa2_group_cipher); in proc_get_all_sta_info()
Drtw_mlme_ext.c1325 pstat->wpa2_group_cipher = 0; in OnAssocReq()
1340 pstat->wpa2_group_cipher = group_cipher&psecuritypriv->wpa2_group_cipher; in OnAssocReq()
1343 if (!pstat->wpa2_group_cipher) in OnAssocReq()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2895 DBG_871X("wpa2_group_cipher = 0x%x\n", psta->wpa2_group_cipher); in rtw_dbg_port()