Searched refs:ac (Results 1 – 20 of 20) sorted by relevance
29 sed -n "/^m4_define.*${1}.*\[\([0-9]*\)\].*/s//\1/p" ${libva_topdir}/configure.ac
171 wifi_traffic_ac ac; // access category (VI, VO, BE, BK) member209 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; // per ac data packet statistics member
1 # configure.ac -- Autoconf script for gps gps-utils
796 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BE].rx_mpdu; in convertLegacyLinkLayerStatsToHidl()798 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BE].tx_mpdu; in convertLegacyLinkLayerStatsToHidl()800 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BE].mpdu_lost; in convertLegacyLinkLayerStatsToHidl()802 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BE].retries; in convertLegacyLinkLayerStatsToHidl()804 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BK].rx_mpdu; in convertLegacyLinkLayerStatsToHidl()806 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BK].tx_mpdu; in convertLegacyLinkLayerStatsToHidl()808 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BK].mpdu_lost; in convertLegacyLinkLayerStatsToHidl()810 legacy_stats.iface.ac[legacy_hal::WIFI_AC_BK].retries; in convertLegacyLinkLayerStatsToHidl()812 legacy_stats.iface.ac[legacy_hal::WIFI_AC_VI].rx_mpdu; in convertLegacyLinkLayerStatsToHidl()814 legacy_stats.iface.ac[legacy_hal::WIFI_AC_VI].tx_mpdu; in convertLegacyLinkLayerStatsToHidl()[all …]
1 # configure.ac -- Autoconf script for gps loc-pla
21 Update the version in configure.ac88 Update the version in configure.ac
1 /* config.h.in. Generated from configure.ac by autoheader. */
1 # configure.ac -- Autoconf script for gps loc-stub
1 # configure.ac -- Autoconf script for gps loc_hal
1 # configure.ac -- Autoconf script for gps loc_api
646 #define AC_BITMAP_TST(ab, ac) (((ab) & (1 << (ac))) != 0) argument647 #define AC_BITMAP_SET(ab, ac) (((ab) |= (1 << (ac)))) argument648 #define AC_BITMAP_RESET(ab, ac) (((ab) &= ~(1 << (ac)))) argument
70 * Whether IEEE 802.11ac (VHT) is enabled or not.
224 …stats->ac = (wifi_traffic_ac)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STA… in get_wifi_wmm_ac_stat()328 stats->ac, in get_wifi_wmm_ac_stat()663 pWmmStats = (wifi_wmm_ac_stat *) ((u8 *)stats->ac in get_wifi_iface_stats()
40 The file `configure.ac' (or `configure.in') is used to create41 `configure' by a program called `autoconf'. You need `configure.ac' if