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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 403 if (hapd->driver == NULL || hapd->driver->hapd_get_ssid == NULL)
405 return hapd->driver->hapd_get_ssid(hapd->drv_priv, buf, len);
  /external/wpa_supplicant_8/src/drivers/
driver.h 1834 int (*hapd_get_ssid)(void *priv, u8 *buf, int len); member in struct:wpa_driver_ops
    [all...]
driver_bsd.c     [all...]
driver_madwifi.c     [all...]
driver_atheros.c     [all...]

Completed in 177 milliseconds