Chromium Code Reviews| Index: net/base/net_util.h |
| diff --git a/net/base/net_util.h b/net/base/net_util.h |
| index 9e9dbad4613914bf257bd274edb692c79e947ee3..ad8cd1055eaf8edfc6b85f01615d502c92c9cefa 100644 |
| --- a/net/base/net_util.h |
| +++ b/net/base/net_util.h |
| @@ -496,6 +496,11 @@ enum HostAddressSelectionPolicy { |
| NET_EXPORT bool GetNetworkList(NetworkInterfaceList* networks, |
| int policy); |
| +// Gets the SSID of the currently associated access point if there is one. |
|
pauljensen
2015/02/10 14:06:38
associated access->associated WiFi access
meacer
2015/02/11 00:24:53
Done.
|
| +// Otherwise, returns empty string. |
| +// Currently only available on Linux, ChromeOS and Android. |
|
pauljensen
2015/02/10 14:06:38
available->implemented
|
| +NET_EXPORT std::string GetWifiSSID(); |
| + |
| // General category of the IEEE 802.11 (wifi) physical layer operating mode. |
| enum WifiPHYLayerProtocol { |
| // No wifi support or no associated AP. |