Home
last modified time | relevance | path

Searched refs:WLAN_AUTH_OPEN (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_wx.c407 ieee->auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : in rtllib_wx_set_encode()
409 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY; in rtllib_wx_set_encode()
411 netdev_dbg(ieee->dev, "Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ? in rtllib_wx_set_encode()
H A Drtllib_softmac.c751 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req()
755 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req()
H A Drtllib.h467 #define WLAN_AUTH_OPEN 0 macro
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c414 ieee->auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY; in ieee80211_wx_set_encode()
415 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY; in ieee80211_wx_set_encode()
417 IEEE80211_DEBUG_WX("Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ? in ieee80211_wx_set_encode()
H A Dieee80211_softmac.c643 auth->algorithm = WLAN_AUTH_OPEN; in ieee80211_authentication_req()
647 auth->algorithm = WLAN_AUTH_OPEN; /* 0x80; */ in ieee80211_authentication_req()
877 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN); in ieee80211_auth_resp()
1505 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN) in auth_rq_parse()
2710 sec.auth_mode = WLAN_AUTH_OPEN; in ieee80211_wpa_set_auth_algs()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c441 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : in libipw_wx_set_encode()
445 sec.auth_mode == WLAN_AUTH_OPEN ? in libipw_wx_set_encode()
H A Dipw2100.c5860 sec.auth_mode = WLAN_AUTH_OPEN; in ipw2100_wpa_set_auth_algs()
H A Dipw2200.c6430 sec.auth_mode = WLAN_AUTH_OPEN; in ipw_wpa_set_auth_algs()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpno.c204 pfn.auth = cpu_to_le32(WLAN_AUTH_OPEN); in brcmf_pno_add_ssid()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c678 ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 2) || in hostap_ap_tx_cb_auth()
1340 auth_alg == WLAN_AUTH_OPEN) || in handle_authen()
1382 if ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 1) || in handle_authen()
1412 case WLAN_AUTH_OPEN: in handle_authen()
/openbmc/linux/drivers/net/wireless/atmel/
H A Datmel.c3045 if (system == WLAN_AUTH_OPEN) { in authenticate()
3076 if (system == WLAN_AUTH_OPEN) { in authenticate()
3085 send_authentication_request(priv, WLAN_AUTH_OPEN, NULL, 0); in authenticate()
3436 int auth = WLAN_AUTH_OPEN; in atmel_management_timer()
3551 int auth = WLAN_AUTH_OPEN; in atmel_command_irq()
H A Dat76c50x-usb.c1374 priv->auth_mode == WLAN_AUTH_OPEN ? "open" : "shared_secret", in at76_startup_device()
2349 priv->auth_mode = WLAN_AUTH_OPEN; in at76_init_new_device()
/openbmc/linux/net/mac80211/
H A Dibss.c966 if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) in ieee80211_rx_mgmt_auth_ibss()
975 ieee80211_send_auth(sdata, 2, WLAN_AUTH_OPEN, 0, NULL, 0, in ieee80211_rx_mgmt_auth_ibss()
H A Dmlme.c3720 case WLAN_AUTH_OPEN: in ieee80211_rx_mgmt_auth()
7117 auth_alg = WLAN_AUTH_OPEN; in ieee80211_mgd_auth()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c34 bss_config->auth_mode = WLAN_AUTH_OPEN; in mwifiex_set_secure_params()
/openbmc/linux/include/linux/
H A Dieee80211.h3151 #define WLAN_AUTH_OPEN 0 macro