Searched refs:phy_info (Results 1 – 2 of 2) sorted by relevance
39 phy_info = iw.get_info()40 if not phy_info:50 for line in phy_info.splitlines():
1672 static int phy_info_freqs(struct phy_info_arg *phy_info, in phy_info_freqs() argument1715 idx = phy_info->last_chan_idx; in phy_info_freqs()1725 phy_info->last_chan_idx = idx; in phy_info_freqs()1877 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) in phy_info_band() argument1883 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band()1884 mode = os_realloc_array(phy_info->modes, in phy_info_band()1885 *phy_info->num_modes + 1, in phy_info_band()1888 phy_info->failed = 1; in phy_info_band()1891 phy_info->modes = mode; in phy_info_band()1893 mode = &phy_info->modes[*(phy_info->num_modes)]; in phy_info_band()[all …]