Searched refs:dot11PrivacyAlgrthm (Results 1 – 7 of 7) 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;\
439 psecuritypriv->dot11PrivacyAlgrthm = _WEP40_; in rtw_set_802_11_add_wep()442 psecuritypriv->dot11PrivacyAlgrthm = _WEP104_; in rtw_set_802_11_add_wep()445 psecuritypriv->dot11PrivacyAlgrthm = _NO_PRIVACY_; in rtw_set_802_11_add_wep()
687 if ((psecuritypriv->dot11PrivacyAlgrthm != _WEP40_) && in start_bss_network()688 (psecuritypriv->dot11PrivacyAlgrthm != _WEP104_)) in start_bss_network()2026 if ((padapter->securitypriv.dot11PrivacyAlgrthm == _TKIP_) || in rtw_ap_restore_network()2027 (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) { in rtw_ap_restore_network()2064 if ((psecuritypriv->dot11PrivacyAlgrthm == _TKIP_) || in rtw_ap_restore_network()2065 (psecuritypriv->dot11PrivacyAlgrthm == _AES_)) { in rtw_ap_restore_network()
1556 …if ((_WEP40_ == securitypriv->dot11PrivacyAlgrthm) || (_WEP104_ == securitypriv->dot11PrivacyAlgrt… in rtw_sec_restore_wep_key()
107 psec_priv->dot11PrivacyAlgrthm = _NO_PRIVACY_; in rtw_reset_securitypriv()
94 ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_SEC_MODE, &(Adapter->securitypriv.dot11PrivacyAlgrthm)); in Update_ODM_ComInfo_8723b()
328 *pu8 = padapter->securitypriv.dot11PrivacyAlgrthm != 0; in halbtcoutsrc_Get()