Searched refs:auth_algs (Results 1 - 25 of 33) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/
H A Dhostapd.conf223 auth_algs=3
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h212 int auth_algs)
216 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
211 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dwps_hostapd.c364 bss->auth_algs = 1;
368 bss->auth_algs = 3;
370 bss->auth_algs = 2;
372 bss->auth_algs = 1;
570 fprintf(nconf, "auth_algs=1\n");
574 fprintf(nconf, "auth_algs=3\n");
576 fprintf(nconf, "auth_algs=2\n");
578 fprintf(nconf, "auth_algs=1\n");
608 str_starts(buf, "auth_algs=") ||
1093 if (conf->auth_algs
[all...]
H A Dap_config.h247 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
H A Dbeacon.c742 params.auth_algs = hapd->conf->auth_algs;
H A Dap_config.c46 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
H A Dieee802_11.c592 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
602 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h212 int auth_algs)
216 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
211 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dwps_hostapd.c364 bss->auth_algs = 1;
368 bss->auth_algs = 3;
370 bss->auth_algs = 2;
372 bss->auth_algs = 1;
570 fprintf(nconf, "auth_algs=1\n");
574 fprintf(nconf, "auth_algs=3\n");
576 fprintf(nconf, "auth_algs=2\n");
578 fprintf(nconf, "auth_algs=1\n");
608 str_starts(buf, "auth_algs=") ||
1093 if (conf->auth_algs
[all...]
H A Dap_config.h247 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
H A Dbeacon.c742 params.auth_algs = hapd->conf->auth_algs;
H A Dap_config.c46 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
H A Dieee802_11.c592 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
602 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h212 int auth_algs)
216 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
211 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dwps_hostapd.c364 bss->auth_algs = 1;
368 bss->auth_algs = 3;
370 bss->auth_algs = 2;
372 bss->auth_algs = 1;
570 fprintf(nconf, "auth_algs=1\n");
574 fprintf(nconf, "auth_algs=3\n");
576 fprintf(nconf, "auth_algs=2\n");
578 fprintf(nconf, "auth_algs=1\n");
608 str_starts(buf, "auth_algs=") ||
1093 if (conf->auth_algs
[all...]
H A Dap_config.h247 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
H A Dbeacon.c742 params.auth_algs = hapd->conf->auth_algs;
H A Dap_config.c46 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1793 static int atheros_set_authmode(void *priv, int auth_algs) argument
1797 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1798 (auth_algs & WPA_AUTH_ALG_SHARED))
1800 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1802 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1818 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1821 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h704 * auth_algs - WPA_AUTH_ALG_* bitfield
706 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1793 static int atheros_set_authmode(void *priv, int auth_algs) argument
1797 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1798 (auth_algs & WPA_AUTH_ALG_SHARED))
1800 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1802 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1818 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1821 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h704 * auth_algs - WPA_AUTH_ALG_* bitfield
706 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1793 static int atheros_set_authmode(void *priv, int auth_algs) argument
1797 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1798 (auth_algs & WPA_AUTH_ALG_SHARED))
1800 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1802 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1818 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1821 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h704 * auth_algs - WPA_AUTH_ALG_* bitfield
706 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c165 bss->auth_algs = ssid->auth_alg;

Completed in 334 milliseconds

12