Home
last modified time | relevance | path

Searched refs:WIFI_PHY_LAYER_PROTOCOL_NONE (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/base/
Dnet_util_win.cc209 return WIFI_PHY_LAYER_PROTOCOL_NONE; in GetWifiPHYLayerProtocol()
216 return WIFI_PHY_LAYER_PROTOCOL_NONE; in GetWifiPHYLayerProtocol()
222 return WIFI_PHY_LAYER_PROTOCOL_NONE; in GetWifiPHYLayerProtocol()
237 return WIFI_PHY_LAYER_PROTOCOL_NONE; in GetWifiPHYLayerProtocol()
Dnet_util.h506 WIFI_PHY_LAYER_PROTOCOL_NONE, enumerator
Dnet_util_unittest.cc797 EXPECT_NE(WIFI_PHY_LAYER_PROTOCOL_NONE, GetWifiPHYLayerProtocol()); in TEST()
/external/chromium_org/components/metrics/net/
Dnetwork_metrics_provider.cc113 case net::WIFI_PHY_LAYER_PROTOCOL_NONE: in GetWifiPHYLayerProtocol()
114 return SystemProfileProto::Network::WIFI_PHY_LAYER_PROTOCOL_NONE; in GetWifiPHYLayerProtocol()
/external/chromium_org/net/quic/
Dquic_connection_logger.cc296 case WIFI_PHY_LAYER_PROTOCOL_NONE: in GetConnectionDescriptionString()
/external/chromium_org/components/metrics/proto/
Dsystem_profile.proto281 WIFI_PHY_LAYER_PROTOCOL_NONE = 0; enumerator