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() 788 msg.persistent_dev) && msg.operating_channel) { in p2p_process_prov_disc_req() 799 msg.operating_channel[3], in p2p_process_prov_disc_req() 800 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 | 787 if (!msg.operating_channel) { in p2p_process_go_neg_req() 1004 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_req() 1005 msg.operating_channel[4]); in p2p_process_go_neg_req() 1283 if (!msg.operating_channel && !go) { in p2p_process_go_neg_resp() 1305 if (msg.operating_channel) { in p2p_process_go_neg_resp() 1306 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_resp() 1307 msg.operating_channel[4]); in p2p_process_go_neg_resp() 1388 status, msg.operating_channel, in p2p_process_go_neg_resp() 1485 if (!msg.operating_channel) { in p2p_process_go_neg_conf() 1492 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 | 578 const u8 *operating_channel; member
|