Searched refs:aifs (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 141 int aifs; member
|
D | ieee802_11_common.c | 657 ac->aifs = v; in hostapd_config_wmm_ac()
|
/external/wpa_supplicant_8/src/ap/ |
D | wmm.c | 76 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm()
|
D | ap_drv_ops.c | 545 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, in hostapd_set_tx_queue_params() argument 550 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs, in hostapd_set_tx_queue_params()
|
D | ap_config.h | 184 int aifs; member
|
D | ap_drv_ops.h | 71 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs,
|
D | hostapd.c | 1167 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin, in hostapd_tx_queue_params()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 970 queue->aifs = atoi(val); in hostapd_config_tx_queue() 971 if (queue->aifs < 0 || queue->aifs > 255) { in hostapd_config_tx_queue() 973 queue->aifs); in hostapd_config_tx_queue()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2675 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
|
D | driver_nl80211.c | 5918 static int i802_set_tx_queue_params(void *priv, int queue, int aifs, in i802_set_tx_queue_params() argument 5963 nla_put_u8(msg, NL80211_TXQ_ATTR_AIFS, aifs)) in i802_set_tx_queue_params()
|