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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 299 if (wpa_s->driver->sta_add)
300 return wpa_s->driver->sta_add(wpa_s->drv_priv, params);
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 356 if (hapd->driver->sta_add == NULL)
370 return hapd->driver->sta_add(hapd->drv_priv, &params);
  /external/wpa_supplicant_8/src/drivers/
driver.h 1871 int (*sta_add)(void *priv, struct hostapd_sta_add_params *params); member in struct:wpa_driver_ops
    [all...]
driver_hostap.c 1186 .sta_add = hostap_sta_add,
driver_test.c     [all...]
driver_nl80211.c     [all...]

Completed in 194 milliseconds