Searched refs:set_authmode (Results 1 - 9 of 9) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | ap_drv_ops.h | 228 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL) 230 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
|
/external/wpa_supplicant_8/src/ap/ |
H A D | ap_drv_ops.h | 228 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL) 230 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | ap_drv_ops.h | 228 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL) 230 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver.h | 2953 * set_authmode - Set authentication algorithm(s) for static WEP 2964 int (*set_authmode)(void *priv, int authmode); member in struct:wpa_driver_ops
|
H A D | driver_atheros.c | 1802 * TODO: Use this to replace set_authmode, set_privacy, set_ieee8021x, 2155 .set_authmode = atheros_set_authmode,
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver.h | 2953 * set_authmode - Set authentication algorithm(s) for static WEP 2964 int (*set_authmode)(void *priv, int authmode); member in struct:wpa_driver_ops
|
H A D | driver_atheros.c | 1802 * TODO: Use this to replace set_authmode, set_privacy, set_ieee8021x, 2155 .set_authmode = atheros_set_authmode,
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver.h | 2953 * set_authmode - Set authentication algorithm(s) for static WEP 2964 int (*set_authmode)(void *priv, int authmode); member in struct:wpa_driver_ops
|
H A D | driver_atheros.c | 1802 * TODO: Use this to replace set_authmode, set_privacy, set_ieee8021x, 2155 .set_authmode = atheros_set_authmode,
|
Completed in 346 milliseconds