Searched refs:peerIdx (Results 1 – 1 of 1) sorted by relevance
7785 int i = 0, chan_idx = 0, peerIdx = 0, rate_idx = 0; in wlan_fill_link_statistic() local7980 for (peerIdx = 0; peerIdx < iface_stat->num_peers; peerIdx++) { in wlan_fill_link_statistic()7981 iface_stat->peer_info[peerIdx].type = in wlan_fill_link_statistic()7982 fw_ifaceStat->peer_info[peerIdx].type; in wlan_fill_link_statistic()7984 iface_stat->peer_info[peerIdx].peer_mac_address, in wlan_fill_link_statistic()7985 fw_ifaceStat->peer_info[peerIdx].peer_mac_address, in wlan_fill_link_statistic()7987 iface_stat->peer_info[peerIdx].capabilities = wlan_le32_to_cpu( in wlan_fill_link_statistic()7988 fw_ifaceStat->peer_info[peerIdx].capabilities); in wlan_fill_link_statistic()7989 iface_stat->peer_info[peerIdx].num_rate = wlan_le32_to_cpu( in wlan_fill_link_statistic()7990 fw_ifaceStat->peer_info[peerIdx].num_rate); in wlan_fill_link_statistic()[all …]