Searched refs:createWifiStatusFromLegacyError (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/wifi/1.3/default/ |
D | wifi_sta_iface.cpp | 291 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 …]
|
D | wifi_rtt_controller.cpp | 175 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()
|
D | wifi_status_util.cpp | 61 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()
|
D | wifi_status_util.h | 35 WifiStatus createWifiStatusFromLegacyError(legacy_hal::wifi_error error, 37 WifiStatus createWifiStatusFromLegacyError(legacy_hal::wifi_error error);
|
D | wifi_nan_iface.cpp | 726 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 …]
|
D | wifi_chip.cpp | 681 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 …]
|
D | wifi_ap_iface.cpp | 100 return createWifiStatusFromLegacyError(legacy_status); in setCountryCodeInternal() 112 return {createWifiStatusFromLegacyError(legacy_status), valid_frequencies}; in getValidFrequenciesForBandInternal()
|
D | wifi.cpp | 195 return createWifiStatusFromLegacyError(legacy_status); in initializeModeControllerAndLegacyHal() 208 return createWifiStatusFromLegacyError(legacy_status); in stopLegacyHalAndDeinitializeModeController()
|