Searched refs:GetWifiPHYLayerProtocol (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dnetwork_metrics_provider.cc35 network->set_wifi_phy_layer_protocol(GetWifiPHYLayerProtocol());
81 NetworkMetricsProvider::GetWifiPHYLayerProtocol() const { function in class:NetworkMetricsProvider
106 base::Bind(&net::GetWifiPHYLayerProtocol),
H A Dnetwork_metrics_provider.h37 GetWifiPHYLayerProtocol() const;
39 // Posts a call to net::GetWifiPHYLayerProtocol on the blocking pool.
42 // net::GetWifiPHYLayerProtocol.
53 // net::GetWifiPHYLayerProtocol.
/external/chromium_org/net/base/
H A Dnet_util_posix.cc271 WifiPHYLayerProtocol GetWifiPHYLayerProtocol() { function in namespace:net
H A Dnet_util_win.cc218 WifiPHYLayerProtocol GetWifiPHYLayerProtocol() { function in namespace:net
H A Dnet_util.h491 NET_EXPORT WifiPHYLayerProtocol GetWifiPHYLayerProtocol();
H A Dnet_util_unittest.cc758 EXPECT_NE(WIFI_PHY_LAYER_PROTOCOL_NONE, GetWifiPHYLayerProtocol());
/external/chromium_org/net/quic/
H A Dquic_connection_logger.cc276 WifiPHYLayerProtocol wifi_type = GetWifiPHYLayerProtocol();

Completed in 178 milliseconds