Home
last modified time | relevance | path

Searched refs:P2P_MAX_CHANNELS (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/p2p/
Dp2p.h151 #define P2P_MAX_CHANNELS 50 macro
156 int freq_list[P2P_MAX_CHANNELS];
Dp2p.c1862 P2P_MAX_CHANNELS); in p2p_go_complete()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c1550 dbus_int32_t freqs[P2P_MAX_CHANNELS]; in wpas_dbus_signal_p2p_go_neg_resp()
1613 for (i = 0; i < P2P_MAX_CHANNELS; i++) { in wpas_dbus_signal_p2p_go_neg_resp()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c2064 u8 chan_list[P2P_MAX_CHANNELS], channel; in sme_proc_obss_scan()
Dp2p_supplicant.c1725 char buf[20 + P2P_MAX_CHANNELS * 6]; in p2p_go_dump_common_freqs()
2805 unsigned int num = P2P_MAX_CHANNELS; in wpas_p2p_go_update_common_freqs()
6538 p2p_channels_to_freqs(channels, params.freq_list, P2P_MAX_CHANNELS); in wpas_p2p_group_add_persistent()