/external/wpa_supplicant_8/src/ap/ |
ap_drv_ops.h | 69 int cw_min, int cw_max, int burst_time);
|
ap_drv_ops.c | 507 int cw_min, int cw_max, int burst_time) 512 cw_min, cw_max, burst_time);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
mlme.c | 156 int aifs, cw_max, cw_min, burst_time; local 179 cw_max = ecw2cw((pos[1] & 0xf0) >> 4); 185 aci, acm, aifs, cw_min, cw_max, burst_time); [all...] |
/external/wpa_supplicant/ |
mlme.c | 541 params.cw_max = ecw2cw((pos[1] & 0xf0) >> 4); 548 params.cw_max, params.burst_time); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 182 params.cw_max = ecw2cw((pos[1] & 0xf0) >> 4); 189 params.cw_max, params.burst_time); [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | [all...] |
driver_nl80211.c | [all...] |