New issue
Advanced search Search tips

Issue 848355 link

Starred by 3 users

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 3
Type: Bug



Sign in to add a comment

Add SSID change detection logic to NetworkChangeNotifierFuchsia.

Project Member Reported by kmarshall@chromium.org, May 31 2018

Issue description

It is possible to change networks in a way that can't be detected by differencing IP addresses; the user could switch between two WLANs where they are assigned the same IP address on the private subnet. Paul Jensen suggested looking for WLAN SSID changes to mitigate this potential problem.

https://chromium-review.googlesource.com/c/chromium/src/+/1066074/13/net/base/network_change_notifier_fuchsia.cc

The implementation is blocked until Fuchsia adds WLAN support and exposes SSID information through the netstack FIDL interface.
 

Sign in to add a comment