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

  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 572 if (hapd->driver == NULL || hapd->driver->sta_deauth == NULL)
574 return hapd->driver->sta_deauth(hapd->drv_priv, hapd->own_addr, addr,
  /external/wpa_supplicant_8/src/drivers/
driver.h 1615 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_atheros.c     [all...]
driver_bsd.c     [all...]
driver_madwifi.c     [all...]
driver_test.c     [all...]
driver_nl80211.c     [all...]

Completed in 172 milliseconds