HomeSort by relevance Sort by last modified time
    Searched refs:wifi_phy_layer_protocol_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/metrics/net/
network_metrics_provider.h 63 // True if |wifi_phy_layer_protocol_| changed during the lifetime of the log.
67 net::WifiPHYLayerProtocol wifi_phy_layer_protocol_; member in class:NetworkMetricsProvider
network_metrics_provider.cc 27 wifi_phy_layer_protocol_(net::WIFI_PHY_LAYER_PROTOCOL_UNKNOWN),
112 switch (wifi_phy_layer_protocol_) {
143 if (wifi_phy_layer_protocol_ != net::WIFI_PHY_LAYER_PROTOCOL_UNKNOWN &&
144 mode != wifi_phy_layer_protocol_) {
147 wifi_phy_layer_protocol_ = mode;

Completed in 102 milliseconds