Home
last modified time | relevance | path

Searched defs:ac (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
Dlink_layer_stats.h171 wifi_traffic_ac ac; // access category (VI, VO, BE, BK) member
209 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; // per ac data packet statistics member
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h646 #define AC_BITMAP_TST(ab, ac) (((ab) & (1 << (ac))) != 0) argument
647 #define AC_BITMAP_SET(ab, ac) (((ab) |= (1 << (ac)))) argument
648 #define AC_BITMAP_RESET(ab, ac) (((ab) &= ~(1 << (ac)))) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h1092 int ac; member
3772 uint32 ac[AC_COUNT]; /* max bandwidth for each access category */ member
3808 uint32 ac; /* access class */ member