Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1080 static int phy_info_freqs(struct phy_info_arg *phy_info, in phy_info_freqs() argument
1117 idx = phy_info->last_chan_idx; in phy_info_freqs()
1127 phy_info->last_chan_idx = idx; in phy_info_freqs()
1177 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) in phy_info_band() argument
1183 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band()
1184 mode = os_realloc_array(phy_info->modes, in phy_info_band()
1185 *phy_info->num_modes + 1, in phy_info_band()
1188 phy_info->failed = 1; in phy_info_band()
1191 phy_info->modes = mode; in phy_info_band()
1193 mode = &phy_info->modes[*(phy_info->num_modes)]; in phy_info_band()
[all …]