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.c997 static int phy_info_freqs(struct phy_info_arg *phy_info, in phy_info_freqs() argument
1034 idx = phy_info->last_chan_idx; in phy_info_freqs()
1044 phy_info->last_chan_idx = idx; in phy_info_freqs()
1094 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) in phy_info_band() argument
1100 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band()
1101 mode = os_realloc_array(phy_info->modes, in phy_info_band()
1102 *phy_info->num_modes + 1, in phy_info_band()
1106 phy_info->modes = mode; in phy_info_band()
1108 mode = &phy_info->modes[*(phy_info->num_modes)]; in phy_info_band()
1125 *(phy_info->num_modes) += 1; in phy_info_band()
[all …]