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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c502 u8 *tspec_ie, size_t tspec_ielen)
505 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
501 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dap_drv_ops.c375 u8 *tspec_ie, size_t tspec_ielen)
380 tspec_ielen);
374 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c57 u8 *tspec_ie, size_t tspec_ielen)
64 tspec_ielen);
55 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.c502 u8 *tspec_ie, size_t tspec_ielen)
505 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
501 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dap_drv_ops.c375 u8 *tspec_ie, size_t tspec_ielen)
380 tspec_ielen);
374 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c57 u8 *tspec_ie, size_t tspec_ielen)
64 tspec_ielen);
55 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.c502 u8 *tspec_ie, size_t tspec_ielen)
505 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen);
501 hostapd_wpa_auth_add_tspec(void *ctx, const u8 *sta_addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dap_drv_ops.c375 u8 *tspec_ie, size_t tspec_ielen)
380 tspec_ielen);
374 hostapd_add_tspec(struct hostapd_data *hapd, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
H A Dwpa_auth_ft.c57 u8 *tspec_ie, size_t tspec_ielen)
64 tspec_ielen);
55 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.c1867 size_t tspec_ielen)
1877 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1885 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);
1866 atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c1867 size_t tspec_ielen)
1877 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1885 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);
1866 atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c1867 size_t tspec_ielen)
1877 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen);
1885 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen);
1866 atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, size_t tspec_ielen) argument

Completed in 143 milliseconds