supplicant: wpa_supplicant wants space-separated list in freq_list (bgo #627571)

See https://w1.fi/cgit/hostap/tree/wpa_supplicant/wpa_supplicant.conf#n663

(cherry picked from commit 4fe6bdcbb5)
This commit is contained in:
Jiří Klimeš 2015-08-17 14:32:31 +02:00
parent 068b525be3
commit c8b5b5eb1c

View file

@ -308,11 +308,11 @@ nm_supplicant_config_get_blobs (NMSupplicantConfig * self)
return NM_SUPPLICANT_CONFIG_GET_PRIVATE (self)->blobs;
}
#define TWO_GHZ_FREQS "2412,2417,2422,2427,2432,2437,2442,2447,2452,2457,2462,2467,2472,2484"
#define FIVE_GHZ_FREQS "4915,4920,4925,4935,4940,4945,4960,4980,5035,5040,5045,5055,5060,5080," \
"5170,5180,5190,5200,5210,5220,5230,5240,5260,5280,5300,5320,5500," \
"5520,5540,5560,5580,5600,5620,5640,5660,5680,5700,5745,5765,5785," \
"5805,5825"
#define TWO_GHZ_FREQS "2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484"
#define FIVE_GHZ_FREQS "4915 4920 4925 4935 4940 4945 4960 4980 5035 5040 5045 5055 5060 5080 " \
"5170 5180 5190 5200 5210 5220 5230 5240 5260 5280 5300 5320 5500 " \
"5520 5540 5560 5580 5600 5620 5640 5660 5680 5700 5745 5765 5785 " \
"5805 5825"
gboolean