Searched refs:auth_mode (Results 1 - 25 of 31) sorted by last modified time

12

/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c661 unsigned int auth_mode, ie_len; local
682 auth_mode = psecuritypriv->dot11AuthAlgrthm;
688 if (auth_mode == 2 && psecuritypriv->dot11PrivacyAlgrthm != _WEP40_ &&
690 auth_mode = 0;
692 if ((algorithm > 0 && auth_mode == 0) || /* rx a shared-key auth but shared not enabled */
693 (algorithm == 0 && auth_mode == 1)) { /* rx a open-system auth but shared-key is enabled */
695 algorithm, auth_mode, sa[0], sa[1], sa[2], sa[3], sa[4], sa[5]);
750 if (algorithm == 0 && (auth_mode == 0 || auth_mode == 2)) {
/drivers/staging/rtl8188eu/include/
H A Dieee80211.h741 auth_mode:2, member in struct:ieee80211_security
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c60 (priv->rtllib->auth_mode != 2)) {
H A Drtl_wx.c1030 if ((alg & KEY_TYPE_WEP40) && (ieee->auth_mode != 2)) {
/drivers/staging/rtl8192e/
H A Drtllib.h1092 auth_mode:2, member in struct:rtllib_security
2157 int auth_mode; member in struct:rtllib_device
H A Drtllib_softmac.c824 if (ieee->auth_mode == 0)
826 else if (ieee->auth_mode == 1)
828 else if (ieee->auth_mode == 2)
3260 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
3262 ieee->auth_mode = 1;
3264 sec.auth_mode = WLAN_AUTH_OPEN;
3266 ieee->auth_mode = 0;
3268 sec.auth_mode = WLAN_AUTH_LEAP >> 6;
3270 ieee->auth_mode = 2;
H A Drtllib_wx.c449 ieee->auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN :
451 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
453 RTLLIB_DEBUG_WX("Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ?
815 ieee->auth_mode = 1;
818 ieee->auth_mode = 0;
821 ieee->auth_mode = 2;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h991 auth_mode:2, member in struct:ieee80211_security
1873 int auth_mode; member in struct:ieee80211_device
H A Dieee80211_softmac.c673 if(ieee->auth_mode == 0)
675 else if(ieee->auth_mode == 1)
677 else if(ieee->auth_mode == 2)
2860 sec.auth_mode = WLAN_AUTH_SHARED_KEY;
2862 ieee->auth_mode = 1;
2864 sec.auth_mode = WLAN_AUTH_OPEN;
2866 ieee->auth_mode = 0;
2869 sec.auth_mode = WLAN_AUTH_LEAP;
2871 ieee->auth_mode = 2;
H A Dieee80211_wx.c436 ieee->auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
437 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
439 IEEE80211_DEBUG_WX("Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ?
785 ieee->auth_mode = 1;
789 ieee->auth_mode = 0;
793 ieee->auth_mode = 2;
/drivers/staging/rtl8192u/
H A Dr8192U_core.c3497 if (ieee->auth_mode != 2)
4844 if (((KEY_TYPE_WEP40 == ieee->pairwise_key_type) || (KEY_TYPE_WEP104 == ieee->pairwise_key_type)) && (priv->ieee80211->auth_mode != 2)) {
H A Dr8192U_wx.c783 if ((alg & KEY_TYPE_WEP40) && (ieee->auth_mode != 2)) {
/drivers/staging/rtl8712/
H A Dieee80211.h532 auth_mode:2, member in struct:ieee80211_security
/drivers/staging/rtl8723au/core/
H A Drtw_mlme_ext.c925 u16 auth_mode, seq, algorithm; local
935 auth_mode = psecuritypriv->dot11AuthAlgrthm;
945 if (auth_mode == 2 &&
948 auth_mode = 0;
952 if ((algorithm != WLAN_AUTH_OPEN && auth_mode == 0) ||
953 (algorithm == WLAN_AUTH_OPEN && auth_mode == 1)) {
956 algorithm, auth_mode,
1020 if (algorithm == WLAN_AUTH_OPEN && (auth_mode == 0 || auth_mode == 2)) {
/drivers/net/wireless/
H A Dat76c50x-usb.c1368 "txrate %s auth_mode %d", wiphy_name(priv->hw->wiphy),
1375 TX_RATE_AUTO ? "auto" : "<invalid>", priv->auth_mode);
1377 "%s param: pm_mode %d pm_period %d auth_mode %s "
1380 priv->auth_mode == WLAN_AUTH_OPEN ? "open" : "shared_secret",
2351 priv->auth_mode = WLAN_AUTH_OPEN;
H A Dat76c50x-usb.h411 int auth_mode; /* authentication type: 0 open, 1 shared key */ member in struct:at76_priv
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c182 vif->auth_mode = NONE_AUTH;
184 vif->auth_mode = WPA2_AUTH;
186 vif->auth_mode = WPA_AUTH;
271 if (vif->auth_mode == WPA_AUTH)
272 vif->auth_mode = WPA_PSK_AUTH;
273 else if (vif->auth_mode == WPA2_AUTH)
274 vif->auth_mode = WPA2_PSK_AUTH;
276 if (vif->auth_mode == WPA_AUTH)
277 vif->auth_mode = WPA_AUTH_CCKM;
278 else if (vif->auth_mode
[all...]
H A Dcore.h611 u8 auth_mode; member in struct:ath6kl_vif
H A Dinit.c239 vif->auth_mode = NONE_AUTH;
H A Dmain.c386 switch (vif->auth_mode) {
H A Dwmi.c1846 enum auth_mode auth_mode,
1862 dot11_auth_mode, auth_mode, pairwise_crypto, group_crypto);
1885 cc->auth_mode = auth_mode;
3396 "%s: nw_type=%u auth_mode=%u ch=%u ctrl_flags=0x%x-> res=%d\n",
3397 __func__, p->nw_type, p->auth_mode, le16_to_cpu(p->ch),
1843 ath6kl_wmi_connect_cmd(struct wmi *wmi, u8 if_idx, enum network_type nw_type, enum dot11_auth_mode dot11_auth_mode, enum auth_mode auth_mode, enum crypto_type pairwise_crypto, u8 pairwise_crypto_len, enum crypto_type group_crypto, u8 group_crypto_len, int ssid_len, u8 *ssid, u8 *bssid, u16 channel, u32 ctrl_flags, u8 nw_subtype) argument
H A Dwmi.h685 enum auth_mode { enum
738 u8 auth_mode; member in struct:wmi_connect_cmd
2558 enum auth_mode auth_mode,
/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c430 conn.auth_mode = WMI_AUTH_WPA2_PSK;
435 conn.auth_mode = WMI_AUTH_NONE;
H A Dwmi.h198 u8 auth_mode; member in struct:wmi_connect_cmd
933 u8 auth_mode; member in struct:wmi_mac_addr_resp_event
/drivers/net/wireless/ipw2x00/
H A Dipw2100.c5165 u8 auth_mode; member in struct:security_info_params
5171 int auth_mode,
5190 security->auth_mode = auth_mode;
5218 security->auth_mode, security->allowed_ciphers, security_level);
5486 int i, err, auth_mode, sec_level, use_group; local
5502 auth_mode = IPW_AUTH_OPEN;
5504 if (priv->ieee->sec.auth_mode == WLAN_AUTH_SHARED_KEY)
5505 auth_mode = IPW_AUTH_SHARED;
5506 else if (priv->ieee->sec.auth_mode
5170 ipw2100_set_security_information(struct ipw2100_priv *priv, int auth_mode, int security_level, int unicast_using_group, int batch_mode) argument
[all...]

Completed in 335 milliseconds

12