/external/wpa_supplicant_8/src/ap/ |
ap_drv_ops.c | 405 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL) 407 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
|
wpa_auth.h | 192 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
|
wpa_auth_glue.c | 485 cb.get_seqnum = hostapd_wpa_auth_get_seqnum;
|
wpa_auth_ft.c | 407 if (wpa_auth->cb.get_seqnum == NULL) 409 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq); [all...] |
wpa_auth.c | 121 if (wpa_auth->cb.get_seqnum == NULL) 123 return wpa_auth->cb.get_seqnum(wpa_auth->cb.ctx, addr, idx, seq); [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 1372 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops [all...] |
driver_atheros.c | [all...] |
driver_bsd.c | [all...] |
driver_hostap.c | [all...] |
driver_madwifi.c | [all...] |
driver_nl80211.c | [all...] |