Home
last modified time | relevance | path

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

/hostap-latest/src/p2p/
Dp2p_pd.c461 u8 operating_channel = 0; in p2ps_validate_pd_req() local
511 operating_channel = 1; in p2ps_validate_pd_req()
523 operating_channel = 1; in p2ps_validate_pd_req()
527 operating_channel = 1; in p2ps_validate_pd_req()
535 operating_channel = 1; in p2ps_validate_pd_req()
549 operating_channel = 1; in p2ps_validate_pd_req()
555 P2PS_PD_REQ_CHECK(operating_channel, operating_channel); in p2ps_validate_pd_req()
802 msg.persistent_dev) && msg.operating_channel) { in p2p_process_prov_disc_req()
813 msg.operating_channel[3], in p2p_process_prov_disc_req()
814 msg.operating_channel[4])) { in p2p_process_prov_disc_req()
[all …]
Dp2p_invitation.c315 if (msg.operating_channel) { in p2p_process_invitation_req()
318 msg.operating_channel[3], in p2p_process_invitation_req()
319 msg.operating_channel[4]); in p2p_process_invitation_req()
324 msg.operating_channel[3], in p2p_process_invitation_req()
325 msg.operating_channel[4])) { in p2p_process_invitation_req()
326 p2p->op_reg_class = msg.operating_channel[3]; in p2p_process_invitation_req()
327 p2p->op_channel = msg.operating_channel[4]; in p2p_process_invitation_req()
548 if (msg.operating_channel) { in p2p_process_invitation_resp()
550 msg.operating_channel[3], in p2p_process_invitation_resp()
551 msg.operating_channel[4]); in p2p_process_invitation_resp()
Dp2p_go_neg.c845 if (!msg.operating_channel) { in p2p_process_go_neg_req()
1065 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_req()
1066 msg.operating_channel[4]); in p2p_process_go_neg_req()
1348 if (!msg.operating_channel && !go) { in p2p_process_go_neg_resp()
1370 if (msg.operating_channel) { in p2p_process_go_neg_resp()
1371 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_resp()
1372 msg.operating_channel[4]); in p2p_process_go_neg_resp()
1453 status, msg.operating_channel, in p2p_process_go_neg_resp()
1552 if (!msg.operating_channel) { in p2p_process_go_neg_conf()
1559 int oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_conf()
[all …]
Dp2p_i.h573 const u8 *operating_channel; member
Dp2p_parse.c118 msg->operating_channel = data; in p2p_parse_attribute()