Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h189 if (wpa_s->driver->get_seqnum) in wpa_drv_get_seqnum()
190 return wpa_s->driver->get_seqnum(wpa_s->ifname, wpa_s->drv_priv, in wpa_drv_get_seqnum()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dap_drv_ops.c532 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL) in hostapd_get_seqnum()
534 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx, in hostapd_get_seqnum()
H A Dwpa_auth.h304 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member
H A Dwpa_auth_glue.c1459 .get_seqnum = hostapd_wpa_auth_get_seqnum, in hostapd_setup_wpa()
H A Dwpa_auth_ft.c2158 if (wpa_auth->cb->get_seqnum == NULL) in wpa_auth_get_seqnum()
2160 return wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq); in wpa_auth_get_seqnum()
H A Dwpa_auth.c157 if (!wpa_auth->cb->get_seqnum) in wpa_auth_get_seqnum()
159 res = wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq); in wpa_auth_get_seqnum()
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_hostap.c1188 .get_seqnum = hostap_get_seqnum,
H A Ddriver.h3080 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member
H A Ddriver_bsd.c1746 .get_seqnum = bsd_get_seqnum,
H A Ddriver_atheros.c2257 .get_seqnum = atheros_get_seqnum,
H A Ddriver_nl80211.c12152 .get_seqnum = i802_get_seqnum,