HomeSort by relevance Sort by last modified time
    Searched refs:set_operstate (Results 1 - 17 of 17) sorted by null

  /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 224 if (wpa_s->driver->set_operstate)
225 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 634 if (hapd->driver && hapd->driver->set_operstate)
635 hapd->driver->set_operstate(hapd->drv_priv, 1);
  /external/wpa_supplicant_8/src/drivers/
driver.h 1295 int (*set_operstate)(void *priv, int state); member in struct:wpa_driver_ops
    [all...]
driver_wext.c     [all...]
driver_nl80211.c     [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c     [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c     [all...]

Completed in 98 milliseconds