Home
last modified time | relevance | path

Searched refs:dot11PrivacyAlgrthm (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h95 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */ member
177 encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\
186 encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c333 if ((psecuritypriv->dot11PrivacyAlgrthm != _NO_PRIVACY_) && in rtw_is_same_ibss()
336 else if ((psecuritypriv->dot11PrivacyAlgrthm == _NO_PRIVACY_) && in rtw_is_same_ibss()
987 psta->dot118021XPrivacy = padapter->securitypriv.dot11PrivacyAlgrthm; in rtw_joinbss_update_stainfo()
1127 psec_priv->dot11PrivacyAlgrthm = _NO_PRIVACY_; in rtw_reset_securitypriv()
1343 psta->dot118021XPrivacy = adapter->securitypriv.dot11PrivacyAlgrthm; in rtw_stassoc_event_callback()
1896 psetkeyparm->algorithm = (u8)psecuritypriv->dot11PrivacyAlgrthm; in rtw_set_key()
2126 pdev_network->privacy = (psecuritypriv->dot11PrivacyAlgrthm > 0 ? 1 : 0) ; /* adhoc no 802.1x */ in rtw_update_registrypriv_dev_network()
2366 if (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_) in rtw_restructure_ht_ie()
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_dm.c91 ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SEC_MODE, &(Adapter->securitypriv.dot11PrivacyAlgrthm)); in Update_ODM_ComInfo_8723b()