Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Ddriver_i.h193 if (wpa_s->driver->get_seqnum) in wpa_drv_get_seqnum()
194 return wpa_s->driver->get_seqnum(wpa_s->ifname, wpa_s->drv_priv, in wpa_drv_get_seqnum()
/hostap-latest/src/ap/
Dap_drv_ops.c621 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL) in hostapd_get_seqnum()
623 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx, in hostapd_get_seqnum()
Dwpa_auth.h373 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member
Dwpa_auth_glue.c1667 .get_seqnum = hostapd_wpa_auth_get_seqnum, in hostapd_setup_wpa()
Dwpa_auth_ft.c2209 if (wpa_auth->cb->get_seqnum == NULL) in wpa_auth_get_seqnum()
2211 return wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq); in wpa_auth_get_seqnum()
Dwpa_auth.c317 if (!wpa_auth->cb->get_seqnum) in wpa_auth_get_seqnum()
322 res = wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq); in wpa_auth_get_seqnum()
/hostap-latest/src/drivers/
Ddriver_hostap.c1190 .get_seqnum = hostap_get_seqnum,
Ddriver_bsd.c1744 .get_seqnum = bsd_get_seqnum,
Ddriver.h3621 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member
Ddriver_atheros.c2258 .get_seqnum = atheros_get_seqnum,
Ddriver_nl80211.c14096 .get_seqnum = i802_get_seqnum,