Home
last modified time | relevance | path

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 Dp2p_invitation.c323 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 Dp2p_pd.c449 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 Dp2p_go_neg.c839 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 Dp2p_i.h623 const u8 *operating_channel; member
H A Dp2p_parse.c112 msg->operating_channel = data; in p2p_parse_attribute()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_pd.c449 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 Dp2p_invitation.c305 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 Dp2p_go_neg.c778 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 Dp2p_i.h567 const u8 *operating_channel; member
H A Dp2p_parse.c112 msg->operating_channel = data; in p2p_parse_attribute()

Completed in 12 milliseconds