HomeSort by relevance Sort by last modified time
    Searched refs:ts_info (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/ap/
wmm.c 167 up = (tspec->ts_info[1] >> 3) & 0x07;
168 psb = (tspec->ts_info[1] >> 2) & 0x01;
169 dir = (tspec->ts_info[0] >> 5) & 0x03;
170 tid = (tspec->ts_info[0] >> 1) & 0x0f;
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 646 u8 ts_info[3]; member in struct:wmm_tspec_element
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.c 1016 tspec->ts_info[0] = (tid << 1) |
1019 tspec->ts_info[1] = up << 3;
    [all...]
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]

Completed in 1439 milliseconds