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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 245 if (wpa_s->driver->get_hw_feature_data)
246 return wpa_s->driver->get_hw_feature_data(wpa_s->drv_priv,
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 590 hapd->driver->get_hw_feature_data == NULL)
592 return hapd->driver->get_hw_feature_data(hapd->drv_priv, num_modes,
  /external/wpa_supplicant_8/src/drivers/
driver.h 1498 struct hostapd_hw_modes * (*get_hw_feature_data)(void *priv, member in struct:wpa_driver_ops
    [all...]
driver_hostap.c 1189 .get_hw_feature_data = hostap_get_hw_feature_data,
driver_test.c     [all...]
driver_nl80211.c     [all...]

Completed in 282 milliseconds