Searched refs:wifi_channel (Results 1 – 12 of 12) sorted by relevance
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 37 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
|
D | link_layer_stats.h | 62 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
|
D | wifi_hal.h | 69 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 *);
|
D | rtt.h | 165 wifi_channel availablity[32]; // specifies the channel map for each of the 16 TU windows
|
D | wifi_nan.h | 966 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/ |
D | gscancommand.h | 39 wifi_channel channels[]; 58 wifi_channel *channels;
|
D | wifihal_internal.h | 98 wifi_channel *channels,
|
D | llstats.cpp | 811 …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()
|
D | gscan.cpp | 98 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/ |
D | gscan.cpp | 247 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/ |
D | wifi_legacy_hal.h | 149 wifi_channel channel;
|
D | wifi_legacy_hal.cpp | 614 static_assert(sizeof(uint32_t) >= sizeof(wifi_channel), in getValidFrequenciesForBand() 621 reinterpret_cast<wifi_channel*>(freqs.data()), &num_freqs); in getValidFrequenciesForBand()
|