HomeSort by relevance Sort by last modified time
    Searched refs:auth_alg (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/wpa_supplicant_8/src/ap/
ap_mlme.c 56 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY)
64 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg));
65 if (sta->auth_alg != WLAN_AUTH_FT && !(sta->flags & WLAN_STA_MFP))
111 if (sta->auth_alg != WLAN_AUTH_FT)
137 if (sta->auth_alg != WLAN_AUTH_FT)
ieee802_11.c 295 u16 auth_alg, u16 auth_transaction, u16 resp,
314 reply->u.auth.auth_alg = host_to_le16(auth_alg);
322 " auth_alg=%d auth_transaction=%d resp=%d (IE len=%lu)",
323 MAC2STR(dst), auth_alg, auth_transaction,
361 u16 auth_alg, auth_transaction, status_code; local
378 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
389 wpa_printf(MSG_DEBUG, "authentication: STA=" MACSTR " auth_alg=%d "
391 MAC2STR(mgmt->sa), auth_alg, auth_transaction
1597 u16 auth_alg, auth_transaction, status_code; local
    [all...]
sta_info.h 61 u16 auth_alg; member in struct:sta_info
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
privsep_commands.h 46 int auth_alg; member in struct:privsep_cmd_associate
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 44 int auth_alg; member in struct:privsep_cmd_associate
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 162 * auth_alg - Bitfield of allowed authentication algorithms
166 int auth_alg; member in struct:wpa_ssid
mlme.c 257 mgmt->u.auth.auth_alg = host_to_le16(wpa_s->mlme.auth_alg);
312 wpa_s->mlme.auth_alg = WLAN_AUTH_FT;
422 if (wpa_s->mlme.extra_ie && wpa_s->mlme.auth_alg != WLAN_AUTH_FT) {
431 wpa_s->mlme.auth_alg != WLAN_AUTH_FT &&
446 wpa_s->mlme.auth_alg == WLAN_AUTH_FT && wpa_s->mlme.ft_ies) {
768 u16 auth_alg, auth_transaction, status_code; local
803 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
809 MAC2STR(mgmt->sa), auth_alg, auth_transaction, status_code)
    [all...]
wpa_supplicant.conf.orig 273 # auth_alg: list of allowed IEEE 802.11 authentication algorithms
751 auth_alg=SHARED
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 165 * auth_alg - Bitfield of allowed authentication algorithms
169 int auth_alg; member in struct:wpa_ssid
sme.c 84 params.auth_alg = WPA_AUTH_ALG_OPEN;
89 params.auth_alg = WPA_AUTH_ALG_LEAP;
91 params.auth_alg |= WPA_AUTH_ALG_LEAP;
95 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x",
96 params.auth_alg);
97 if (ssid->auth_alg) {
98 params.auth_alg = ssid->auth_alg;
99 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: "
100 "0x%x", params.auth_alg);
    [all...]
mlme.c 248 mgmt->u.auth.auth_alg = host_to_le16(wpa_s->mlme.auth_alg);
303 wpa_s->mlme.auth_alg = WLAN_AUTH_FT;
409 if (wpa_s->mlme.extra_ie && wpa_s->mlme.auth_alg != WLAN_AUTH_FT) {
418 wpa_s->mlme.auth_alg != WLAN_AUTH_FT &&
433 wpa_s->mlme.auth_alg == WLAN_AUTH_FT && wpa_s->mlme.ft_ies) {
754 u16 auth_alg, auth_transaction, status_code; local
789 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
795 MAC2STR(mgmt->sa), auth_alg, auth_transaction, status_code)
    [all...]
wpa_supplicant.conf.orig 315 # auth_alg: list of allowed IEEE 802.11 authentication algorithms
    [all...]
  /external/wpa_supplicant/
