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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 260 if (wpa_s->driver->set_operstate)
261 return wpa_s->driver->set_operstate(wpa_s->drv_priv, state);
  /external/wpa_supplicant_8/src/ap/
hostapd.c 1167 if (hapd->driver && hapd->driver->set_operstate)
1168 hapd->driver->set_operstate(hapd->drv_priv, 1);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2359 int (*set_operstate)(void *priv, int state); member in struct:wpa_driver_ops
    [all...]
driver_wext.c     [all...]
driver_nl80211.c     [all...]

Completed in 75 milliseconds