Home
last modified time | relevance | path

Searched refs:createWifiStatusFromLegacyError (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/wifi/1.3/default/
Dwifi_sta_iface.cpp291 return {createWifiStatusFromLegacyError(legacy_status), 0}; in getCapabilitiesInternal()
315 return {createWifiStatusFromLegacyError(legacy_status), {}}; in getApfPacketFilterCapabilitiesInternal()
329 return createWifiStatusFromLegacyError(legacy_status); in installApfPacketFilterInternal()
337 return {createWifiStatusFromLegacyError(legacy_status_and_data.first), in readApfPacketFilterDataInternal()
348 return {createWifiStatusFromLegacyError(legacy_status), {}}; in getBackgroundScanCapabilitiesInternal()
367 return {createWifiStatusFromLegacyError(legacy_status), valid_frequencies}; in getValidFrequenciesForBandInternal()
445 return createWifiStatusFromLegacyError(legacy_status); in startBackgroundScanInternal()
451 return createWifiStatusFromLegacyError(legacy_status); in stopBackgroundScanInternal()
457 return createWifiStatusFromLegacyError(legacy_status); in enableLinkLayerStatsCollectionInternal()
463 return createWifiStatusFromLegacyError(legacy_status); in disableLinkLayerStatsCollectionInternal()
[all …]
Dwifi_rtt_controller.cpp175 return createWifiStatusFromLegacyError(legacy_status); in rangeRequestInternal()
187 return createWifiStatusFromLegacyError(legacy_status); in rangeCancelInternal()
197 return {createWifiStatusFromLegacyError(legacy_status), {}}; in getCapabilitiesInternal()
216 return createWifiStatusFromLegacyError(legacy_status); in setLciInternal()
228 return createWifiStatusFromLegacyError(legacy_status); in setLcrInternal()
238 return {createWifiStatusFromLegacyError(legacy_status), {}}; in getResponderInfoInternal()
265 return createWifiStatusFromLegacyError(legacy_status); in enableResponderInternal()
271 return createWifiStatusFromLegacyError(legacy_status); in disableResponderInternal()
Dwifi_status_util.cpp61 WifiStatus createWifiStatusFromLegacyError(legacy_hal::wifi_error error, in createWifiStatusFromLegacyError() function
98 WifiStatus createWifiStatusFromLegacyError(legacy_hal::wifi_error error) { in createWifiStatusFromLegacyError() function
99 return createWifiStatusFromLegacyError(error, ""); in createWifiStatusFromLegacyError()
Dwifi_status_util.h35 WifiStatus createWifiStatusFromLegacyError(legacy_hal::wifi_error error,
37 WifiStatus createWifiStatusFromLegacyError(legacy_hal::wifi_error error);
Dwifi_nan_iface.cpp726 return createWifiStatusFromLegacyError(legacy_status); in getCapabilitiesRequestInternal()
742 return createWifiStatusFromLegacyError(legacy_status); in disableRequestInternal()
754 return createWifiStatusFromLegacyError(legacy_status); in startPublishRequestInternal()
764 return createWifiStatusFromLegacyError(legacy_status); in stopPublishRequestInternal()
776 return createWifiStatusFromLegacyError(legacy_status); in startSubscribeRequestInternal()
786 return createWifiStatusFromLegacyError(legacy_status); in stopSubscribeRequestInternal()
799 return createWifiStatusFromLegacyError(legacy_status); in transmitFollowupRequestInternal()
806 return createWifiStatusFromLegacyError(legacy_status); in createDataInterfaceRequestInternal()
812 return createWifiStatusFromLegacyError(legacy_status); in deleteDataInterfaceRequestInternal()
824 return createWifiStatusFromLegacyError(legacy_status); in initiateDataPathRequestInternal()
[all …]
Dwifi_chip.cpp681 return {createWifiStatusFromLegacyError(legacy_status), 0}; in getCapabilitiesInternal_1_3()
752 WifiStatus status = createWifiStatusFromLegacyError( in requestChipDebugInfoInternal()
764 WifiStatus status = createWifiStatusFromLegacyError( in requestChipDebugInfoInternal()
783 return {createWifiStatusFromLegacyError(legacy_status), in requestDriverDebugDumpInternal()
799 return {createWifiStatusFromLegacyError(legacy_status), {}}; in requestFirmwareDebugDumpInternal()
1023 return {createWifiStatusFromLegacyError(legacy_status), {}}; in getDebugRingBuffersStatusInternal()
1050 return createWifiStatusFromLegacyError(legacy_status); in startLoggingToDebugRingBufferInternal()
1063 return createWifiStatusFromLegacyError(legacy_status); in forceDumpToDebugRingBufferInternal()
1078 return createWifiStatusFromLegacyError(legacy_status); in stopLoggingToDebugRingBufferInternal()
1088 return {createWifiStatusFromLegacyError(legacy_status), {}}; in getDebugHostWakeReasonStatsInternal()
[all …]
Dwifi_ap_iface.cpp100 return createWifiStatusFromLegacyError(legacy_status); in setCountryCodeInternal()
112 return {createWifiStatusFromLegacyError(legacy_status), valid_frequencies}; in getValidFrequenciesForBandInternal()
Dwifi.cpp195 return createWifiStatusFromLegacyError(legacy_status); in initializeModeControllerAndLegacyHal()
208 return createWifiStatusFromLegacyError(legacy_status); in stopLegacyHalAndDeinitializeModeController()