Searched refs:add_tspec (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | timespecops.h | 67 add_tspec( in add_tspec() function
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.c | 525 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 D | wpa_auth.h | 392 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie, member
|
H A D | wpa_auth_glue.c | 1640 .add_tspec = hostapd_wpa_auth_add_tspec, in hostapd_setup_wpa()
|
H A D | wpa_auth_ft.c | 772 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 D | driver.h | 4439 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie, member
|
H A D | driver_atheros.c | 2278 .add_tspec = atheros_add_tspec,
|