Searched refs:operating_channel (Results 1 – 4 of 4) sorted by relevance
302 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()
588 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 …]
554 const u8 *operating_channel; member
94 msg->operating_channel = data; in p2p_parse_attribute()