HomeSort by relevance Sort by last modified time
    Searched refs:get_seqnum (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 243 int (*get_seqnum)(void *ctx, const u8 *addr, int idx, u8 *seq); member in struct:wpa_auth_callbacks
ap_drv_ops.c 515 if (hapd->driver == NULL || hapd->driver->get_seqnum == NULL)
517 return hapd->driver->get_seqnum(ifname, hapd->drv_priv, addr, idx,
wpa_auth_glue.c 946 .get_seqnum = hostapd_wpa_auth_get_seqnum,
wpa_auth.c 147 if (wpa_auth->cb->get_seqnum == NULL)
149 return wpa_auth->cb->get_seqnum(wpa_auth->cb_ctx, addr, idx, seq);
    [all...]
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 164 if (wpa_s->driver->get_seqnum)
165 return wpa_s->driver->get_seqnum(wpa_s->ifname, wpa_s->drv_priv,
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 1176 .get_seqnum = hostap_get_seqnum,
driver.h 2621 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr, member in struct:wpa_driver_ops
    [all...]
driver_bsd.c     [all...]
driver_atheros.c     [all...]
driver_nl80211.c     [all...]

Completed in 116 milliseconds