Home
last modified time | relevance | path

Searched refs:max_bw (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_capa.c1909 u32 start, end, max_bw; in nl80211_reg_rule_sec() local
1919 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000; in nl80211_reg_rule_sec()
1921 if (max_bw < 20) in nl80211_reg_rule_sec()
1934 int end, int max_bw) in nl80211_set_vht_mode()
1952 if (max_bw >= 160) { in nl80211_set_vht_mode()
1984 u32 start, end, max_bw; in nl80211_reg_rule_vht() local
1994 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000; in nl80211_reg_rule_vht()
1996 if (max_bw < 80) in nl80211_reg_rule_vht()
2007 nl80211_set_vht_mode(&results->modes[m], start, end, max_bw); in nl80211_reg_rule_vht()
2083 u32 start, end, max_eirp = 0, max_bw in nl80211_get_reg() local
1933 nl80211_set_vht_mode(struct hostapd_hw_modes *mode, int start, int end, int max_bw) nl80211_set_vht_mode() argument
[all...]
H A Ddriver_nl80211_event.c2350 u8 smps_mode, max_bw; in nl80211_sta_opmode_change_event() local
2382 max_bw = nla_get_u32(tb[NL80211_ATTR_CHANNEL_WIDTH]); in nl80211_sta_opmode_change_event()
2383 switch (max_bw) { in nl80211_sta_opmode_change_event()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_bbr2.h69 samples for estimating max_bw. */
111 uint64_t max_bw; member
H A Dngtcp2_bbr2.c306 bbr->max_bw = 0; in bbr_on_init()
374 if (bbr->max_bw * 100 >= bbr->full_bw * 125) { in bbr_check_startup_full_bandwidth()
375 bbr->full_bw = bbr->max_bw; in bbr_check_startup_full_bandwidth()
547 bbr->bw_lo = bbr->max_bw; in bbr_init_lower_bounds()
564 bbr->bw = ngtcp2_min(bbr->max_bw, bbr->bw_lo); in bbr_bound_bw_for_model()
573 if (cstat->delivery_rate_sec >= bbr->max_bw || !bbr->rst->rs.is_app_limited) { in bbr_update_max_bw()
577 bbr->max_bw = ngtcp2_window_filter_get_best(&bbr->max_bw_filter); in bbr_update_max_bw()
762 cstat->bytes_in_flight > bbr_inflight(bbr, cstat, bbr->max_bw, 1.25)) { in bbr_update_probe_bw_cycle_phase()
780 if (cstat->bytes_in_flight <= bbr_inflight(bbr, cstat, bbr->max_bw, 1.0)) { in bbr_check_time_to_cruise()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_capa.c2169 u32 start, end, max_bw; in nl80211_reg_rule_sec() local
2179 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000; in nl80211_reg_rule_sec()
2181 if (max_bw < 20) in nl80211_reg_rule_sec()
2194 int end, int max_bw) in nl80211_set_vht_mode()
2212 if (max_bw >= 160) { in nl80211_set_vht_mode()
2244 u32 start, end, max_bw; in nl80211_reg_rule_vht() local
2254 max_bw = nla_get_u32(tb[NL80211_ATTR_FREQ_RANGE_MAX_BW]) / 1000; in nl80211_reg_rule_vht()
2256 if (max_bw < 80) in nl80211_reg_rule_vht()
2267 nl80211_set_vht_mode(&results->modes[m], start, end, max_bw); in nl80211_reg_rule_vht()
2343 u32 start, end, max_eirp = 0, max_bw in nl80211_get_reg() local
2193 nl80211_set_vht_mode(struct hostapd_hw_modes *mode, int start, int end, int max_bw) nl80211_set_vht_mode() argument
[all...]
H A Ddriver_nl80211_event.c3133 u8 smps_mode, max_bw; local
3165 max_bw = nla_get_u32(tb[NL80211_ATTR_CHANNEL_WIDTH]);
3166 switch (max_bw) {

Completed in 15 milliseconds