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

  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 91 int txop_limit; /* in units of 32us */ member in struct:hostapd_wmm_ac_params
ieee802_11_common.c 470 } else if (os_strcmp(pos, "txop_limit") == 0) {
476 ac->txop_limit = v;
ieee802_11_defs.h 876 le16 txop_limit; member in struct:wmm_ac_parameter
    [all...]
  /external/wpa_supplicant_8/src/ap/
wmm.c 85 ac->txop_limit = host_to_le16(acp->txop_limit);

Completed in 86 milliseconds