Searched defs:tspec_ie (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c565 u8 *tspec_ie, size_t tspec_ielen)
568 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
564 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dap_drv_ops.c404 u8 *tspec_ie, size_t tspec_ielen)
408 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie,
403 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c65 u8 *tspec_ie, size_t tspec_ielen)
71 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
63 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.c565 u8 *tspec_ie, size_t tspec_ielen)
568 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
564 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dap_drv_ops.c404 u8 *tspec_ie, size_t tspec_ielen)
408 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie,
403 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c65 u8 *tspec_ie, size_t tspec_ielen)
71 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
63 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.c565 u8 *tspec_ie, size_t tspec_ielen)
568 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
564 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dap_drv_ops.c404 u8 *tspec_ie, size_t tspec_ielen)
408 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie,
403 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c65 u8 *tspec_ie, size_t tspec_ielen)
71 return wpa_auth->cb.add_tspec(wpa_auth->cb.ctx, sta_addr, tspec_ie,
63 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.c1866 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, argument
1877 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1885 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1866 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, argument
1877 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1885 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1866 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, argument
1877 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1885 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);

Completed in 258 milliseconds