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

1 2 3

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
privsep_commands.h 46 int auth_alg; member in struct:privsep_cmd_associate
  /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_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);
mlme.c 94 u16 auth_alg; member in struct:ieee80211_mgmt::__anon6738::__anon6739
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...]
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_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);
config.c 785 wpa_printf(MSG_ERROR, "Line %d: invalid auth_alg '%s'",
798 "Line %d: no auth_alg values configured.", line);
802 wpa_printf(MSG_MSGDUMP, "auth_alg: 0x%x", val);
803 ssid->auth_alg = val;
819 if (ssid->auth_alg & WPA_AUTH_ALG_OPEN) {
829 if (ssid->auth_alg & WPA_AUTH_ALG_SHARED) {
839 if (ssid->auth_alg & WPA_AUTH_ALG_LEAP) {
1152 { FUNC(auth_alg) },
    [all...]
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);
driver_bsd.c 419 wpa_driver_bsd_set_auth_alg(void *priv, int auth_alg)
424 if ((auth_alg & AUTH_ALG_OPEN_SYSTEM) &&
425 (auth_alg & AUTH_ALG_SHARED_KEY))
427 else if (auth_alg & AUTH_ALG_SHARED_KEY)
  /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_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_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_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_bsd.c 417 wpa_driver_bsd_set_auth_alg(void *priv, int auth_alg)
422 if ((auth_alg & AUTH_ALG_OPEN_SYSTEM) &&
423 (auth_alg & AUTH_ALG_SHARED_KEY))
425 else if (auth_alg & AUTH_ALG_SHARED_KEY)
driver_privsep.c 241 "group_suite=%d key_mgmt_suite=%d auth_alg=%d mode=%d",
244 params->auth_alg, params->mode);
259 data->auth_alg = params->auth_alg;
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 64 S32 auth_alg; member in struct:__anon8112
116 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN; /* Open authentication */
195 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
200 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_SHARED;
205 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
210 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
215 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
220 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
225 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
639 if (pWpaCore->WpaSupplParams.auth_alg == WPA_AUTH_ALG_OPEN
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 64 S32 auth_alg; member in struct:__anon13954
116 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN; /* Open authentication */
195 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
200 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_SHARED;
205 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
210 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
215 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
220 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
225 pWpaCore->WpaSupplParams.auth_alg = WPA_AUTH_ALG_OPEN;
639 if (pWpaCore->WpaSupplParams.auth_alg == WPA_AUTH_ALG_OPEN
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
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...]
wps_supplicant.c 312 ssid->auth_alg = WPA_AUTH_ALG_OPEN;
317 ssid->auth_alg = WPA_AUTH_ALG_SHARED;
322 ssid->auth_alg = WPA_AUTH_ALG_OPEN;
327 ssid->auth_alg = WPA_AUTH_ALG_OPEN;
332 ssid->auth_alg = WPA_AUTH_ALG_OPEN;
337 ssid->auth_alg = WPA_AUTH_ALG_OPEN;
config_ssid.h 162 * auth_alg - Bitfield of allowed authentication algorithms
166 int auth_alg; member in struct:wpa_ssid
todo.txt 84 - wpa_gui: add support for setting and showing priority, auth_alg
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.h 86 int auth_alg; /* Authentication Alg: Open, Shared or LEAP */ member in struct:wpa_driver_ti_data
  /external/tcpdump/
print-802_11.c 489 pbody.auth_alg = EXTRACT_LE_16BITS(p);
498 if ((pbody.auth_alg == 1) &&
502 (pbody.auth_alg < NUM_AUTH_ALGS)
503 ? auth_alg_text[pbody.auth_alg]
513 (pbody.auth_alg < NUM_AUTH_ALGS)
514 ? auth_alg_text[pbody.auth_alg]
ieee802_11.h 234 u_int16_t auth_alg; member in struct:mgmt_body_t

Completed in 210 milliseconds

1 2 3