HomeSort by: relevance | last modified time | path
    Searched defs:uapsd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
wmm_ac.h 51 unsigned int uapsd:1; member in struct:wmm_ac_assoc_data::__anon8517
wmm_ac.c 270 u8 uapsd = wpa_s->wmm_ac_assoc_info->ac_params[ac].uapsd; local
296 tspec->ts_info[1] = uapsd << 2;
491 assoc_data->ac_params[ac].uapsd =
865 "%s: acm=%d uapsd=%d\n",
868 assoc_info->ac_params[ac].uapsd);
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 1199 * uapsd - UAPSD parameters for the network
1202 * STA mode: bits 0..3 UAPSD enabled for VO,VI,BK,BE
1204 int uapsd; member in struct:wpa_driver_associate_params
2798 * @uapsd_queues: Bitmap of ACs configured for uapsd (valid only if

Completed in 17 milliseconds