Added support of Multiple same SSIDs including band steering. 24/202524/8 accepted/tizen/unified/20190410.061801 submit/tizen/20190409.131053
authorNiraj Kumar Goit <niraj.g@samsung.com>
Fri, 29 Mar 2019 10:35:49 +0000 (16:05 +0530)
committerNiraj Kumar Goit <niraj.g@samsung.com>
Fri, 5 Apr 2019 07:26:09 +0000 (12:56 +0530)
commit69efc565b595bb39ebdbe635f063675ecf59278c
tree33c51a4e1d04ba61a143033e32afda67cd93cf83
parent85074ce75ce1749e270dc9951d003d4a3c1f9cab
Added support of Multiple same SSIDs including band steering.

When there are multiple APs with the same SSID and security,
this patch support below features:
1. If AP does not respond to probe request during connection
procedure, connman tries to connect with the next available BSSID
before sending disconnected event to application.

2. If connection with AP is failed during association due to
ASSOC_REJECT, connman tries to connect with the next available BSSID
before sending disconnected event to application.

Change-Id: Ie80939bd013a12b9c88e91a1fd5a05fbb57c1833
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
gsupplicant/supplicant.c
include/network.h
plugins/wifi.c
src/network.c
src/service.c