/external/wpa_supplicant_8/src/common/ |
ieee802_11_common.h | 90 int aifs; member in struct:hostapd_wmm_ac_params
|
ieee802_11_common.c | 449 if (os_strcmp(pos, "aifs") == 0) { 452 wpa_printf(MSG_ERROR, "Invalid AIFS value %d", v); 455 ac->aifs = v;
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.h | 145 int aifs; member in struct:hostapd_tx_queue_params
|
ap_drv_ops.h | 69 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs,
|
wmm.c | 81 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs,
|
ap_drv_ops.c | 621 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, 626 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs,
|
hostapd.c | 906 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin, [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 899 if (os_strcmp(pos, "aifs") == 0) { 900 queue->aifs = atoi(val); 901 if (queue->aifs < 0 || queue->aifs > 255) { 902 wpa_printf(MSG_ERROR, "Invalid AIFS value %d", 903 queue->aifs); [all...] |
hostapd.conf | 266 # aifs: AIFS (default 2) [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | [all...] |
driver_nl80211.c | [all...] |