Home
last modified time | relevance | path

Searched refs:center_freq (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h65 wifi_channel center_freq; // primary 20 MHz channel member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp70 static char* frequency_to_channel(int center_freq);
1436 chan_info.center_freq = channel2mhz_6g(ch); in convert_channel()
1439 chan_info.center_freq = channel2mhz(ch); in convert_channel()
1507 chan_info.center_freq = channel2mhz(ht_op->ctl_ch); in get_channel_of_ie()
1516 chan_info.center_freq = channel2mhz(ht_op->ctl_ch); in get_channel_of_ie()
1519 chan_info.center_freq = channel2mhz(ht_op->ctl_ch); in get_channel_of_ie()
1533 chan_info.center_freq = channel2mhz(ptr_ie[TLV_BODY_OFF]); in get_channel_of_ie()
1648 params[num_ap].rtt_config.channel.center_freq, in testRTT()
1687 params[num_sta].rtt_config.channel.center_freq, in testRTT()
1835 params[i].rtt_config.channel.center_freq, in testRTT()
[all …]
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp826 …pChStats->channel.center_freq = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
1059 pWifiChannelStats->channel.center_freq, in handleResponse()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp812 …pChStats->channel.center_freq = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
1043 pWifiChannelStats->channel.center_freq, in handleResponse()
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp418 EXPECT_EQ(legacy_channel_st.channel.center_freq, in TEST_F()
642 EXPECT_EQ(legacy_channel_st.channel.center_freq, in TEST_F()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp897 aidl_channel_stat.channel.centerFreq = channel_stat.channel.center_freq; in convertLegacyLinkLayerRadioStatsToAidl()
2735 legacy_info->center_freq = aidl_info.centerFreq; in convertAidlWifiChannelInfoToLegacy()
2748 aidl_info->centerFreq = legacy_info.center_freq; in convertLegacyWifiChannelInfoToAidl()