Home
last modified time | relevance | path

Searched refs:tspec_ielen (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c588 u8 *tspec_ie, size_t tspec_ielen) in hostapd_wpa_auth_add_tspec() argument
591 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen); in hostapd_wpa_auth_add_tspec()
Dwpa_auth.h230 size_t tspec_ielen);
Dap_drv_ops.c396 u8 *tspec_ie, size_t tspec_ielen) in hostapd_add_tspec() argument
401 tspec_ielen); in hostapd_add_tspec()
Dap_drv_ops.h113 u8 *tspec_ie, size_t tspec_ielen);
Dwpa_auth_ft.c76 u8 *tspec_ie, size_t tspec_ielen) in wpa_ft_add_tspec() argument
83 tspec_ielen); in wpa_ft_add_tspec()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c1883 size_t tspec_ielen) in atheros_add_tspec() argument
1893 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen); in atheros_add_tspec()
1901 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen); in atheros_add_tspec()
Ddriver.h3268 size_t tspec_ielen);