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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 269 if (hapd->driver == NULL || hapd->driver->switch_channel == NULL)
272 return hapd->driver->switch_channel(hapd->drv_priv, settings);
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 585 if (!wpa_s->driver->switch_channel)
587 return wpa_s->driver->switch_channel(wpa_s->drv_priv, settings);
  /external/wpa_supplicant_8/src/drivers/
driver.h 2752 int (*switch_channel)(void *priv, struct csa_settings *settings); member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]

Completed in 122 milliseconds