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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c6523 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
6560 idx = phy_info->last_chan_idx;
6570 phy_info->last_chan_idx = idx;
6620 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6626 if (phy_info->last_mode != nl_band->nla_type) {
6627 mode = os_realloc_array(phy_info->modes,
6628 *phy_info->num_modes + 1,
6632 phy_info->modes = mode;
6634 mode = &phy_info->modes[*(phy_info
6681 struct phy_info_arg *phy_info = arg; local
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c6523 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
6560 idx = phy_info->last_chan_idx;
6570 phy_info->last_chan_idx = idx;
6620 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6626 if (phy_info->last_mode != nl_band->nla_type) {
6627 mode = os_realloc_array(phy_info->modes,
6628 *phy_info->num_modes + 1,
6632 phy_info->modes = mode;
6634 mode = &phy_info->modes[*(phy_info
6681 struct phy_info_arg *phy_info = arg; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c6523 static int phy_info_freqs(struct phy_info_arg *phy_info, argument
6560 idx = phy_info->last_chan_idx;
6570 phy_info->last_chan_idx = idx;
6620 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) argument
6626 if (phy_info->last_mode != nl_band->nla_type) {
6627 mode = os_realloc_array(phy_info->modes,
6628 *phy_info->num_modes + 1,
6632 phy_info->modes = mode;
6634 mode = &phy_info->modes[*(phy_info
6681 struct phy_info_arg *phy_info = arg; local
[all...]

Completed in 544 milliseconds