aboutsummaryrefslogtreecommitdiff
path: root/src/privet/wifi_bootstrap_manager.h
AgeCommit message (Collapse)Author
2016-04-18am: 76915d0 - libweave: Fix build break on BrilloAlex Vakulenko
The private member |currently_online_| is no longer used and causes the following error on Android/Brillo builds: external/libweave/src/privet/wifi_bootstrap_manager.h:109:8: error: private field 'currently_online_' is not used [-Werror,-Wunused-private-field] Remove the field to fix the compile break. Change-Id: I0830a4d12f777956638a12514565bb2270680e34
2016-04-13Fix unused field errorsChristopher Wiley
A recent update to libchrome reveals that we were previously suppressing warnings about unused private fields. Bug: 28117776 Change-Id: I08a71eab98a0a1bfd30a1c58b7f9071f7a5a9e96 Test: This now compiles.
2015-11-06Fix behavior of bootstrap manager after monitoring timeout was reachedVitaly Buka
StartMonitoring resets monitor_until_ member always. ContinueMonitoring resets monitor_until_ only for online state as we don't have timeout in this state. Removed check for last_configured_ssid.empty() from UpdateConnectionState because we should shutdown bootstrapping if device is connected using other interface. BUG:25463084 Change-Id: I0afd943f4a3ca797b65a51236103ea3d345828d2 Reviewed-on: https://weave-review.googlesource.com/1473 Reviewed-by: Paul Westbrook <pwestbro@google.com>
2015-11-02Remove the unneeded libweave directoryPaul Westbrook
Change-Id: I30fd8c5626cf83da6415ffa14a2019ef43be9916 Reviewed-on: https://weave-review.googlesource.com/1450 Reviewed-by: Paul Westbrook <pwestbro@google.com>