Home
last modified time | relevance | path

Searched refs:max_phy_rate (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_admit_control.c129 uint32_t max_phy_rate, min_phy_rate; in lim_validate_tspec_edca() local
135 lim_get_available_bw(mac_ctx, &max_phy_rate, &min_phy_rate, phy_mode, in lim_validate_tspec_edca()
142 (tspec->minPhyRate > max_phy_rate)) { in lim_validate_tspec_edca()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sta_info.h267 uint32_t max_phy_rate; member
H A Dwlan_hdd_station_info.c1542 nl_buf_len += (sizeof(stainfo->max_phy_rate) + NLA_HDRLEN) + in hdd_get_connected_station_info()
1596 stainfo->max_phy_rate, stainfo->tx_packets, stainfo->tx_bytes); in hdd_get_connected_station_info()
1607 if (nla_put_u32(skb, REMOTE_MAX_PHY_RATE, stainfo->max_phy_rate) || in hdd_get_connected_station_info()
H A Dwlan_hdd_softap_tx_rx.c328 sta_info->max_phy_rate = 0; in hdd_reset_sta_info_during_reattach()
H A Dwlan_hdd_hostapd.c1562 stainfo->max_phy_rate = in hdd_fill_station_info()
1572 stainfo->max_phy_rate *= 100; in hdd_fill_station_info()
1706 stainfo->max_phy_rate); in hdd_fill_station_info()
H A Dwlan_hdd_stats.c6526 sinfo->expected_throughput = stainfo->max_phy_rate; in hdd_fill_rate_info()