Searched refs:operating_channel (Results 1 - 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_invitation.c | 323 if (msg.operating_channel) { in p2p_process_invitation_req() 326 msg.operating_channel[3], in p2p_process_invitation_req() 327 msg.operating_channel[4]); in p2p_process_invitation_req() 332 msg.operating_channel[3], in p2p_process_invitation_req() 333 msg.operating_channel[4])) { in p2p_process_invitation_req() 334 p2p->op_reg_class = msg.operating_channel[3]; in p2p_process_invitation_req() 335 p2p->op_channel = msg.operating_channel[4]; in p2p_process_invitation_req() 374 if (msg.operating_channel) { in p2p_process_invitation_req() 375 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], msg.operating_channel[ in p2p_process_invitation_req() 384 u8 operating_channel = p2p_process_invitation_req() local [all...] |
H A 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[ in p2p_process_prov_disc_req() [all...] |
H A D | p2p_go_neg.c | 839 if (!msg.operating_channel) { in p2p_process_go_neg_req() 936 u8 operating_channel = ((msg.operating_channel == NULL) ? 0 : in p2p_process_go_neg_req() local 937 msg.operating_channel[HM_OPERATING_CHANNEL_POS]); in p2p_process_go_neg_req() 939 HM_GO_NEG_REQ, operating_channel ,NULL); in p2p_process_go_neg_req() 1080 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_req() 1081 msg.operating_channel[4]); in p2p_process_go_neg_req() 1380 if (!msg.operating_channel && !go) { in p2p_process_go_neg_resp() 1402 if (msg.operating_channel) { in p2p_process_go_neg_resp() 1403 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[ in p2p_process_go_neg_resp() 1466 u8 operating_channel = ((msg.operating_channel == NULL) ? 0 : msg.operating_channel[HM_OPERATING_CHANNEL_POS]); p2p_process_go_neg_resp() local [all...] |
H A D | p2p_i.h | 623 const u8 *operating_channel; member
|
H A D | p2p_parse.c | 112 msg->operating_channel = data; in p2p_parse_attribute()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A 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[ in p2p_process_prov_disc_req() [all...] |
H A 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[ in p2p_process_invitation_resp() [all...] |
H A D | p2p_go_neg.c | 778 if (!msg.operating_channel) { in p2p_process_go_neg_req() 995 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_req() 996 msg.operating_channel[4]); in p2p_process_go_neg_req() 1274 if (!msg.operating_channel && !go) { in p2p_process_go_neg_resp() 1296 if (msg.operating_channel) { in p2p_process_go_neg_resp() 1297 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_resp() 1298 msg.operating_channel[4]); in p2p_process_go_neg_resp() 1379 status, msg.operating_channel, in p2p_process_go_neg_resp() 1476 if (!msg.operating_channel) { in p2p_process_go_neg_conf() 1483 int oper_freq = p2p_channel_to_freq(msg.operating_channel[ in p2p_process_go_neg_conf() [all...] |
H A D | p2p_i.h | 567 const u8 *operating_channel; member
|
H A D | p2p_parse.c | 112 msg->operating_channel = data; in p2p_parse_attribute()
|
Completed in 12 milliseconds