Searched refs:otherRxMulticast (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java2445 ans.otherRxMulticast = h.rxMulticastPkWakeDetails.otherRxMulticastAddrCnt;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiWakeReasonAndCounts.java54 public int otherRxMulticast; field in class:WifiWakeReasonAndCounts
82 sb.append(" otherRxMulticast ").append(otherRxMulticast);
122 dest.writeInt(otherRxMulticast);
150 counts.otherRxMulticast = in.readInt();

Completed in 78 milliseconds