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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 192 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
ap_drv_ops.c 451 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
453 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
wpa_auth_glue.c 533 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
wpa_auth_ft.c 392 if (wpa_auth->cb.get_seqnum == NULL)
394 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
    [all...]
wpa_auth.c 120 if (wpa_auth->cb.get_seqnum == NULL)
122 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1732 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
    [all...]
driver_hostap.c 1175 .get_seqnum = hostap_get_seqnum,
driver_bsd.c     [all...]
driver_madwifi.c     [all...]
driver_atheros.c     [all...]
driver_nl80211.c     [all...]

Completed in 58 milliseconds