Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h155 #define P2P_MAX_CHANNELS 50 macro
160 int freq_list[P2P_MAX_CHANNELS];
H A Dp2p.c1882 P2P_MAX_CHANNELS); in p2p_go_complete()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c1701 dbus_int32_t freqs[P2P_MAX_CHANNELS]; in wpas_dbus_signal_p2p_go_neg_resp()
1764 for (i = 0; i < P2P_MAX_CHANNELS; i++) { in wpas_dbus_signal_p2p_go_neg_resp()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c1811 char buf[20 + P2P_MAX_CHANNELS * 6]; in p2p_go_dump_common_freqs()
3011 unsigned int num = P2P_MAX_CHANNELS; in wpas_p2p_go_update_common_freqs()
7148 p2p_channels_to_freqs(channels, params.freq_list, P2P_MAX_CHANNELS); in wpas_p2p_group_add_persistent()
H A Dsme.c3077 u8 chan_list[P2P_MAX_CHANNELS], channel; in sme_proc_obss_scan()