wifi: Allow max number of scan entries
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Fri, 4 May 2012 12:24:32 +0000 (15:24 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 4 May 2012 13:17:05 +0000 (16:17 +0300)
commit305a6cb8bc6aa464a7a5e2669d00ac4691f4a2a5
tree91a9ae59b32cd9d932a0abf86447d8a96f776052
parent4cd19238f5499623391ebf74c74af03905a14ef8
wifi: Allow max number of scan entries

Do no limit the scan entries to 4 (G_SUPPLICANT_MAX_FAST_SCAN)
but use the limit given by the driver. The limit is given by wpa_s.
If the supplicant does not return the limit, then use 4 as a max
value.
gsupplicant/gsupplicant.h
gsupplicant/supplicant.c
plugins/wifi.c