OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freq_list
(Results
1 - 10
of
10
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h
439
*
freq_list
- Array of allowed frequencies or %NULL for all
446
int *
freq_list
;
member in struct:wpa_ssid
config.h
649
*
freq_list
- Array of allowed scan frequencies or %NULL for all
654
int *
freq_list
;
member in struct:wpa_config
wpa_supplicant.conf
526
#
freq_list
: Array of allowed frequencies
[
all
...]
config_file.c
1036
if (config->
freq_list
&& config->
freq_list
[0]) {
1038
fprintf(f, "
freq_list
=");
1039
for (i = 0; config->
freq_list
[i]; i++) {
1041
config->
freq_list
[i]);
config.c
892
os_free(ssid->
freq_list
);
893
ssid->
freq_list
= freqs;
943
return wpa_config_write_freqs(data, ssid->
freq_list
);
[
all
...]
scan.c
346
wpa_s->go_params->
freq_list
[0]) {
350
wpa_s->go_params->
freq_list
);
781
if (wpa_s->conf->
freq_list
&& !params.freqs) {
783
"Optimize scan based on conf->
freq_list
");
784
int_array_concat(¶ms.freqs, wpa_s->conf->
freq_list
);
[
all
...]
events.c
848
if (!freq_allowed(ssid->
freq_list
, bss->freq)) {
[
all
...]
/external/wpa_supplicant_8/src/p2p/
p2p.h
123
*
freq_list
- Zero-terminated list of possible operational channels
125
int
freq_list
[P2P_MAX_CHANNELS];
member in struct:p2p_go_neg_results
[
all
...]
p2p.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c
[
all
...]
Completed in 4661 milliseconds