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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 201 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
ap_drv_ops.c 481 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
483 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
wpa_auth_glue.c 597 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
wpa_auth_ft.c 407 if (wpa_auth->cb.get_seqnum == NULL)
409 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
    [all...]
wpa_auth.c 138 if (wpa_auth->cb.get_seqnum == NULL)
140 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2161 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
    [all...]
driver_hostap.c 1184 .get_seqnum = hostap_get_seqnum,
driver_bsd.c     [all...]
driver_atheros.c     [all...]
driver_nl80211.c     [all...]

Completed in 58 milliseconds