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

12

/external/wpa_supplicant_8/hostapd/
H A Dhostapd.conf275 auth_algs=3
H A Dconfig_file.c2467 } else if (os_strcmp(buf, "auth_algs") == 0) {
2468 bss->auth_algs = atoi(pos);
2469 if (bss->auth_algs == 0) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h233 int auth_algs)
237 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
232 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dap_config.h309 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
H A Dbeacon.c1268 params->auth_algs = hapd->conf->auth_algs;
H A Dwps_hostapd.c376 bss->auth_algs = 1;
382 bss->auth_algs = 1;
566 fprintf(nconf, "auth_algs=1\n");
572 fprintf(nconf, "auth_algs=1\n");
584 str_starts(buf, "auth_algs=") ||
H A Dap_config.c49 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
H A Dieee802_11.c1457 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
1471 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h233 int auth_algs)
237 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
232 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dap_config.h309 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
H A Dbeacon.c1268 params->auth_algs = hapd->conf->auth_algs;
H A Dwps_hostapd.c376 bss->auth_algs = 1;
382 bss->auth_algs = 1;
566 fprintf(nconf, "auth_algs=1\n");
572 fprintf(nconf, "auth_algs=1\n");
584 str_starts(buf, "auth_algs=") ||
H A Dap_config.c49 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h233 int auth_algs)
237 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
232 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dap_config.h309 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
H A Dbeacon.c1268 params->auth_algs = hapd->conf->auth_algs;
H A Dwps_hostapd.c376 bss->auth_algs = 1;
382 bss->auth_algs = 1;
566 fprintf(nconf, "auth_algs=1\n");
572 fprintf(nconf, "auth_algs=1\n");
584 str_starts(buf, "auth_algs=") ||
H A Dap_config.c49 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1786 static int atheros_set_authmode(void *priv, int auth_algs) argument
1790 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1791 (auth_algs & WPA_AUTH_ALG_SHARED))
1793 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1795 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1811 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1814 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h1122 * auth_algs - WPA_AUTH_ALG_* bitfield
1124 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1786 static int atheros_set_authmode(void *priv, int auth_algs) argument
1790 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1791 (auth_algs & WPA_AUTH_ALG_SHARED))
1793 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1795 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1811 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1814 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h1122 * auth_algs - WPA_AUTH_ALG_* bitfield
1124 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1786 static int atheros_set_authmode(void *priv, int auth_algs) argument
1790 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1791 (auth_algs & WPA_AUTH_ALG_SHARED))
1793 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1795 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1811 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1814 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h1122 * auth_algs - WPA_AUTH_ALG_* bitfield
1124 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c295 bss->auth_algs = ssid->auth_alg;

Completed in 1769 milliseconds

12