Searched refs:add_tspec (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ap_drv_ops.c | 470 if (hapd->driver == NULL || hapd->driver->add_tspec == NULL) in hostapd_add_tspec() 472 return hapd->driver->add_tspec(hapd->drv_priv, addr, tspec_ie, in hostapd_add_tspec()
|
D | wpa_auth.h | 350 int (*add_tspec)(void *ctx, const u8 *sta_addr, u8 *tspec_ie, member
|
D | wpa_auth_glue.c | 1524 .add_tspec = hostapd_wpa_auth_add_tspec, in hostapd_setup_wpa()
|
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()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 4320 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie, member
|
D | driver_atheros.c | 2276 .add_tspec = atheros_add_tspec,
|