driver_ndiswrapper.c 59 int auth_alg; member in struct:wpa_assoc_info
238 wpa_assoc_info.auth_alg = params->auth_alg;
249 static int wpa_ndiswrapper_set_auth_alg(void *priv, int auth_alg)
257 priv_req.u.param.value = auth_alg;
driver.h 122 * auth_alg - Allowed authentication algorithms
125 int auth_alg; member in struct:wpa_driver_associate_params
485 * @auth_alg: bit field of AUTH_ALG_*
501 int (*set_auth_alg)(void *priv, int auth_alg);
mlme.c 94 u16 auth_alg; member in struct:ieee80211_mgmt::__anon13917::__anon13918
616 mgmt->u.auth.auth_alg = host_to_le16(wpa_s->mlme.auth_alg);
1063 u16 auth_alg, auth_transaction, status_code; local
1098 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
1104 MAC2STR(mgmt->sa), auth_alg, auth_transaction, status_code);
1112 if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) {
1116 auth_alg, auth_transaction);
1122 if (auth_alg != wpa_s->mlme.auth_alg |
    [all...]
config_ssid.h 188 * auth_alg - Bitfield of allowed authentication algorithms
192 int auth_alg; member in struct:wpa_ssid
driver_hostap.c 404 static int wpa_driver_hostap_set_auth_alg(void *priv, int auth_alg)
409 if (auth_alg & AUTH_ALG_OPEN_SYSTEM)
411 if (auth_alg & AUTH_ALG_SHARED_KEY)
413 if (auth_alg & AUTH_ALG_LEAP)
driver_ipw.c 347 static int wpa_driver_ipw_set_auth_alg(void *priv, int auth_alg)
352 if (auth_alg & AUTH_ALG_OPEN_SYSTEM)
354 if (auth_alg & AUTH_ALG_SHARED_KEY)
356 if (auth_alg & AUTH_ALG_LEAP)
361 wpa_printf(MSG_DEBUG, "%s: auth_alg=0x%x", __FUNCTION__, algs);
driver_madwifi.c 399 wpa_driver_madwifi_set_auth_alg(void *priv, int auth_alg)
404 if ((auth_alg & AUTH_ALG_OPEN_SYSTEM) &&
405 (auth_alg & AUTH_ALG_SHARED_KEY))
407 else if (auth_alg & AUTH_ALG_SHARED_KEY)
wpa_supplicant_i.h 219 int auth_alg; /* currently used IEEE 802.11 authentication algorithm */ member in struct:wpa_client_mlme
452 int auth_alg)
456 auth_alg);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndiswrapper.c 59 int auth_alg; member in struct:wpa_assoc_info
238 wpa_assoc_info.auth_alg = params->auth_alg;
249 static int wpa_ndiswrapper_set_auth_alg(void *priv, int auth_alg)
257 priv_req.u.param.value = auth_alg;
driver_hostap.c 402 static int wpa_driver_hostap_set_auth_alg(void *priv, int auth_alg)
407 if (auth_alg & AUTH_ALG_OPEN_SYSTEM)
409 if (auth_alg & AUTH_ALG_SHARED_KEY)
411 if (auth_alg & AUTH_ALG_LEAP)
driver_ipw.c 345 static int wpa_driver_ipw_set_auth_alg(void *priv, int auth_alg)
350 if (auth_alg & AUTH_ALG_OPEN_SYSTEM)
352 if (auth_alg & AUTH_ALG_SHARED_KEY)
354 if (auth_alg & AUTH_ALG_LEAP)
359 wpa_printf(MSG_DEBUG, "%s: auth_alg=0x%x", __FUNCTION__, algs);
driver_madwifi.c 409 wpa_driver_madwifi_set_auth_alg(void *priv, int auth_alg)
414 if ((auth_alg & AUTH_ALG_OPEN_SYSTEM) &&
415 (auth_alg & AUTH_ALG_SHARED_KEY))
417 else if (auth_alg & AUTH_ALG_SHARED_KEY)
driver.h 200 * auth_alg - Allowed authentication algorithms
203 int auth_alg; member in struct:wpa_driver_associate_params
647 * @auth_alg: bit field of AUTH_ALG_*
663 int (*set_auth_alg)(void *priv, int auth_alg);
    [all...]

Completed in 980 milliseconds

1 2 3 4