Searched refs:get_noa (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p_group.c978 if (group->p2p->cfg->get_noa)
979 curr_noa_len = group->p2p->cfg->get_noa(
H A Dp2p.h725 * get_noa - Get current Notice of Absence attribute payload
736 int (*get_noa)(void *ctx, const u8 *interface_addr, u8 *buf, member in struct:p2p_config
H A Dp2p.c4508 if (p2p->cfg->get_noa)
4509 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Ddriver_i.h536 if (!wpa_s->driver->get_noa)
538 return wpa_s->driver->get_noa(wpa_s->drv_priv, buf, buf_len);
H A Dp2p_supplicant.c4474 p2p.get_noa = wpas_get_noa;
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver.h3322 * get_noa - Get current Notice of Absence attribute payload
3332 int (*get_noa)(void *priv, u8 *buf, size_t buf_len); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c11107 .get_noa = wpa_driver_get_p2p_noa,

Completed in 181 milliseconds