/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.h | 125 u8 *tspec_ie, size_t tspec_ielen);
|
H A D | wpa_auth.h | 296 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
|
H A D | ap_drv_ops.c | 450 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 D | wpa_auth_glue.c | 1201 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 D | wpa_auth_ft.c | 765 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 D | ap_drv_ops.c | 456 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 D | ap_drv_ops.h | 128 u8 *tspec_ie, size_t tspec_ielen);
|
H A D | wpa_auth.h | 342 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
|
H A D | wpa_auth_glue.c | 1402 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 D | wpa_auth_ft.c | 766 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 D | driver_atheros.c | 2007 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 D | driver.h | 3615 * @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 D | driver_atheros.c | 1994 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 D | driver.h | 4038 * @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,
|