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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h225 int auth_algs)
229 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
224 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dap_config.h251 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.h225 int auth_algs)
229 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
224 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dap_config.h251 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.h225 int auth_algs)
229 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
224 hostapd_drv_set_authmode(struct hostapd_data *hapd, int auth_algs) argument
H A Dap_config.h251 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.c1870 static int atheros_set_authmode(void *priv, int auth_algs) argument
1874 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1875 (auth_algs & WPA_AUTH_ALG_SHARED))
1877 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1879 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1895 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1898 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h803 * auth_algs - WPA_AUTH_ALG_* bitfield
805 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1870 static int atheros_set_authmode(void *priv, int auth_algs) argument
1874 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1875 (auth_algs & WPA_AUTH_ALG_SHARED))
1877 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1879 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1895 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1898 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h803 * auth_algs - WPA_AUTH_ALG_* bitfield
805 unsigned int auth_algs; member in struct:wpa_driver_ap_params
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1870 static int atheros_set_authmode(void *priv, int auth_algs) argument
1874 if ((auth_algs & WPA_AUTH_ALG_OPEN) &&
1875 (auth_algs & WPA_AUTH_ALG_SHARED))
1877 else if (auth_algs & WPA_AUTH_ALG_OPEN)
1879 else if (auth_algs & WPA_AUTH_ALG_SHARED)
1895 "group_cipher=0x%x key_mgmt_suites=0x%x auth_algs=0x%x "
1898 params->key_mgmt_suites, params->auth_algs,
H A Ddriver.h803 * auth_algs - WPA_AUTH_ALG_* bitfield
805 unsigned int auth_algs; member in struct:wpa_driver_ap_params

Completed in 203 milliseconds