Home
last modified time | relevance | path

Searched refs:MESH_PATH_ERROR_DEST_UNREACHABLE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackHidlImpl.java637 case ReasonCode.MESH_PATH_ERROR_DEST_UNREACHABLE: in halToFrameworkReasonCode()
638 return SupplicantStaIfaceHal.StaIfaceReasonCode.MESH_PATH_ERROR_DEST_UNREACHABLE; in halToFrameworkReasonCode()
DSupplicantStaIfaceHal.java180 public static final int MESH_PATH_ERROR_DEST_UNREACHABLE = 63; field in SupplicantStaIfaceHal.StaIfaceReasonCode
301 case MESH_PATH_ERROR_DEST_UNREACHABLE: in toString()
DSupplicantStaIfaceCallbackAidlImpl.java972 case StaIfaceReasonCode.MESH_PATH_ERROR_DEST_UNREACHABLE: in halToFrameworkReasonCode()
973 return SupplicantStaIfaceHal.StaIfaceReasonCode.MESH_PATH_ERROR_DEST_UNREACHABLE; in halToFrameworkReasonCode()