summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaehyun Kim <jeik01.kim@samsung.com>2019-05-21 22:08:20 +0900
committerJaehyun Kim <jeik01.kim@samsung.com>2019-06-11 07:27:31 +0000
commit966f3e9da9a6e943333542b26778357b304c2f1b (patch)
tree0a75a1fbf625136abb0316ba9d9434ebeaa50c43 /include
parent79b0d466b91dc6b5e0038d3ce5934912392be4b8 (diff)
downloadconnman-966f3e9da9a6e943333542b26778357b304c2f1b.tar.gz
connman-966f3e9da9a6e943333542b26778357b304c2f1b.tar.bz2
connman-966f3e9da9a6e943333542b26778357b304c2f1b.zip
Improve support of Multiple same SSIDs including band steering.submit/tizen/20190611.082034accepted/tizen/unified/20190611.110358
1. Supports up to 8 BSSIDs per each SSID 2. Attempt to connect only once per each BSSID 3. Sorted by signal strength and try to connect in sorted order 4. Sets the correct frequency for each bssid. Change-Id: I668fff29f2df99b2e5f637a39b5c70da84f8ee1c Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/network.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/network.h b/include/network.h
index c4c73051..dc9e6e9c 100755
--- a/include/network.h
+++ b/include/network.h
@@ -212,8 +212,6 @@ ieee80211_modes_e connman_network_get_phy_mode(struct connman_network *network);
int connman_network_set_connection_mode(struct connman_network *network,
connection_mode_e mode);
connection_mode_e connman_network_get_connection_mode(struct connman_network *network);
-int connman_network_set_last_bssid(struct connman_network *network, const char *bssid);
-char *connman_network_get_last_bssid(struct connman_network *network);
#endif
int connman_network_set_name(struct connman_network *network,