Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_WiFiHECaps/
Dnetwork_WiFiHECaps.py39 phy_info = iw.get_info()
40 if not phy_info:
50 for line in phy_info.splitlines():
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1672 static int phy_info_freqs(struct phy_info_arg *phy_info, in phy_info_freqs() argument
1715 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() argument
1883 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 …]