Home
last modified time | relevance | path

Searched refs:add_tspec (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.h227 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie, member
Dap_drv_ops.c395 if (hapd->driver == NULL || hapd->driver->add_tspec == NULL) in hostapd_add_tspec()
397 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie, in hostapd_add_tspec()
Dwpa_auth_glue.c625 cb.add_tspec = hostapd_wpa_auth_add_tspec; in hostapd_setup_wpa()
Dwpa_auth_ft.c67 if (wpa_auth->cb.add_tspec == NULL) { in wpa_ft_add_tspec()
71 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie, in wpa_ft_add_tspec()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3063 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie, member
Ddriver_atheros.c2163 .add_tspec = atheros_add_tspec,