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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h200 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
H A Dap_drv_ops.c465 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
467 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
H A Dwpa_auth_glue.c552 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
H A Dwpa_auth_ft.c410 if (wpa_auth->cb.get_seqnum == NULL)
412 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
H A Dwpa_auth.c121 if (wpa_auth->cb.get_seqnum == NULL)
123 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h200 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
H A Dap_drv_ops.c465 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
467 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
H A Dwpa_auth_glue.c552 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
H A Dwpa_auth_ft.c410 if (wpa_auth->cb.get_seqnum == NULL)
412 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
H A Dwpa_auth.c121 if (wpa_auth->cb.get_seqnum == NULL)
123 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.h200 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
H A Dap_drv_ops.c465 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
467 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
H A Dwpa_auth_glue.c552 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
H A Dwpa_auth_ft.c410 if (wpa_auth->cb.get_seqnum == NULL)
412 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
H A Dwpa_auth.c121 if (wpa_auth->cb.get_seqnum == NULL)
123 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1900 * get_seqnum - Fetch the current TSC/packet number (AP only)
1913 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1175 .get_seqnum = hostap_get_seqnum,
H A Ddriver_madwifi.c1294 .get_seqnum = madwifi_get_seqnum,
H A Ddriver_bsd.c1605 .get_seqnum = bsd_get_seqnum,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1900 * get_seqnum - Fetch the current TSC/packet number (AP only)
1913 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1175 .get_seqnum = hostap_get_seqnum,
H A Ddriver_madwifi.c1294 .get_seqnum = madwifi_get_seqnum,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1900 * get_seqnum - Fetch the current TSC/packet number (AP only)
1913 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
H A Ddriver_hostap.c1175 .get_seqnum = hostap_get_seqnum,
H A Ddriver_madwifi.c1294 .get_seqnum = madwifi_get_seqnum,

Completed in 197 milliseconds

12