Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/include/
HDtimespecops.h67 add_tspec( in add_tspec() function
/freebsd-14-stable/contrib/wpa/src/ap/
HDap_drv_ops.c525 if (hapd->driver == NULL || hapd->driver->add_tspec == NULL) in hostapd_add_tspec()
527 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie, in hostapd_add_tspec()
HDwpa_auth.h392 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie, member
HDwpa_auth_glue.c1640 .add_tspec = hostapd_wpa_auth_add_tspec, in hostapd_setup_wpa()
HDwpa_auth_ft.c772 if (wpa_auth->cb->add_tspec == NULL) { in wpa_ft_add_tspec()
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/
HDdriver.h4439 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie, member
HDdriver_atheros.c2278 .add_tspec = atheros_add_tspec,