Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: net/base/net_util.h

Issue 878513008: Add a function to get Wifi SSID to net_util. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove NetworkInterfaceList argument. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/base/net_util_linux.h » ('j') | net/base/net_util_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util.h
diff --git a/net/base/net_util.h b/net/base/net_util.h
index 9e9dbad4613914bf257bd274edb692c79e947ee3..7a14d9b0057ee221291f1711722e76c0dca421b4 100644
--- a/net/base/net_util.h
+++ b/net/base/net_util.h
@@ -496,6 +496,10 @@ enum HostAddressSelectionPolicy {
NET_EXPORT bool GetNetworkList(NetworkInterfaceList* networks,
int policy);
+// Gets the SSID of the currently associated access point.
pauljensen 2015/02/09 12:28:04 Might want to mention it only works if there is on
meacer 2015/02/10 04:42:50 Done.
+// Currently only available on OS_LINUX.
pauljensen 2015/02/09 12:28:05 If this works on ChromeOS and Android, shouldn't w
meacer 2015/02/10 04:42:50 It actually already works on ChromeOS and Android
+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.
« no previous file with comments | « no previous file | net/base/net_util_linux.h » ('j') | net/base/net_util_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698