Searched refs:get_noa (Results 1 - 14 of 14) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_group.c | 978 if (group->p2p->cfg->get_noa) in p2p_group_presence_req() 979 curr_noa_len = group->p2p->cfg->get_noa( in p2p_group_presence_req()
|
H A D | p2p.h | 725 * get_noa - Get current Notice of Absence attribute payload 736 int (*get_noa)(void *ctx, const u8 *interface_addr, u8 *buf, member
|
H A D | p2p.c | 4514 if (p2p->cfg->get_noa) in p2p_process_presence_req() 4515 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa, in p2p_process_presence_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | driver_i.h | 536 if (!wpa_s->driver->get_noa) in wpa_drv_get_noa() 538 return wpa_s->driver->get_noa(wpa_s->drv_priv, buf, buf_len); in wpa_drv_get_noa()
|
H A D | p2p_supplicant.c | 4487 p2p.get_noa = wpas_get_noa; in wpas_p2p_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_group.c | 1022 if (group->p2p->cfg->get_noa) in p2p_group_presence_req() 1023 curr_noa_len = group->p2p->cfg->get_noa( in p2p_group_presence_req()
|
H A D | p2p.h | 747 * get_noa - Get current Notice of Absence attribute payload 758 int (*get_noa)(void *ctx, const u8 *interface_addr, u8 *buf, member
|
H A D | p2p.c | 4702 if (p2p->cfg->get_noa) 4703 noa_len = p2p->cfg->get_noa(p2p->cfg->cb_ctx, da, noa,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | driver_i.h | 605 if (!wpa_s->driver->get_noa) in wpa_drv_get_noa() 607 return wpa_s->driver->get_noa(wpa_s->drv_priv, buf, buf_len); in wpa_drv_get_noa()
|
H A D | p2p_supplicant.c | 5566 p2p.get_noa = wpas_get_noa;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 3345 * get_noa - Get current Notice of Absence attribute payload 3355 int (*get_noa)(void *priv, u8 *buf, size_t buf_len); member
|
H A D | driver_nl80211.c | 11107 .get_noa = wpa_driver_get_p2p_noa,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 3749 * get_noa - Get current Notice of Absence attribute payload 3759 int (*get_noa)(void *priv, u8 *buf, size_t buf_len); member
|
H A D | driver_nl80211.c | 12797 .get_noa = wpa_driver_get_p2p_noa,
|
Completed in 92 milliseconds