Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_security.h123 unsigned int wpa_group_cipher; member
Dsta_info.h153 int wpa_group_cipher; member
/Linux-v5.15/drivers/staging/r8188eu/include/
Dsta_info.h140 int wpa_group_cipher; member
Drtw_security.h113 unsigned int wpa_group_cipher; member
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_ap.c964 psecuritypriv->wpa_group_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
987 psecuritypriv->wpa_group_cipher = group_cipher; in rtw_check_beacon_data()
Drtw_mlme_ext.c1070 pstat->wpa_group_cipher = 0; in OnAssocReq()
1109 pstat->wpa_group_cipher = group_cipher&psecuritypriv->wpa_group_cipher; in OnAssocReq()
1112 if (!pstat->wpa_group_cipher) in OnAssocReq()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_ap.c855 psecuritypriv->wpa_group_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
869 psecuritypriv->wpa_group_cipher = group_cipher; in rtw_check_beacon_data()
Drtw_mlme_ext.c1110 pstat->wpa_group_cipher = 0; in OnAssocReq()
1146 pstat->wpa_group_cipher = group_cipher & psecuritypriv->wpa_group_cipher; in OnAssocReq()
1149 if (!pstat->wpa_group_cipher) in OnAssocReq()