Home
last modified time | relevance | path

Searched refs:wifi_channel (Results 1 – 12 of 12) sorted by relevance

/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h37 int band, int max_channels, wifi_channel *channels, int *num_channels);
92 wifi_channel channel; // channel frequency in MHz
123 wifi_channel channel; // frequency
282 wifi_channel channel; // channel frequency in MHz
Dlink_layer_stats.h62 wifi_channel center_freq; // primary 20 MHz channel
63 wifi_channel center_freq0; // center frequency (MHz) first segment
64 wifi_channel center_freq1; // center frequency (MHz) second segment
Dwifi_hal.h61 typedef int wifi_channel; typedef
94 typedef int wifi_channel; // indicates channel frequency in MHz typedef
191 wifi_channel channel;
288 wifi_error (* wifi_get_supported_channels)(wifi_handle, int *, wifi_channel *);
311 wifi_error (* wifi_get_valid_channels)(wifi_interface_handle,int, int, wifi_channel *, int *);
Drtt.h165 wifi_channel availablity[32]; // specifies the channel map for each of the 16 TU windows
Dwifi_nan.h965 wifi_channel channel_24g_val; // default value channel 0x6
968 wifi_channel channel_5g_val; // default value channel 44 or 149 regulatory
2161 wifi_channel channel;
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscancommand.h40 wifi_channel channels[];
59 wifi_channel *channels;
Dwifihal_internal.h77 wifi_channel *channels,
Dllstats.cpp812 …pChStats->channel.center_freq = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
819 …pChStats->channel.center_freq0 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
826 …pChStats->channel.center_freq1 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
Dgscan.cpp95 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels()
1247 sizeof(wifi_channel) * (*mNumChannelsPtr)); in handleResponse()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp247 wifi_channel *channels;
252 GetChannelListCommand(wifi_interface_handle iface, wifi_channel *channel_buf, int *ch_num, in GetChannelListCommand()
257 memset(channels, 0, sizeof(wifi_channel) * max_channels); in GetChannelListCommand()
321 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels()
1415 wifi_channel channel; // channel frequency in MHz
/hardware/interfaces/wifi/1.2/default/
Dwifi_legacy_hal.h140 wifi_channel channel;
Dwifi_legacy_hal.cpp605 static_assert(sizeof(uint32_t) >= sizeof(wifi_channel), in getValidFrequenciesForBand()
612 reinterpret_cast<wifi_channel*>(freqs.data()), &num_freqs); in getValidFrequenciesForBand()