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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h226 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 Dap_config.h298 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.h226 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 Dap_config.h298 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.h226 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 Dap_config.h298 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.c1782 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 Ddriver.h979 * 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 Ddriver_atheros.c1782 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 Ddriver.h979 * 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 Ddriver_atheros.c1782 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 Ddriver.h979 * auth_algs - WPA_AUTH_ALG_* bitfield
981 unsigned int auth_algs; member in struct:wpa_driver_ap_params

Completed in 225 milliseconds