Home
last modified time | relevance | path

Searched refs:IE_IN_4WAY_DIFFERS (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackHidlImpl.java299 || (reasonCode != ReasonCode.IE_IN_4WAY_DIFFERS in onDisconnected()
555 case ReasonCode.IE_IN_4WAY_DIFFERS: in halToFrameworkReasonCode()
556 return SupplicantStaIfaceHal.StaIfaceReasonCode.IE_IN_4WAY_DIFFERS; in halToFrameworkReasonCode()
DSupplicantStaIfaceCallbackAidlImpl.java341 || (reasonCode != StaIfaceReasonCode.IE_IN_4WAY_DIFFERS in onDisconnected()
890 case StaIfaceReasonCode.IE_IN_4WAY_DIFFERS: in halToFrameworkReasonCode()
891 return SupplicantStaIfaceHal.StaIfaceReasonCode.IE_IN_4WAY_DIFFERS; in halToFrameworkReasonCode()
DSupplicantStaIfaceHal.java139 public static final int IE_IN_4WAY_DIFFERS = 17; field in SupplicantStaIfaceHal.StaIfaceReasonCode
219 case IE_IN_4WAY_DIFFERS: in toString()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImplTest.java1413 int reasonCode = StaIfaceReasonCode.IE_IN_4WAY_DIFFERS; in testIeDiffers()
2276 int reasonCode = StaIfaceReasonCode.IE_IN_4WAY_DIFFERS; in testIeDiffersWhenOnStateChangedIsUsed()
DSupplicantStaIfaceHalHidlImplTest.java1642 int reasonCode = ISupplicantStaIfaceCallback.ReasonCode.IE_IN_4WAY_DIFFERS; in testIeDiffers()
3755 int reasonCode = ISupplicantStaIfaceCallback.ReasonCode.IE_IN_4WAY_DIFFERS; in testIeDiffersWhenonStateChangedV13IsUsed()