Searched refs:tspec_ie (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/contrib/wpa/src/ap/ |
| HD | ap_drv_ops.c | 523 u8 *tspec_ie, size_t tspec_ielen) in hostapd_add_tspec() argument 527 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie, in hostapd_add_tspec()
|
| HD | ap_drv_ops.h | 134 u8 *tspec_ie, size_t tspec_ielen);
|
| HD | wpa_auth.h | 392 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie,
|
| HD | wpa_auth_glue.c | 1445 u8 *tspec_ie, size_t tspec_ielen) in hostapd_wpa_auth_add_tspec() argument 1448 return hostapd_add_tspec(hapd, sta_addr, tspec_ie, tspec_ielen); in hostapd_wpa_auth_add_tspec()
|
| HD | wpa_auth_ft.c | 770 u8 *tspec_ie, size_t tspec_ielen) in wpa_ft_add_tspec() argument 776 return wpa_auth->cb->add_tspec(wpa_auth->cb_ctx, sta_addr, tspec_ie, in wpa_ft_add_tspec()
|
| /freebsd-14-stable/contrib/wpa/src/drivers/ |
| HD | driver_atheros.c | 1995 static int atheros_add_tspec(void *priv, const u8 *addr, u8 *tspec_ie, in atheros_add_tspec() argument 2006 os_memcpy(addts->tspecie, tspec_ie, tspec_ielen); in atheros_add_tspec() 2014 os_memcpy(tspec_ie, addts->tspecie, tspec_ielen); in atheros_add_tspec()
|
| HD | driver.h | 4439 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie,
|