Searched refs:p2p_channel_to_freq (Results 1 – 7 of 7) sorted by relevance
/hostap-3.6.0/src/p2p/ |
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()
|
D | p2p_invitation.c | 307 req_freq = p2p_channel_to_freq( in p2p_process_invitation_req() 355 op_freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_invitation_req() 387 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_invitation_req() 533 int freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_invitation_resp() 539 peer_oper_freq = p2p_channel_to_freq( in p2p_process_invitation_resp()
|
D | p2p_go_neg.c | 418 freq = p2p_channel_to_freq(p2p->op_reg_class, p2p->op_channel); in p2p_reselect_channel() 625 oper_freq = p2p_channel_to_freq( in p2p_check_pref_chan_recv() 1004 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_req() 1044 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_go_neg_req() 1306 dev->oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_resp() 1492 int oper_freq = p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_go_neg_conf()
|
D | p2p_pd.c | 948 p2p_channel_to_freq(msg.operating_channel[3], in p2p_process_prov_disc_req() 986 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_process_prov_disc_req() 1013 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_req() 1446 p2p_channel_to_freq( in p2p_process_prov_disc_resp() 1470 freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_process_prov_disc_resp()
|
D | p2p.c | 268 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel); in p2p_listen_in_find() 321 freq = p2p_channel_to_freq(p2p->cfg->reg_class, p2p->cfg->channel); in p2p_listen() 994 freq = p2p_channel_to_freq(reg_class, channel); in p2p_get_next_prog_freq() 1730 freq = p2p_channel_to_freq(msg->listen_channel[3], in p2p_add_dev_info() 1827 res.freq = p2p_channel_to_freq(p2p->op_reg_class, in p2p_go_complete() 2067 freq = p2p_channel_to_freq(msg.listen_channel[3], in p2p_add_dev_from_probe_req() 2094 dev->listen_freq = p2p_channel_to_freq(msg.listen_channel[3], in p2p_add_dev_from_probe_req() 4767 if (p2p_channel_to_freq(reg_class, channel) < 0) in p2p_set_listen_channel() 4822 if (p2p_channel_to_freq(op_reg_class, op_channel) < 0) in p2p_set_oper_channel() 5418 freq = p2p_channel_to_freq(msg.oob_go_neg_channel[3], in p2p_process_nfc_connection_handover() [all …]
|
D | p2p_i.h | 682 int p2p_channel_to_freq(int op_class, int channel);
|
D | p2p_sd.c | 346 freq = p2p_channel_to_freq(p2p->cfg->reg_class, in p2p_rx_gas_initial_req()
|