Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h165 u16 sta_count; // station count member
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp193 peer.peer_info.bssload.sta_count = rand() % 33; in TEST_F()
355 EXPECT_EQ(link.peers[i].peer_info.bssload.sta_count, in TEST_F()
512 peer.peer_info.bssload.sta_count = rand() % 33; in TEST_F()
657 EXPECT_EQ(legacy_stats.peers[i].peer_info.bssload.sta_count, in TEST_F()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp4413 printMsg("Load_info(Station Count) = %d\n", local_peer_ptr->bssload.sta_count); in printPeerinfoStats()
4775 printMsg("Load_info(Station Count) = %d\n", bssload->sta_count); in printLinkStats()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp1139 aidl_peer_info_stats->staCount = legacy_peer_info_stats.peer_info.bssload.sta_count; in convertLegacyPeerInfoStatsToAidl()