Home
last modified time | relevance | path

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

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcm_app_utils.c76 if (input->secs[sec].duration) { in cca_per_chan_summary()
77 totals.duration += input->secs[sec].duration; in cca_per_chan_summary()
78 totals.congest_ibss += input->secs[sec].congest_ibss; in cca_per_chan_summary()
79 totals.congest_obss += input->secs[sec].congest_obss; in cca_per_chan_summary()
80 totals.interference += input->secs[sec].interference; in cca_per_chan_summary()
90 avg->secs[0].duration = totals.duration / avg->num_secs; in cca_per_chan_summary()
91 avg->secs[0].congest_ibss = totals.congest_ibss * 100/totals.duration; in cca_per_chan_summary()
92 avg->secs[0].congest_obss = totals.congest_obss * 100/totals.duration; in cca_per_chan_summary()
93 avg->secs[0].interference = totals.interference * 100/totals.duration; in cca_per_chan_summary()
95 avg->secs[ in cca_per_chan_summary()
[all...]
H A Ddhd_linux_pktdump.c991 uint16 secs; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dnetif.h911 #define netif_ip6_addr_set_valid_life(netif, i, secs) \
912 do { if (netif != NULL) { (netif)->ip6_addr_valid_life[i] = (secs); }} while (0)
915 #define netif_ip6_addr_set_pref_life(netif, i, secs) \
916 do { if (netif != NULL) { (netif)->ip6_addr_pref_life[i] = (secs); }} while (0)
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H A Ddhcp.h69 PACK_STRUCT_FIELD(u16_t secs);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1463 hi_u16 secs; /* seconds since boot began */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_frame.h1052 hi_u16 secs; /* elapsed time in sec. from boot */ member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h1250 uint16 num_secs; /**< How many secs worth of data */
1251 cca_congest_t secs[1]; /**< Data */ member
1287 uint16 num_secs; /**< How many secs worth of data */
1288 cca_congest_ext_t secs[1]; /**< Data - 3 sets for ALL - non-PM - PM */ member
6255 int32 scan_freq; /* Scan frequency (secs) */
6256 int32 lost_network_timeout; /* Timeout to declare net lost (secs) */
7603 uint16 time_taken; /**< no of secs the test is run */
13367 uint16 interval; /* keepalive tx interval (secs) */
13368 uint16 retry_interval; /* keepalive retry interval (secs) */

Completed in 82 milliseconds