Searched refs:get_seqnum (Results 1 - 25 of 30) sorted by relevance

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h214 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
H A Dap_drv_ops.c470 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
472 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
H A Dwpa_auth_ft.c407 if (wpa_auth->cb.get_seqnum == NULL)
409 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
H A Dwpa_auth_glue.c617 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
H A Dwpa_auth.c139 if (wpa_auth->cb.get_seqnum == NULL)
141 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h214 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
H A Dap_drv_ops.c470 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
472 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
H A Dwpa_auth_ft.c407 if (wpa_auth->cb.get_seqnum == NULL)
409 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
H A Dwpa_auth_glue.c617 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
H A Dwpa_auth.c139 if (wpa_auth->cb.get_seqnum == NULL)
141 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.h214 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
H A Dap_drv_ops.c470 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
472 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
H A Dwpa_auth_ft.c407 if (wpa_auth->cb.get_seqnum == NULL)
409 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
H A Dwpa_auth_glue.c617 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
H A Dwpa_auth.c139 if (wpa_auth->cb.get_seqnum == NULL)
141 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.c1177 .get_seqnum = hostap_get_seqnum,
H A Ddriver.h2253 * get_seqnum - Fetch the current TSC/packet number (AP only)
2266 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_bsd.c1727 .get_seqnum = bsd_get_seqnum,
H A Ddriver_atheros.c2141 .get_seqnum = atheros_get_seqnum,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.c1177 .get_seqnum = hostap_get_seqnum,
H A Ddriver.h2253 * get_seqnum - Fetch the current TSC/packet number (AP only)
2266 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_bsd.c1727 .get_seqnum = bsd_get_seqnum,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c1177 .get_seqnum = hostap_get_seqnum,
H A Ddriver.h2253 * get_seqnum - Fetch the current TSC/packet number (AP only)
2266 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_bsd.c1727 .get_seqnum = bsd_get_seqnum,

Completed in 302 milliseconds

12