Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h67 wifi_channel center_freq1; // center frequency (MHz) second segment member
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp826 …pChStats->channel.center_freq1 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
1045 pWifiChannelStats->channel.center_freq1, in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp840 …pChStats->channel.center_freq1 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
1061 pWifiChannelStats->channel.center_freq1, in handleResponse()
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp422 EXPECT_EQ(legacy_channel_st.channel.center_freq1, in TEST_F()
646 EXPECT_EQ(legacy_channel_st.channel.center_freq1, in TEST_F()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp899 aidl_channel_stat.channel.centerFreq1 = channel_stat.channel.center_freq1; in convertLegacyLinkLayerRadioStatsToAidl()
2737 legacy_info->center_freq1 = aidl_info.centerFreq1; in convertAidlWifiChannelInfoToLegacy()
2750 aidl_info->centerFreq1 = legacy_info.center_freq1; in convertLegacyWifiChannelInfoToAidl()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2992 ch_spec->center_freq1, RBchanWidthToString(ch_spec->width)); in onRingBufferData()