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

  /external/wpa_supplicant_8/src/ap/
sta_info.c 402 if (sta->timeout_next == STA_REMOVE) {
488 } else if (sta->timeout_next != STA_REMOVE) {
543 case STA_REMOVE:
773 sta->timeout_next = STA_REMOVE;
827 sta->timeout_next = STA_REMOVE;
    [all...]
ap_drv_ops.h 163 if (!hapd->driver || !hapd->driver->sta_remove || !hapd->drv_priv)
165 return hapd->driver->sta_remove(hapd->drv_priv, addr);
sta_info.h 124 STA_NULLFUNC = 0, STA_DISASSOC, STA_DEAUTH, STA_REMOVE,
ctrl_iface_ap.c 146 case STA_REMOVE:
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 335 if (wpa_s->driver->sta_remove)
336 return wpa_s->driver->sta_remove(wpa_s->drv_priv, addr);
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 1184 .sta_remove = hostap_sta_remove,
driver.h 2711 int (*sta_remove)(void *priv, const u8 *addr); member in struct:wpa_driver_ops
    [all...]
driver_nl80211.c     [all...]

Completed in 345 milliseconds