Searched refs:wifi_channel (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | gscan.h | 25 int band, int max_channels, wifi_channel *channels, int *num_channels); 61 wifi_channel channel; // channel frequency in MHz 88 wifi_channel channel; // frequency 145 wifi_channel channel; // channel hint 164 wifi_channel channel; // channel frequency in MHz
|
D | link_layer_stats.h | 16 typedef int wifi_channel; typedef 77 wifi_channel center_freq; // primary 20 MHz channel 78 wifi_channel center_freq0; // center frequency (MHz) first segment 79 wifi_channel center_freq1; // center frequency (MHz) second segment
|
D | rtt.h | 79 … wifi_channel availablity[32]; // specifies the channel map for each of the 16 TU windows
|
D | wifi_hal.h | 43 typedef int wifi_channel; // indicates channel frequency in MHz typedef
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscancommand.h | 41 wifi_channel channels[]; 81 wifi_channel *channels;
|
D | llstats.cpp | 354 …pChStats->channel.center_freq = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats() 355 …pChStats->channel.center_freq0 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats() 356 …pChStats->channel.center_freq1 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
|
D | gscan.cpp | 36 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels() 1410 sizeof(wifi_channel) * (*mNumChannelsPtr)); in handleResponse()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | gscan.cpp | 153 wifi_channel *channels; 158 GetChannelListCommand(wifi_interface_handle iface, wifi_channel *channel_buf, int *ch_num, in GetChannelListCommand() 163 memset(channels, 0, sizeof(wifi_channel) * max_channels); in GetChannelListCommand() 227 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels() 1124 wifi_channel channel; // channel frequency in MHz
|