Home
last modified time | relevance | path

Searched refs:tspec_ie (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.h125 u8 *tspec_ie, size_t tspec_ielen);
H A Dwpa_auth.h296 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
H A Dap_drv_ops.c450 u8 *tspec_ie, size_t tspec_ielen) in hostapd_add_tspec()
454 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie, in hostapd_add_tspec()
449 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) hostapd_add_tspec() argument
H A Dwpa_auth_glue.c1201 u8 *tspec_ie, size_t tspec_ielen) in hostapd_wpa_auth_add_tspec()
1204 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen); in hostapd_wpa_auth_add_tspec()
1200 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) hostapd_wpa_auth_add_tspec() argument
H A Dwpa_auth_ft.c765 u8 *tspec_ie, size_t tspec_ielen) in wpa_ft_add_tspec()
771 return wpa_auth->cb->add_tspec(wpa_auth->cb_ctx, sta_addr, tspec_ie, in wpa_ft_add_tspec()
763 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) wpa_ft_add_tspec() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_drv_ops.c456 u8 *tspec_ie, size_t tspec_ielen) in hostapd_add_tspec()
460 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie, in hostapd_add_tspec()
455 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) hostapd_add_tspec() argument
H A Dap_drv_ops.h128 u8 *tspec_ie, size_t tspec_ielen);
H A Dwpa_auth.h342 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
H A Dwpa_auth_glue.c1402 u8 *tspec_ie, size_t tspec_ielen) in hostapd_wpa_auth_add_tspec()
1405 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen); in hostapd_wpa_auth_add_tspec()
1401 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) hostapd_wpa_auth_add_tspec() argument
H A Dwpa_auth_ft.c766 u8 *tspec_ie, size_t tspec_ielen) in wpa_ft_add_tspec()
772 return wpa_auth->cb->add_tspec(wpa_auth->cb_ctx, sta_addr, tspec_ie, in wpa_ft_add_tspec()
764 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) wpa_ft_add_tspec() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A 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()
H A Ddriver.h3615 * @tspec_ie: tspec ie buffer
3620 * and fills the medium_time in tspec_ie.
3622 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c1994 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, in atheros_add_tspec() argument
2005 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen); in atheros_add_tspec()
2013 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen); in atheros_add_tspec()
H A Ddriver.h4038 * @tspec_ie: tspec ie buffer
4043 * and fills the medium_time in tspec_ie.
4045 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie,

Completed in 65 milliseconds