Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java556 static final int CMD_CONFIG_ND_OFFLOAD = BASE + 204; field in ClientModeImpl
1144 sendMessage(CMD_CONFIG_ND_OFFLOAD, mIpClientCallbacksIndex, (enabled ? 1 : 0)); in setNeighborDiscoveryOffload()
2453 case CMD_CONFIG_ND_OFFLOAD: in getWhatToString()
5005 case CMD_CONFIG_ND_OFFLOAD: { in processMessageImpl()