Home
last modified time | relevance | path

Searched refs:p2p_channel_to_freq (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/p2p/
H A Dp2p_utils.c57 int p2p_channel_to_freq(int op_class, int channel) in p2p_channel_to_freq() function
225 int freq = p2p_channel_to_freq(op->reg_class, in p2p_channels_remove_freqs()
278 if (p2p_channel_to_freq(reg->reg_class, in p2p_channels_includes_freq()
332 freq = p2p_channel_to_freq(p2p->cfg->pref_chan[i].op_class, in p2p_get_pref_freq()
479 freq = p2p_channel_to_freq(c->reg_class, in p2p_channels_to_freqs()
569 if (p2p_channel_to_freq(op_class, channel) != in p2p_check_pref_channel()
H A Dp2p_invitation.c317 req_freq = p2p_channel_to_freq( in p2p_process_invitation_req()
365 op_freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_invitation_req()
397 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_invitation_req()
543 int freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_invitation_resp()
549 peer_oper_freq = p2p_channel_to_freq( in p2p_process_invitation_resp()
H A Dp2p_go_neg.c455 freq = p2p_channel_to_freq(p2p->op_reg_class, p2p->op_channel); in p2p_reselect_channel()
665 oper_freq = p2p_channel_to_freq( in p2p_check_pref_chan_recv()
1065 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_req()
1105 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_go_neg_req()
1371 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_resp()
1559 int oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_conf()
H A Dp2p_pd.c962 p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_prov_disc_req()
1000 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_prov_disc_req()
1027 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_req()
1461 p2p_channel_to_freq( in p2p_process_prov_disc_resp()
1485 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_resp()
H A Dp2p.c268 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel); in p2p_listen_in_find()
323 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel); in p2p_listen()
1008 freq = p2p_channel_to_freq(reg_class, channel); in p2p_get_next_prog_freq()
1759 freq = p2p_channel_to_freq(msg->listen_channel[3], in p2p_add_dev_info()
1857 res.freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_go_complete()
2100 freq = p2p_channel_to_freq(msg.listen_channel[3], in p2p_add_dev_from_probe_req()
2128 dev->listen_freq = p2p_channel_to_freq(msg.listen_channel[3], in p2p_add_dev_from_probe_req()
4803 if (p2p_channel_to_freq(reg_class, channel) < 0) in p2p_set_listen_channel()
4858 if (p2p_channel_to_freq(op_reg_class, op_channel) < 0) in p2p_set_oper_channel()
5454 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3], in p2p_process_nfc_connection_handover()
[all …]
H A Dp2p.h2431 int p2p_channel_to_freq(int op_class, int channel);
H A Dp2p_sd.c344 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_rx_gas_initial_req()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3909 p2p_channel_to_freq(op_class, channel))) in wpas_p2p_verify_channel()