/external/wpa_supplicant/ |
driver.h | 631 * set_operstate - Sets device operating state to DORMANT or UP 642 int (*set_operstate)(void *priv, int state); member in struct:wpa_driver_ops
|
wpa_supplicant_i.h | 620 if (wpa_s->driver->set_operstate) 621 return wpa_s->driver->set_operstate(wpa_s->drv_priv, state);
|
driver_atmel.c | 508 .set_operstate = wpa_driver_atmel_set_operstate,
|
driver_ndiswrapper.c | 371 .set_operstate = wpa_ndiswrapper_set_operstate,
|
driver_prism54.c | 383 .set_operstate = wpa_driver_prism54_set_operstate,
|
driver_hostap.c | 516 .set_operstate = wpa_driver_hostap_set_operstate,
|
driver_ipw.c | 466 .set_operstate = wpa_driver_ipw_set_operstate,
|
driver_madwifi.c | 566 .set_operstate = wpa_driver_madwifi_set_operstate,
|
driver_wext.c | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant_i.h | 652 if (wpa_s->driver->set_operstate) 653 return wpa_s->driver->set_operstate(wpa_s->drv_priv, state);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
driver_i.h | 213 if (wpa_s->driver->set_operstate) 214 return wpa_s->driver->set_operstate(wpa_s->drv_priv, state);
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver.h | 793 * set_operstate - Sets device operating state to DORMANT or UP 804 int (*set_operstate)(void *priv, int state); member in struct:wpa_driver_ops [all...] |
driver_atmel.c | 505 .set_operstate = wpa_driver_atmel_set_operstate,
|
driver_ndiswrapper.c | 369 .set_operstate = wpa_ndiswrapper_set_operstate,
|
driver_prism54.c | 380 .set_operstate = wpa_driver_prism54_set_operstate,
|
driver_hostap.c | 512 .set_operstate = wpa_driver_hostap_set_operstate,
|
driver_ipw.c | 462 .set_operstate = wpa_driver_ipw_set_operstate,
|
driver_madwifi.c | 599 .set_operstate = wpa_driver_madwifi_set_operstate,
|
driver_nl80211.c | [all...] |
driver_wext.c | [all...] |
/external/wpa_supplicant_8/src/ap/ |
hostapd.c | 642 if (hapd->driver && hapd->driver->set_operstate) 643 hapd->driver->set_operstate(hapd->drv_priv, 1);
|
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 1043 * set_operstate - Sets device operating state to DORMANT or UP 1054 int (*set_operstate)(void *priv, int state); member in struct:wpa_driver_ops [all...] |
driver_hostap.c | [all...] |
driver_madwifi.c | [all...] |
driver_wext.c | [all...] |