Searched refs:set_authmode (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.h206 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL)
208 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.h206 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL)
208 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.h206 if (hapd->driver == NULL || hapd->driver->set_authmode == NULL)
208 return hapd->driver->set_authmode(hapd->drv_priv, auth_algs);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2498 * set_authmode - Set authentication algorithm(s) for static WEP
2509 int (*set_authmode)(void *priv, int authmode); member in struct:wpa_driver_ops
H A Ddriver_atheros.c1813 * TODO: Use this to replace set_authmode, set_privacy, set_ieee8021x,
2143 .set_authmode = atheros_set_authmode,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2498 * set_authmode - Set authentication algorithm(s) for static WEP
2509 int (*set_authmode)(void *priv, int authmode); member in struct:wpa_driver_ops
H A Ddriver_atheros.c1813 * TODO: Use this to replace set_authmode, set_privacy, set_ieee8021x,
2143 .set_authmode = atheros_set_authmode,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2498 * set_authmode - Set authentication algorithm(s) for static WEP
2509 int (*set_authmode)(void *priv, int authmode); member in struct:wpa_driver_ops
H A Ddriver_atheros.c1813 * TODO: Use this to replace set_authmode, set_privacy, set_ieee8021x,
2143 .set_authmode = atheros_set_authmode,

Completed in 78 milliseconds