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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 201 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie, member in struct:wpa_auth_callbacks
ap_drv_ops.c 377 if (hapd->driver == NULL || hapd->driver->add_tspec == NULL)
379 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie,
wpa_auth_glue.c 535 cb.add_tspec = hostapd_wpa_auth_add_tspec;
wpa_auth_ft.c 59 if (wpa_auth->cb.add_tspec == NULL) {
60 wpa_printf(MSG_DEBUG, "FT: add_tspec is not initialized");
63 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 2580 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie, member in struct:wpa_driver_ops
    [all...]
driver_atheros.c     [all...]

Completed in 494 milliseconds