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

  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 135 if (wpa_s->driver->sta_deauth) {
136 return wpa_s->driver->sta_deauth(wpa_s->drv_priv,
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 665 if (hapd->driver == NULL || hapd->driver->sta_deauth == NULL)
667 return hapd->driver->sta_deauth(hapd->drv_priv, hapd->own_addr, addr,
  /external/wpa_supplicant_8/src/drivers/
driver.h 1799 int (*sta_deauth)(void *priv, const u8 *own_addr, const u8 *addr, member in struct:wpa_driver_ops
    [all...]
driver_hostap.c 1181 .sta_deauth = hostap_sta_deauth,
driver_bsd.c     [all...]
driver_madwifi.c     [all...]
driver_atheros.c     [all...]
driver_test.c     [all...]
driver_nl80211.c     [all...]

Completed in 35 milliseconds