Lines Matching refs:BASE

441     private static final int BASE = Protocol.BASE_WIFI_MONITOR;
444 public static final int SUP_CONNECTION_EVENT = BASE + 1;
446 public static final int SUP_DISCONNECTION_EVENT = BASE + 2;
448 public static final int NETWORK_CONNECTION_EVENT = BASE + 3;
450 public static final int NETWORK_DISCONNECTION_EVENT = BASE + 4;
452 public static final int SCAN_RESULTS_EVENT = BASE + 5;
454 public static final int SUPPLICANT_STATE_CHANGE_EVENT = BASE + 6;
456 public static final int AUTHENTICATION_FAILURE_EVENT = BASE + 7;
458 public static final int WPS_SUCCESS_EVENT = BASE + 8;
460 public static final int WPS_FAIL_EVENT = BASE + 9;
462 public static final int WPS_OVERLAP_EVENT = BASE + 10;
464 public static final int WPS_TIMEOUT_EVENT = BASE + 11;
466 public static final int DRIVER_HUNG_EVENT = BASE + 12;
469 public static final int SSID_TEMP_DISABLED = BASE + 13;
471 public static final int SSID_REENABLED = BASE + 14;
474 public static final int SUP_REQUEST_IDENTITY = BASE + 15;
477 public static final int SUP_REQUEST_SIM_AUTH = BASE + 16;
479 public static final int SCAN_FAILED_EVENT = BASE + 17;
482 public static final int P2P_DEVICE_FOUND_EVENT = BASE + 21;
483 public static final int P2P_DEVICE_LOST_EVENT = BASE + 22;
484 public static final int P2P_GO_NEGOTIATION_REQUEST_EVENT = BASE + 23;
485 public static final int P2P_GO_NEGOTIATION_SUCCESS_EVENT = BASE + 25;
486 public static final int P2P_GO_NEGOTIATION_FAILURE_EVENT = BASE + 26;
487 public static final int P2P_GROUP_FORMATION_SUCCESS_EVENT = BASE + 27;
488 public static final int P2P_GROUP_FORMATION_FAILURE_EVENT = BASE + 28;
489 public static final int P2P_GROUP_STARTED_EVENT = BASE + 29;
490 public static final int P2P_GROUP_REMOVED_EVENT = BASE + 30;
491 public static final int P2P_INVITATION_RECEIVED_EVENT = BASE + 31;
492 public static final int P2P_INVITATION_RESULT_EVENT = BASE + 32;
493 public static final int P2P_PROV_DISC_PBC_REQ_EVENT = BASE + 33;
494 public static final int P2P_PROV_DISC_PBC_RSP_EVENT = BASE + 34;
495 public static final int P2P_PROV_DISC_ENTER_PIN_EVENT = BASE + 35;
496 public static final int P2P_PROV_DISC_SHOW_PIN_EVENT = BASE + 36;
497 public static final int P2P_FIND_STOPPED_EVENT = BASE + 37;
498 public static final int P2P_SERV_DISC_RESP_EVENT = BASE + 38;
499 public static final int P2P_PROV_DISC_FAILURE_EVENT = BASE + 39;
502 public static final int AP_STA_DISCONNECTED_EVENT = BASE + 41;
503 public static final int AP_STA_CONNECTED_EVENT = BASE + 42;
506 public static final int ASSOCIATION_REJECTION_EVENT = BASE + 43;
507 public static final int ANQP_DONE_EVENT = BASE + 44;
510 public static final int GAS_QUERY_START_EVENT = BASE + 51;
511 public static final int GAS_QUERY_DONE_EVENT = BASE + 52;
512 public static final int RX_HS20_ANQP_ICON_EVENT = BASE + 53;
515 public static final int HS20_REMEDIATION_EVENT = BASE + 61;