Home
last modified time | relevance | path

Searched refs:chan_util (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h166 u16 chan_util; // channel utilization member
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp194 peer.peer_info.bssload.chan_util = rand() % 101; in TEST_F()
357 EXPECT_EQ(link.peers[i].peer_info.bssload.chan_util, in TEST_F()
513 peer.peer_info.bssload.chan_util = rand() % 101; in TEST_F()
659 EXPECT_EQ(legacy_stats.peers[i].peer_info.bssload.chan_util, in TEST_F()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4414 printMsg("CCA_level(Channel Utilization) = %d\n", local_peer_ptr->bssload.chan_util); in printPeerinfoStats()
4776 printMsg("CCA_level(Channel Utilization) = %d\n", bssload->chan_util); in printLinkStats()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1140 aidl_peer_info_stats->chanUtil = legacy_peer_info_stats.peer_info.bssload.chan_util; in convertLegacyPeerInfoStatsToAidl()