Searched refs:operating_channel (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_pd.c | 449 u8 operating_channel = 0; in p2ps_validate_pd_req() local 499 operating_channel = 1; in p2ps_validate_pd_req() 511 operating_channel = 1; in p2ps_validate_pd_req() 515 operating_channel = 1; in p2ps_validate_pd_req() 523 operating_channel = 1; in p2ps_validate_pd_req() 537 operating_channel = 1; in p2ps_validate_pd_req() 543 P2PS_PD_REQ_CHECK(operating_channel, operating_channel); in p2ps_validate_pd_req() 790 msg.persistent_dev) && msg.operating_channel) { in p2p_process_prov_disc_req() 801 msg.operating_channel[3], in p2p_process_prov_disc_req() 802 msg.operating_channel[4])) { in p2p_process_prov_disc_req() [all …]
|
D | p2p_invitation.c | 305 if (msg.operating_channel) { in p2p_process_invitation_req() 308 msg.operating_channel[3], in p2p_process_invitation_req() 309 msg.operating_channel[4]); in p2p_process_invitation_req() 314 msg.operating_channel[3], in p2p_process_invitation_req() 315 msg.operating_channel[4])) { in p2p_process_invitation_req() 316 p2p->op_reg_class = msg.operating_channel[3]; in p2p_process_invitation_req() 317 p2p->op_channel = msg.operating_channel[4]; in p2p_process_invitation_req() 538 if (msg.operating_channel) { in p2p_process_invitation_resp() 540 msg.operating_channel[3], in p2p_process_invitation_resp() 541 msg.operating_channel[4]); in p2p_process_invitation_resp()
|
D | p2p_go_neg.c | 776 if (!msg.operating_channel) { in p2p_process_go_neg_req() 993 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_req() 994 msg.operating_channel[4]); in p2p_process_go_neg_req() 1272 if (!msg.operating_channel && !go) { in p2p_process_go_neg_resp() 1294 if (msg.operating_channel) { in p2p_process_go_neg_resp() 1295 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_resp() 1296 msg.operating_channel[4]); in p2p_process_go_neg_resp() 1377 status, msg.operating_channel, in p2p_process_go_neg_resp() 1474 if (!msg.operating_channel) { in p2p_process_go_neg_conf() 1481 int oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_conf() [all …]
|
D | p2p_parse.c | 112 msg->operating_channel = data; in p2p_parse_attribute()
|
D | p2p_i.h | 579 const u8 *operating_channel; member
|