Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dlink_layer_stats.h66 wifi_channel center_freq0; // center frequency (MHz) first segment member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp1443 chan_info.center_freq0 = 5250; in convert_channel()
1445 chan_info.center_freq0 = 5570; in convert_channel()
1447 chan_info.center_freq0 = 5815; in convert_channel()
1451 chan_info.center_freq0 = 5210; in convert_channel()
1453 chan_info.center_freq0 = 5290; in convert_channel()
1455 chan_info.center_freq0 = 5530; in convert_channel()
1457 chan_info.center_freq0 = 5610; in convert_channel()
1459 chan_info.center_freq0 = 5690; in convert_channel()
1461 chan_info.center_freq0 = 5775; in convert_channel()
1465 chan_info.center_freq0 = 5190; in convert_channel()
[all …]
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dllstats.cpp819 …pChStats->channel.center_freq0 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
1044 pWifiChannelStats->channel.center_freq0, in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dllstats.cpp833 …pChStats->channel.center_freq0 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
1060 pWifiChannelStats->channel.center_freq0, in handleResponse()
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp420 EXPECT_EQ(legacy_channel_st.channel.center_freq0, in TEST_F()
644 EXPECT_EQ(legacy_channel_st.channel.center_freq0, in TEST_F()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp898 aidl_channel_stat.channel.centerFreq0 = channel_stat.channel.center_freq0; in convertLegacyLinkLayerRadioStatsToAidl()
2736 legacy_info->center_freq0 = aidl_info.centerFreq0; in convertAidlWifiChannelInfoToLegacy()
2749 aidl_info->centerFreq0 = legacy_info.center_freq0; in convertLegacyWifiChannelInfoToAidl()