Searched refs:get_seqnum (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/wpa/src/ap/ |
| D | ap_drv_ops.c | 447 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()
|
| D | wpa_auth.h | 189 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member
|
| D | wpa_auth_glue.c | 458 cb.get_seqnum = hostapd_wpa_auth_get_seqnum; in hostapd_setup_wpa()
|
| D | wpa_auth_ft.c | 404 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()
|
| D | wpa_auth.c | 118 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/ |
| D | driver.h | 1244 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member
|
| /freebsd-9-stable/usr.sbin/wpa/hostapd/ |
| D | driver_freebsd.c | 768 .get_seqnum = bsd_get_seqnum,
|