Searched defs:auth_algs (Results 1 - 12 of 12) sorted by relevance

/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 Dap_config.h247 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
/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 Dap_config.h247 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
/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 Dap_config.h247 int auth_algs; /* bitfield of allowed IEEE 802.11 authentication member in struct:hostapd_bss_config
/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

Completed in 2274 milliseconds