Home
last modified time | relevance | path

Searched refs:p2p_buf_add_operating_channel (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c201 p2p_buf_add_operating_channel(buf, p2p->cfg->country, in p2p_build_go_neg_req()
339 p2p_buf_add_operating_channel(buf, p2p->cfg->country, in p2p_build_go_neg_resp()
345 p2p_buf_add_operating_channel(buf, p2p->cfg->country, in p2p_build_go_neg_resp()
1186 p2p_buf_add_operating_channel(buf, p2p->cfg->country, in p2p_build_go_neg_conf()
1190 p2p_buf_add_operating_channel(buf, (const char *) resp_chan, in p2p_build_go_neg_conf()
H A Dp2p_invitation.c73 p2p_buf_add_operating_channel(buf, p2p->cfg->country, in p2p_build_invitation_req()
158 p2p_buf_add_operating_channel(buf, p2p->cfg->country, in p2p_build_invitation_resp()
H A Dp2p_pd.c139 p2p_buf_add_operating_channel(buf, p2p->cfg->country, in p2ps_add_pd_req_attrs()
353 p2p_buf_add_operating_channel( in p2p_build_prov_disc_resp()
358 p2p_buf_add_operating_channel( in p2p_build_prov_disc_resp()
H A Dp2p_i.h760 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country,
H A Dp2p_build.c100 void p2p_buf_add_operating_channel(struct wpabuf *buf, const char *country, in p2p_buf_add_operating_channel() function