Home
last modified time | relevance | path

Searched refs:get_seqnum (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/wpa/src/ap/
Dap_drv_ops.c447 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL) in hostapd_get_seqnum()
449 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx, in hostapd_get_seqnum()
Dwpa_auth.h189 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member
Dwpa_auth_glue.c458 cb.get_seqnum = hostapd_wpa_auth_get_seqnum; in hostapd_setup_wpa()
Dwpa_auth_ft.c404 if (wpa_auth->cb.get_seqnum == NULL) in wpa_auth_get_seqnum()
406 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq); in wpa_auth_get_seqnum()
Dwpa_auth.c118 if (wpa_auth->cb.get_seqnum == NULL) in wpa_auth_get_seqnum()
120 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq); in wpa_auth_get_seqnum()
/freebsd-9-stable/contrib/wpa/src/drivers/
Ddriver.h1244 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member
/freebsd-9-stable/usr.sbin/wpa/hostapd/
Ddriver_freebsd.c768 .get_seqnum = bsd_get_seqnum,