Searched refs:tspec_ielen (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth_glue.c | 565 u8 *tspec_ie, size_t tspec_ielen) in hostapd_wpa_auth_add_tspec() argument 568 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen); in hostapd_wpa_auth_add_tspec()
|
D | wpa_auth.h | 215 size_t tspec_ielen);
|
D | ap_drv_ops.c | 404 u8 *tspec_ie, size_t tspec_ielen) in hostapd_add_tspec() argument 409 tspec_ielen); in hostapd_add_tspec()
|
D | ap_drv_ops.h | 105 u8 *tspec_ie, size_t tspec_ielen);
|
D | wpa_auth_ft.c | 65 u8 *tspec_ie, size_t tspec_ielen) in wpa_ft_add_tspec() argument 72 tspec_ielen); in wpa_ft_add_tspec()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 1867 size_t tspec_ielen) in atheros_add_tspec() argument 1877 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen); in atheros_add_tspec() 1885 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen); in atheros_add_tspec()
|
D | driver.h | 2952 size_t tspec_ielen);
|