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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 225 if (wpa_s->driver->set_operstate)
226 return wpa_s->driver->set_operstate(wpa_s->drv_priv, state);
  /external/wpa_supplicant_8/src/ap/
hostapd.c 791 if (hapd->driver && hapd->driver->set_operstate)
792 hapd->driver->set_operstate(hapd->drv_priv, 1);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1469 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/mac80211/wpa_supplicant_lib/
driver_mac80211.c     [all...]

Completed in 35 milliseconds