Searched refs:get_seqnum (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | driver_i.h | 174 if (wpa_s->driver->get_seqnum) in wpa_drv_get_seqnum() 175 return wpa_s->driver->get_seqnum(wpa_s->ifname, wpa_s->drv_priv, in wpa_drv_get_seqnum()
|
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 527 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL) in hostapd_get_seqnum() 529 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx, in hostapd_get_seqnum()
|
| H A D | wpa_auth.h | 262 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member
|
| H A D | wpa_auth_glue.c | 1275 .get_seqnum = hostapd_wpa_auth_get_seqnum, in hostapd_setup_wpa()
|
| H A D | wpa_auth.c | 151 if (wpa_auth->cb->get_seqnum == NULL) in wpa_auth_get_seqnum() 153 return wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq); in wpa_auth_get_seqnum()
|
| H A D | wpa_auth_ft.c | 2159 if (wpa_auth->cb->get_seqnum == NULL) in wpa_auth_get_seqnum() 2161 return wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq); in wpa_auth_get_seqnum()
|
| /freebsd-12.1/contrib/wpa/src/drivers/ |
| H A D | driver_hostap.c | 1184 .get_seqnum = hostap_get_seqnum,
|
| H A D | driver.h | 2787 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member
|
| H A D | driver_bsd.c | 1768 .get_seqnum = bsd_get_seqnum,
|
| H A D | driver_atheros.c | 2270 .get_seqnum = atheros_get_seqnum,
|