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.h69 typedef int wifi_channel; typedef
102 typedef int wifi_channel; // indicates channel frequency in MHz typedef
201 wifi_channel channel;
299 wifi_error (* wifi_get_supported_channels)(wifi_handle, int *, wifi_channel *);
322 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.h966 wifi_channel channel_24g_val; // default value channel 0x6
969 wifi_channel channel_5g_val; // default value channel 44 or 149 regulatory
2180 wifi_channel channel;
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscancommand.h39 wifi_channel channels[];
58 wifi_channel *channels;
Dwifihal_internal.h98 wifi_channel *channels,
Dllstats.cpp811 …pChStats->channel.center_freq = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
818 …pChStats->channel.center_freq0 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
825 …pChStats->channel.center_freq1 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
Dgscan.cpp98 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels()
1250 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()
1419 wifi_channel channel; // channel frequency in MHz
/hardware/interfaces/wifi/1.3/default/
Dwifi_legacy_hal.h149 wifi_channel channel;
Dwifi_legacy_hal.cpp614 static_assert(sizeof(uint32_t) >= sizeof(wifi_channel), in getValidFrequenciesForBand()
621 reinterpret_cast<wifi_channel*>(freqs.data()), &num_freqs); in getValidFrequenciesForBand()