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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c6396 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
6433 idx = phy_info->last_chan_idx;
6443 phy_info->last_chan_idx = idx;
6493 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6499 if (phy_info->last_mode != nl_band->nla_type) {
6500 mode = os_realloc_array(phy_info->modes,
6501 *phy_info->num_modes + 1,
6505 phy_info->modes = mode;
6507 mode = &phy_info->modes[*(phy_info
6554 struct phy_info_arg *phy_info = arg; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c6396 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
6433 idx = phy_info->last_chan_idx;
6443 phy_info->last_chan_idx = idx;
6493 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6499 if (phy_info->last_mode != nl_band->nla_type) {
6500 mode = os_realloc_array(phy_info->modes,
6501 *phy_info->num_modes + 1,
6505 phy_info->modes = mode;
6507 mode = &phy_info->modes[*(phy_info
6554 struct phy_info_arg *phy_info = arg; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c6396 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
6433 idx = phy_info->last_chan_idx;
6443 phy_info->last_chan_idx = idx;
6493 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6499 if (phy_info->last_mode != nl_band->nla_type) {
6500 mode = os_realloc_array(phy_info->modes,
6501 *phy_info->num_modes + 1,
6505 phy_info->modes = mode;
6507 mode = &phy_info->modes[*(phy_info
6554 struct phy_info_arg *phy_info = arg; local
[all...]

Completed in 81 milliseconds