Searched refs:dot11PrivacyAlgrthm (Results 1 – 3 of 3) sorted by relevance
95 u32 dot11PrivacyAlgrthm; /* This specify the privacy for shared auth. algorithm. */ member177 encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\186 encry_algo = (u8)psecuritypriv->dot11PrivacyAlgrthm;\
333 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()
91 ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SEC_MODE, &(Adapter->securitypriv.dot11PrivacyAlgrthm)); in Update_ODM_ComInfo_8723b()