Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_invitation.c302 if (msg.operating_channel) { in p2p_process_invitation_req()
305 msg.operating_channel[3], in p2p_process_invitation_req()
306 msg.operating_channel[4]); in p2p_process_invitation_req()
311 msg.operating_channel[3], in p2p_process_invitation_req()
312 msg.operating_channel[4])) { in p2p_process_invitation_req()
313 p2p->op_reg_class = msg.operating_channel[3]; in p2p_process_invitation_req()
314 p2p->op_channel = msg.operating_channel[4]; in p2p_process_invitation_req()
529 if (msg.operating_channel) { in p2p_process_invitation_resp()
531 msg.operating_channel[3], in p2p_process_invitation_resp()
532 msg.operating_channel[4]); in p2p_process_invitation_resp()
Dp2p_go_neg.c588 if (!msg.operating_channel) { in p2p_process_go_neg_req()
797 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_req()
798 msg.operating_channel[4]); in p2p_process_go_neg_req()
1065 if (!msg.operating_channel && !go) { in p2p_process_go_neg_resp()
1087 if (msg.operating_channel) { in p2p_process_go_neg_resp()
1088 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_resp()
1089 msg.operating_channel[4]); in p2p_process_go_neg_resp()
1163 status, msg.operating_channel, in p2p_process_go_neg_resp()
1260 if (!msg.operating_channel) { in p2p_process_go_neg_conf()
1267 int oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_conf()
[all …]
Dp2p_i.h554 const u8 *operating_channel; member
Dp2p_parse.c94 msg->operating_channel = data; in p2p_parse_attribute()