Home
last modified time | relevance | path

Searched refs:wpa_group_cipher (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/staging/r8188eu/include/
Drtw_security.h110 unsigned int wpa_group_cipher; member
Dsta_info.h138 int wpa_group_cipher; member
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Drtw_security.h123 unsigned int wpa_group_cipher; member
Dsta_info.h153 int wpa_group_cipher; member
/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_ap.c965 psecuritypriv->wpa_group_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
988 psecuritypriv->wpa_group_cipher = group_cipher; in rtw_check_beacon_data()
Drtw_mlme_ext.c1064 pstat->wpa_group_cipher = 0; in OnAssocReq()
1103 pstat->wpa_group_cipher = group_cipher&psecuritypriv->wpa_group_cipher; in OnAssocReq()
1106 if (!pstat->wpa_group_cipher) in OnAssocReq()
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c985 pstat->wpa_group_cipher = 0; in OnAssocReq()
1021 pstat->wpa_group_cipher = group_cipher & psecuritypriv->wpa_group_cipher; in OnAssocReq()
1024 if (!pstat->wpa_group_cipher) in OnAssocReq()