Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p.h114 #define P2P_MAX_CHANNELS 50 macro
119 int freq_list[P2P_MAX_CHANNELS];
Dp2p.c1572 if (freqs + 1 == P2P_MAX_CHANNELS) in p2p_go_complete()
1576 if (freqs + 1 == P2P_MAX_CHANNELS) in p2p_go_complete()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c1170 dbus_int32_t freqs[P2P_MAX_CHANNELS]; in wpas_dbus_signal_p2p_go_neg_resp()
1236 for (i = 0; i < P2P_MAX_CHANNELS; i++) { in wpas_dbus_signal_p2p_go_neg_resp()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c726 u8 chan_list[P2P_MAX_CHANNELS], channel; in sme_proc_obss_scan()