Searched refs:p2p_buf_add_channel_list (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_go_neg.c | 177 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels); in p2p_build_go_neg_req() 307 p2p_buf_add_channel_list(buf, p2p->cfg->country, in p2p_build_go_neg_resp() 310 p2p_buf_add_channel_list(buf, p2p->cfg->country, in p2p_build_go_neg_resp() 316 p2p_buf_add_channel_list(buf, p2p->cfg->country, &res); in p2p_build_go_neg_resp() 781 p2p_buf_add_channel_list(buf, p2p->cfg->country, &res); in p2p_build_go_neg_conf()
|
D | p2p_invitation.c | 69 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels); in p2p_build_invitation_req() 137 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels); in p2p_build_invitation_resp()
|
D | p2p_build.c | 115 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country, in p2p_buf_add_channel_list() function
|
D | p2p_i.h | 615 void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country,
|