Lines Matching refs:BASE

229     static final int BASE = Protocol.BASE_WIFI;
231 static final int CMD_LOAD_DRIVER = BASE + 1;
233 static final int CMD_UNLOAD_DRIVER = BASE + 2;
235 static final int CMD_LOAD_DRIVER_SUCCESS = BASE + 3;
237 static final int CMD_LOAD_DRIVER_FAILURE = BASE + 4;
239 static final int CMD_UNLOAD_DRIVER_SUCCESS = BASE + 5;
241 static final int CMD_UNLOAD_DRIVER_FAILURE = BASE + 6;
244 static final int CMD_START_SUPPLICANT = BASE + 11;
246 static final int CMD_STOP_SUPPLICANT = BASE + 12;
248 static final int CMD_START_DRIVER = BASE + 13;
250 static final int CMD_STOP_DRIVER = BASE + 14;
252 static final int CMD_STATIC_IP_SUCCESS = BASE + 15;
254 static final int CMD_STATIC_IP_FAILURE = BASE + 16;
256 static final int CMD_STOP_SUPPLICANT_FAILED = BASE + 17;
258 static final int CMD_DELAYED_STOP_DRIVER = BASE + 18;
260 static final int CMD_DRIVER_START_TIMED_OUT = BASE + 19;
262 static final int CMD_CAPTIVE_CHECK_COMPLETE = BASE + 20;
265 static final int CMD_START_AP = BASE + 21;
267 static final int CMD_START_AP_SUCCESS = BASE + 22;
269 static final int CMD_START_AP_FAILURE = BASE + 23;
271 static final int CMD_STOP_AP = BASE + 24;
273 static final int CMD_SET_AP_CONFIG = BASE + 25;
275 static final int CMD_SET_AP_CONFIG_COMPLETED = BASE + 26;
277 static final int CMD_REQUEST_AP_CONFIG = BASE + 27;
279 static final int CMD_RESPONSE_AP_CONFIG = BASE + 28;
281 static final int CMD_TETHER_STATE_CHANGE = BASE + 29;
283 static final int CMD_TETHER_NOTIFICATION_TIMED_OUT = BASE + 30;
285 static final int CMD_BLUETOOTH_ADAPTER_STATE_CHANGE = BASE + 31;
289 static final int CMD_PING_SUPPLICANT = BASE + 51;
291 static final int CMD_ADD_OR_UPDATE_NETWORK = BASE + 52;
293 static final int CMD_REMOVE_NETWORK = BASE + 53;
295 static final int CMD_ENABLE_NETWORK = BASE + 54;
297 static final int CMD_ENABLE_ALL_NETWORKS = BASE + 55;
299 static final int CMD_BLACKLIST_NETWORK = BASE + 56;
301 static final int CMD_CLEAR_BLACKLIST = BASE + 57;
303 static final int CMD_SAVE_CONFIG = BASE + 58;
305 static final int CMD_GET_CONFIGURED_NETWORKS = BASE + 59;
309 static final int CMD_START_SCAN = BASE + 71;
311 static final int CMD_SET_SCAN_MODE = BASE + 72;
313 static final int CMD_SET_SCAN_TYPE = BASE + 73;
315 static final int CMD_DISCONNECT = BASE + 74;
317 static final int CMD_RECONNECT = BASE + 75;
319 static final int CMD_REASSOCIATE = BASE + 76;
331 static final int CMD_SET_HIGH_PERF_MODE = BASE + 77;
333 static final int CMD_SET_COUNTRY_CODE = BASE + 80;
335 static final int CMD_ENABLE_RSSI_POLL = BASE + 82;
337 static final int CMD_RSSI_POLL = BASE + 83;
339 static final int CMD_START_PACKET_FILTERING = BASE + 84;
341 static final int CMD_STOP_PACKET_FILTERING = BASE + 85;
343 static final int CMD_SET_SUSPEND_OPT_ENABLED = BASE + 86;
346 static final int CMD_NO_NETWORKS_PERIODIC_SCAN = BASE + 88;
353 static final int CMD_SET_FREQUENCY_BAND = BASE + 90;
355 static final int CMD_ENABLE_BACKGROUND_SCAN = BASE + 91;
359 static final int CMD_RESET_SUPPLICANT_STATE = BASE + 111;
363 public static final int CMD_ENABLE_P2P = BASE + 131;
366 public static final int CMD_DISABLE_P2P_REQ = BASE + 132;
367 public static final int CMD_DISABLE_P2P_RSP = BASE + 133;