Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dtimespecops.h67 add_tspec( in add_tspec() function
/freebsd/contrib/wpa/src/ap/
H A Dap_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()
H A Dwpa_auth.h392 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie, member
H A Dwpa_auth_glue.c1640 .add_tspec = hostapd_wpa_auth_add_tspec, in hostapd_setup_wpa()
H A Dwpa_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/contrib/wpa/src/drivers/
H A Ddriver.h4439 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie, member
H A Ddriver_atheros.c2278 .add_tspec = atheros_add_tspec,