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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c521 u8 *tspec_ie, size_t tspec_ielen)
524 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
520 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth.h213 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
H A Dap_drv_ops.h104 u8 *tspec_ie, size_t tspec_ielen);
H A Dap_drv_ops.c388 u8 *tspec_ie, size_t tspec_ielen)
392 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie,
387 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c64 u8 *tspec_ie, size_t tspec_ielen)
70 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
62 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c521 u8 *tspec_ie, size_t tspec_ielen)
524 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
520 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth.h213 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
H A Dap_drv_ops.h104 u8 *tspec_ie, size_t tspec_ielen);
H A Dap_drv_ops.c388 u8 *tspec_ie, size_t tspec_ielen)
392 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie,
387 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c64 u8 *tspec_ie, size_t tspec_ielen)
70 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
62 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c521 u8 *tspec_ie, size_t tspec_ielen)
524 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
520 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth.h213 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
H A Dap_drv_ops.h104 u8 *tspec_ie, size_t tspec_ielen);
H A Dap_drv_ops.c388 u8 *tspec_ie, size_t tspec_ielen)
392 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie,
387 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c64 u8 *tspec_ie, size_t tspec_ielen)
70 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
62 wpa_ft_add_tspec(struct wpa_authenticator *wpa_auth, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c1962 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, argument
1973 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1981 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);
H A Ddriver.h2664 * @tspec_ie: tspec ie buffer
2669 * and fills the medium_time in tspec_ie.
2671 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1962 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, argument
1973 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1981 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);
H A Ddriver.h2664 * @tspec_ie: tspec ie buffer
2669 * and fills the medium_time in tspec_ie.
2671 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1962 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, argument
1973 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1981 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);
H A Ddriver.h2664 * @tspec_ie: tspec ie buffer
2669 * and fills the medium_time in tspec_ie.
2671 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie,

Completed in 179 milliseconds