Searched refs:txop_limit (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h96 int txop_limit; /* in units of 32us */ member in struct:hostapd_wmm_ac_params
H A Dieee802_11_common.c469 } else if (os_strcmp(pos, "txop_limit") == 0) {
475 ac->txop_limit = v;
H A Dieee802_11_defs.h800 le16 txop_limit; member in struct:wmm_ac_parameter
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h96 int txop_limit; /* in units of 32us */ member in struct:hostapd_wmm_ac_params
H A Dieee802_11_common.c469 } else if (os_strcmp(pos, "txop_limit") == 0) {
475 ac->txop_limit = v;
H A Dieee802_11_defs.h800 le16 txop_limit; member in struct:wmm_ac_parameter
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h96 int txop_limit; /* in units of 32us */ member in struct:hostapd_wmm_ac_params
H A Dieee802_11_common.c469 } else if (os_strcmp(pos, "txop_limit") == 0) {
475 ac->txop_limit = v;
H A Dieee802_11_defs.h800 le16 txop_limit; member in struct:wmm_ac_parameter
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwmm.c91 ac->txop_limit = host_to_le16(acp->txop_limit);
/external/wpa_supplicant_8/src/ap/
H A Dwmm.c91 ac->txop_limit = host_to_le16(acp->txop_limit);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwmm.c91 ac->txop_limit = host_to_le16(acp->txop_limit);

Completed in 155 milliseconds