Searched refs:CMD_STOP_PACKET_FILTERING (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java659 static final int CMD_STOP_PACKET_FILTERING = BASE + 85; field in class:WifiStateMachine
672 /* arg1 values to CMD_STOP_PACKET_FILTERING and CMD_START_PACKET_FILTERING */
2291 sendMessage(CMD_STOP_PACKET_FILTERING, MULTICAST_V4, 0);
2305 sendMessage(CMD_STOP_PACKET_FILTERING, MULTICAST_V6, 0);
5814 case CMD_STOP_PACKET_FILTERING:
6016 case CMD_STOP_PACKET_FILTERING:
6079 case CMD_STOP_PACKET_FILTERING:
6289 case CMD_STOP_PACKET_FILTERING:
6295 loge("Illegal arugments to CMD_STOP_PACKET_FILTERING");
6386 case CMD_STOP_PACKET_FILTERING
[all...]

Completed in 18 milliseconds