Home | Sort by relevance Sort by last modified time |
/external/wpa_supplicant_8/src/common/ | |
ieee802_11_common.h | 96 int txop_limit; /* in units of 32us */ member in struct:hostapd_wmm_ac_params |
ieee802_11_common.c | 469 } else if (os_strcmp(pos, "txop_limit") == 0) { 475 ac->txop_limit = v; |
ieee802_11_defs.h | 800 le16 txop_limit; member in struct:wmm_ac_parameter [all...] |
/external/wpa_supplicant_8/src/ap/ | |
wmm.c | 91 ac->txop_limit = host_to_le16(acp->txop_limit); |