Searched refs:get_seqnum (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.h | 214 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member
|
D | ap_drv_ops.c | 470 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL) in hostapd_get_seqnum() 472 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx, in hostapd_get_seqnum()
|
D | wpa_auth_glue.c | 617 cb.get_seqnum = hostapd_wpa_auth_get_seqnum; in hostapd_setup_wpa()
|
D | wpa_auth_ft.c | 407 if (wpa_auth->cb.get_seqnum == NULL) in wpa_auth_get_seqnum() 409 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq); in wpa_auth_get_seqnum()
|
D | wpa_auth.c | 139 if (wpa_auth->cb.get_seqnum == NULL) in wpa_auth_get_seqnum() 141 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq); in wpa_auth_get_seqnum()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_hostap.c | 1177 .get_seqnum = hostap_get_seqnum,
|
D | driver.h | 2266 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member
|
D | driver_bsd.c | 1727 .get_seqnum = bsd_get_seqnum,
|
D | driver_atheros.c | 2141 .get_seqnum = atheros_get_seqnum,
|
D | driver_nl80211.c | 9134 .get_seqnum = i802_get_seqnum,
|