Searched refs:p2p_freq_to_channel (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c103 * p2p_freq_to_channel - Convert frequency into channel info
108 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) function
280 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
H A Dp2p_go_neg.c344 p2p_freq_to_channel(p2p->own_freq_preference,
355 p2p_freq_to_channel(p2p->best_freq_overall,
370 p2p_freq_to_channel(p2p->best_freq_5,
383 p2p_freq_to_channel(p2p->best_freq_24,
H A Dp2p_i.h569 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
H A Dp2p_invitation.c237 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) {
H A Dp2p.c1218 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1254 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1261 p2p_freq_to_channel(p2p->best_freq_5, &op_class, &op_channel)
1268 p2p_freq_to_channel(p2p->best_freq_24, &op_class,
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c103 * p2p_freq_to_channel - Convert frequency into channel info
108 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) function
280 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
H A Dp2p_go_neg.c344 p2p_freq_to_channel(p2p->own_freq_preference,
355 p2p_freq_to_channel(p2p->best_freq_overall,
370 p2p_freq_to_channel(p2p->best_freq_5,
383 p2p_freq_to_channel(p2p->best_freq_24,
H A Dp2p_i.h569 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
H A Dp2p_invitation.c237 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) {
H A Dp2p.c1218 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1254 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1261 p2p_freq_to_channel(p2p->best_freq_5, &op_class, &op_channel)
1268 p2p_freq_to_channel(p2p->best_freq_24, &op_class,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c103 * p2p_freq_to_channel - Convert frequency into channel info
108 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel) function
280 if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)
H A Dp2p_go_neg.c344 p2p_freq_to_channel(p2p->own_freq_preference,
355 p2p_freq_to_channel(p2p->best_freq_overall,
370 p2p_freq_to_channel(p2p->best_freq_5,
383 p2p_freq_to_channel(p2p->best_freq_24,
H A Dp2p_i.h569 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel);
H A Dp2p_invitation.c237 if (p2p_freq_to_channel(op_freq, &reg_class, &channel) < 0) {
H A Dp2p.c1218 if (p2p_freq_to_channel(freq, &op_class, &op_channel) < 0) {
1254 p2p_freq_to_channel(p2p->best_freq_overall, &op_class, &op_channel)
1261 p2p_freq_to_channel(p2p->best_freq_5, &op_class, &op_channel)
1268 p2p_freq_to_channel(p2p->best_freq_24, &op_class,

Completed in 195 milliseconds