/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wmm.c | 59 wmm[ac].aifs = MAX(wmm_conf[ac].aifs, wmm_reg[ac].min_aifs); in wmm_set_regulatory_limit() 142 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm()
|
H A D | ap_drv_ops.c | 620 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, in hostapd_set_tx_queue_params() argument 625 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs, in hostapd_set_tx_queue_params()
|
H A D | ap_drv_ops.h | 78 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs,
|
H A D | hostapd.c | 1435 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin, in hostapd_tx_queue_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wmm.c | 59 wmm[ac].aifs = MAX(wmm_conf[ac].aifs, wmm_reg[ac].min_aifs); in wmm_set_regulatory_limit() 140 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm()
|
H A D | ap_drv_ops.h | 75 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs,
|
H A D | ap_drv_ops.c | 612 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, in hostapd_set_tx_queue_params() argument 617 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs, in hostapd_set_tx_queue_params()
|
H A D | ap_config.h | 193 int aifs; member
|
H A D | hostapd.c | 1379 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin, in hostapd_tx_queue_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 243 int aifs; member 252 int aifs; member
|
H A D | ieee802_11_common.c | 876 if (os_strcmp(pos, "aifs") == 0) { in hostapd_config_wmm_ac() 882 ac->aifs = v; in hostapd_config_wmm_ac() 980 if (os_strcmp(pos, "aifs") == 0) { in hostapd_config_tx_queue() 981 queue->aifs = atoi(val); in hostapd_config_tx_queue() 982 if (queue->aifs < 0 || queue->aifs > 255) { in hostapd_config_tx_queue() 984 queue->aifs); in hostapd_config_tx_queue()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.h | 166 int aifs; member
|
H A D | ieee802_11_common.c | 661 if (os_strcmp(pos, "aifs") == 0) { in hostapd_config_wmm_ac() 667 ac->aifs = v; in hostapd_config_wmm_ac()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 1011 if (os_strcmp(pos, "aifs") == 0) { in hostapd_config_tx_queue() 1012 queue->aifs = atoi(val); in hostapd_config_tx_queue() 1013 if (queue->aifs < 0 || queue->aifs > 255) { in hostapd_config_tx_queue() 1015 queue->aifs); in hostapd_config_tx_queue()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 3023 * @aifs: AIFS 3028 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
|
H A D | driver_nl80211.c | 6501 static int i802_set_tx_queue_params(void *priv, int queue, int aifs, in i802_set_tx_queue_params() argument 6547 nla_put_u8(msg, NL80211_TXQ_ATTR_AIFS, aifs)) in i802_set_tx_queue_params() 6556 "nl80211: TX queue param set: queue=%d aifs=%d cw_min=%d cw_max=%d burst_time=%d --> res=%d", in i802_set_tx_queue_params() 6557 queue, aifs, cw_min, cw_max, burst_time, res); in i802_set_tx_queue_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 3454 * @aifs: AIFS 3459 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
|
H A D | driver_nl80211.c | 7567 static int i802_set_tx_queue_params(void *priv, int queue, int aifs, argument 7613 nla_put_u8(msg, NL80211_TXQ_ATTR_AIFS, aifs)) 7622 "nl80211: TX queue param set: queue=%d aifs=%d cw_min=%d cw_max=%d burst_time=%d --> res=%d", 7623 queue, aifs, cw_min, cw_max, burst_time, res);
|