Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_security.h124 unsigned int wpa2_group_cipher; member
Dsta_info.h144 int wpa2_group_cipher; member
/drivers/staging/rtl8723bs/include/
Dsta_info.h159 int wpa2_group_cipher; member
Drtw_security.h128 unsigned int wpa2_group_cipher; member
/drivers/staging/rtl8188eu/core/
Drtw_ap.c836 psecuritypriv->wpa2_group_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
846 psecuritypriv->wpa2_group_cipher = group_cipher; in rtw_check_beacon_data()
Drtw_mlme_ext.c3024 pstat->wpa2_group_cipher = 0; in OnAssocReq()
3038 pstat->wpa2_group_cipher = group_cipher & psecuritypriv->wpa2_group_cipher; in OnAssocReq()
3041 if (!pstat->wpa2_group_cipher) in OnAssocReq()
/drivers/staging/rtl8723bs/core/
Drtw_ap.c1079 psecuritypriv->wpa2_group_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
1100 psecuritypriv->wpa2_group_cipher = group_cipher; in rtw_check_beacon_data()
Drtw_mlme_ext.c1312 pstat->wpa2_group_cipher = 0; in OnAssocReq()
1327 pstat->wpa2_group_cipher = group_cipher&psecuritypriv->wpa2_group_cipher; in OnAssocReq()
1330 if (!pstat->wpa2_group_cipher) in OnAssocReq()
/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2874 DBG_871X("wpa2_group_cipher = 0x%x\n", psta->wpa2_group_cipher); in rtw_dbg_port()