/external/wpa_supplicant_8/hostapd/ |
H A D | hostapd.conf | 260 auth_algs=3
|
H A D | config_file.c | 2415 } else if (os_strcmp(buf, "auth_algs") == 0) { 2416 bss->auth_algs = atoi(pos); 2417 if (bss->auth_algs == 0) {
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ap_drv_ops.h | 226 int auth_algs) 230 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); 225 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
|
H A D | ap_config.h | 298 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
|
H A D | beacon.c | 1178 params->auth_algs = hapd->conf->auth_algs;
|
H A D | wps_hostapd.c | 382 bss->auth_algs = 1; 388 bss->auth_algs = 1; 572 fprintf(nconf, "auth_algs=1\n"); 578 fprintf(nconf, "auth_algs=1\n"); 590 str_starts(buf, "auth_algs=") ||
|
H A D | ap_config.c | 48 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
|
H A D | ieee802_11.c | 996 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) && 1006 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
|
/external/wpa_supplicant_8/src/ap/ |
H A D | ap_drv_ops.h | 226 int auth_algs) 230 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); 225 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
|
H A D | ap_config.h | 298 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
|
H A D | beacon.c | 1178 params->auth_algs = hapd->conf->auth_algs;
|
H A D | wps_hostapd.c | 382 bss->auth_algs = 1; 388 bss->auth_algs = 1; 572 fprintf(nconf, "auth_algs=1\n"); 578 fprintf(nconf, "auth_algs=1\n"); 590 str_starts(buf, "auth_algs=") ||
|
H A D | ap_config.c | 48 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | ap_drv_ops.h | 226 int auth_algs) 230 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs); 225 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
|
H A D | ap_config.h | 298 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
|
H A D | beacon.c | 1178 params->auth_algs = hapd->conf->auth_algs;
|
H A D | wps_hostapd.c | 382 bss->auth_algs = 1; 388 bss->auth_algs = 1; 572 fprintf(nconf, "auth_algs=1\n"); 578 fprintf(nconf, "auth_algs=1\n"); 590 str_starts(buf, "auth_algs=") ||
|
H A D | ap_config.c | 48 bss->auth_algs = WPA_AUTH_ALG_OPEN | WPA_AUTH_ALG_SHARED;
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver_atheros.c | 1782 static int atheros_set_authmode(void *priv, int auth_algs) argument 1786 if ((auth_algs & WPA_AUTH_ALG_OPEN) && 1787 (auth_algs & WPA_AUTH_ALG_SHARED)) 1789 else if (auth_algs & WPA_AUTH_ALG_OPEN) 1791 else if (auth_algs & WPA_AUTH_ALG_SHARED) 1807 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x " 1810 params->key_mgmt_suites, params->auth_algs,
|
H A D | driver.h | 979 * auth_algs - WPA_AUTH_ALG_* bitfield 981 unsigned int auth_algs; member in struct:wpa_driver_ap_params
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_atheros.c | 1782 static int atheros_set_authmode(void *priv, int auth_algs) argument 1786 if ((auth_algs & WPA_AUTH_ALG_OPEN) && 1787 (auth_algs & WPA_AUTH_ALG_SHARED)) 1789 else if (auth_algs & WPA_AUTH_ALG_OPEN) 1791 else if (auth_algs & WPA_AUTH_ALG_SHARED) 1807 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x " 1810 params->key_mgmt_suites, params->auth_algs,
|
H A D | driver.h | 979 * auth_algs - WPA_AUTH_ALG_* bitfield 981 unsigned int auth_algs; member in struct:wpa_driver_ap_params
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver_atheros.c | 1782 static int atheros_set_authmode(void *priv, int auth_algs) argument 1786 if ((auth_algs & WPA_AUTH_ALG_OPEN) && 1787 (auth_algs & WPA_AUTH_ALG_SHARED)) 1789 else if (auth_algs & WPA_AUTH_ALG_OPEN) 1791 else if (auth_algs & WPA_AUTH_ALG_SHARED) 1807 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x " 1810 params->key_mgmt_suites, params->auth_algs,
|
H A D | driver.h | 979 * auth_algs - WPA_AUTH_ALG_* bitfield 981 unsigned int auth_algs; member in struct:wpa_driver_ap_params
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ap.c | 286 bss->auth_algs = ssid->auth_alg;
|