Home
last modified time | relevance | path

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

/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.c607 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req()
611 auth->algorithm = WLAN_AUTH_OPEN; in rtllib_authentication_req()
/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.c5858 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()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpno.c204 pfn.auth = cpu_to_le32(WLAN_AUTH_OPEN); in brcmf_pno_add_ssid()
/linux/net/mac80211/
H A Dibss.c949 if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) in ieee80211_rx_mgmt_auth_ibss()
958 ieee80211_send_auth(sdata, 2, WLAN_AUTH_OPEN, 0, NULL, 0, in ieee80211_rx_mgmt_auth_ibss()
H A Dmlme.c4343 case WLAN_AUTH_OPEN: in ieee80211_rx_mgmt_auth()
8418 auth_alg = WLAN_AUTH_OPEN; in ieee80211_mgd_auth()
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1368 priv->auth_mode == WLAN_AUTH_OPEN ? "open" : "shared_secret", in at76_startup_device()
2347 priv->auth_mode = WLAN_AUTH_OPEN; in at76_init_new_device()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c34 bss_config->auth_mode = WLAN_AUTH_OPEN; in mwifiex_set_secure_params()
H A Dcfg80211.c4317 auth_alg = WLAN_AUTH_OPEN; in mwifiex_cfg80211_authenticate()
/linux/include/linux/
H A Dieee80211.h3335 #define WLAN_AUTH_OPEN 0 macro