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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_capa.c1085 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
1122 idx = phy_info->last_chan_idx;
1132 phy_info->last_chan_idx = idx;
1182 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1188 if (phy_info->last_mode != nl_band->nla_type) {
1189 mode = os_realloc_array(phy_info->modes,
1190 *phy_info->num_modes + 1,
1193 phy_info->failed = 1;
1196 phy_info->modes = mode;
1198 mode = &phy_info
1246 struct phy_info_arg *phy_info = arg; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_capa.c1085 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
1122 idx = phy_info->last_chan_idx;
1132 phy_info->last_chan_idx = idx;
1182 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1188 if (phy_info->last_mode != nl_band->nla_type) {
1189 mode = os_realloc_array(phy_info->modes,
1190 *phy_info->num_modes + 1,
1193 phy_info->failed = 1;
1196 phy_info->modes = mode;
1198 mode = &phy_info
1246 struct phy_info_arg *phy_info = arg; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c1085 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
1122 idx = phy_info->last_chan_idx;
1132 phy_info->last_chan_idx = idx;
1182 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
1188 if (phy_info->last_mode != nl_band->nla_type) {
1189 mode = os_realloc_array(phy_info->modes,
1190 *phy_info->num_modes + 1,
1193 phy_info->failed = 1;
1196 phy_info->modes = mode;
1198 mode = &phy_info
1246 struct phy_info_arg *phy_info = arg; local
[all...]

Completed in 37 milliseconds