Home
last modified time | relevance | path

Searched refs:tspec_ie (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c446 u8 *tspec_ie, size_t tspec_ielen) in hostapd_add_tspec() argument
450 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie, in hostapd_add_tspec()
Dap_drv_ops.h121 u8 *tspec_ie, size_t tspec_ielen);
Dwpa_auth.h296 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
Dwpa_auth_glue.c1197 u8 *tspec_ie, size_t tspec_ielen) in hostapd_wpa_auth_add_tspec() argument
1200 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen); in hostapd_wpa_auth_add_tspec()
Dwpa_auth_ft.c764 u8 *tspec_ie, size_t tspec_ielen) in wpa_ft_add_tspec() argument
770 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_atheros.c2007 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, in atheros_add_tspec() argument
2018 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen); in atheros_add_tspec()
2026 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen); in atheros_add_tspec()
Ddriver.h3543 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie,