Searched refs:p2p_channel_to_freq (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_utils.c | 57 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 D | p2p_invitation.c | 317 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 D | p2p_go_neg.c | 455 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 D | p2p_pd.c | 962 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 D | p2p.c | 268 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 D | p2p.h | 2431 int p2p_channel_to_freq(int op_class, int channel);
|
H A D | p2p_sd.c | 344 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_rx_gas_initial_req()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.c | 3909 p2p_channel_to_freq(op_class, channel))) in wpas_p2p_verify_channel()
|