Lines Matching refs:dot11AuthAlgrthm

547 			psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto;  in rtw_cfg80211_ap_set_encryption()
618 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X && psta) { /* psk/802_1x */ in rtw_cfg80211_ap_set_encryption()
768 if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { /* 802_1x */ in rtw_cfg80211_set_encryption()
1337 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; in rtw_cfg80211_set_auth_type()
1342 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; in rtw_cfg80211_set_auth_type()
1345 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_auth_type()
1350 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; in rtw_cfg80211_set_auth_type()
1356 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; in rtw_cfg80211_set_auth_type()
1415 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_key_mgt()
1417 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_key_mgt()
1460 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_wpa_ie()
1469 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_wpa_ie()
1592 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ in cfg80211_rtw_join_ibss()
1688 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ in cfg80211_rtw_connect()
1711 if ((psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_Shared || in cfg80211_rtw_connect()
1712 psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_Auto) && sme->key) { in cfg80211_rtw_connect()