Lines Matching refs:BASE

573     static final int BASE = Protocol.BASE_WIFI;
575 static final int CMD_START_SUPPLICANT = BASE + 11;
577 static final int CMD_STOP_SUPPLICANT = BASE + 12;
579 static final int CMD_START_DRIVER = BASE + 13;
581 static final int CMD_STOP_DRIVER = BASE + 14;
583 static final int CMD_STATIC_IP_SUCCESS = BASE + 15;
585 static final int CMD_STATIC_IP_FAILURE = BASE + 16;
587 static final int CMD_STOP_SUPPLICANT_FAILED = BASE + 17;
589 static final int CMD_DRIVER_START_TIMED_OUT = BASE + 19;
592 static final int CMD_START_AP = BASE + 21;
594 static final int CMD_START_AP_FAILURE = BASE + 22;
596 static final int CMD_STOP_AP = BASE + 23;
598 static final int CMD_AP_STOPPED = BASE + 24;
600 static final int CMD_BLUETOOTH_ADAPTER_STATE_CHANGE = BASE + 31;
604 static final int CMD_PING_SUPPLICANT = BASE + 51;
606 static final int CMD_ADD_OR_UPDATE_NETWORK = BASE + 52;
608 static final int CMD_REMOVE_NETWORK = BASE + 53;
610 static final int CMD_ENABLE_NETWORK = BASE + 54;
612 static final int CMD_ENABLE_ALL_NETWORKS = BASE + 55;
614 static final int CMD_BLACKLIST_NETWORK = BASE + 56;
616 static final int CMD_CLEAR_BLACKLIST = BASE + 57;
618 static final int CMD_SAVE_CONFIG = BASE + 58;
620 static final int CMD_GET_CONFIGURED_NETWORKS = BASE + 59;
622 static final int CMD_GET_CAPABILITY_FREQ = BASE + 60;
624 static final int CMD_GET_SUPPORTED_FEATURES = BASE + 61;
626 static final int CMD_GET_PRIVILEGED_CONFIGURED_NETWORKS = BASE + 62;
628 static final int CMD_GET_LINK_LAYER_STATS = BASE + 63;
631 static final int CMD_START_SCAN = BASE + 71;
633 static final int CMD_SET_OPERATIONAL_MODE = BASE + 72;
635 static final int CMD_DISCONNECT = BASE + 73;
637 static final int CMD_RECONNECT = BASE + 74;
639 static final int CMD_REASSOCIATE = BASE + 75;
641 static final int CMD_GET_CONNECTION_STATISTICS = BASE + 76;
654 static final int CMD_SET_HIGH_PERF_MODE = BASE + 77;
656 static final int CMD_ENABLE_RSSI_POLL = BASE + 82;
658 static final int CMD_RSSI_POLL = BASE + 83;
660 static final int CMD_SET_SUSPEND_OPT_ENABLED = BASE + 86;
662 static final int CMD_DELAYED_NETWORK_DISCONNECT = BASE + 87;
665 static final int CMD_NO_NETWORKS_PERIODIC_SCAN = BASE + 88;
667 static final int CMD_TEST_NETWORK_DISCONNECT = BASE + 89;
672 static final int CMD_SET_FREQUENCY_BAND = BASE + 90;
674 static final int CMD_ENABLE_TDLS = BASE + 92;
676 static final int CMD_OBTAINING_IP_ADDRESS_WATCHDOG_TIMER = BASE + 93;
686 static final int CMD_ROAM_WATCHDOG_TIMER = BASE + 94;
688 static final int CMD_SCREEN_STATE_CHANGED = BASE + 95;
691 static final int CMD_DISCONNECTING_WATCHDOG_TIMER = BASE + 96;
694 static final int CMD_REMOVE_APP_CONFIGURATIONS = BASE + 97;
697 static final int CMD_DISABLE_EPHEMERAL_NETWORK = BASE + 98;
700 static final int CMD_GET_MATCHING_CONFIG = BASE + 99;
703 static final int CMD_FIRMWARE_ALERT = BASE + 100;
706 static final int CMD_RESET_SIM_NETWORKS = BASE + 101;
709 static final int CMD_ADD_PASSPOINT_MO = BASE + 102;
710 static final int CMD_MODIFY_PASSPOINT_MO = BASE + 103;
711 static final int CMD_QUERY_OSU_ICON = BASE + 104;
714 static final int CMD_MATCH_PROVIDER_NETWORK = BASE + 105;
727 static final int CMD_RESET_SUPPLICANT_STATE = BASE + 111;
734 public static final int CMD_ENABLE_P2P = BASE + 131;
737 public static final int CMD_DISABLE_P2P_REQ = BASE + 132;
738 public static final int CMD_DISABLE_P2P_RSP = BASE + 133;
740 public static final int CMD_BOOT_COMPLETED = BASE + 134;
743 static final int CMD_IP_CONFIGURATION_SUCCESSFUL = BASE + 138;
745 static final int CMD_IP_CONFIGURATION_LOST = BASE + 139;
747 static final int CMD_UPDATE_LINKPROPERTIES = BASE + 140;
750 static final int CMD_TARGET_BSSID = BASE + 141;
753 static final int CMD_RELOAD_TLS_AND_RECONNECT = BASE + 142;
755 static final int CMD_AUTO_CONNECT = BASE + 143;
761 static final int CMD_UNWANTED_NETWORK = BASE + 144;
763 static final int CMD_AUTO_ROAM = BASE + 145;
765 static final int CMD_AUTO_SAVE_NETWORK = BASE + 146;
767 static final int CMD_ASSOCIATED_BSSID = BASE + 147;
769 static final int CMD_NETWORK_STATUS = BASE + 148;
772 static final int CMD_IP_REACHABILITY_LOST = BASE + 149;
775 static final int CMD_REMOVE_USER_CONFIGURATIONS = BASE + 152;
777 static final int CMD_ACCEPT_UNVALIDATED = BASE + 153;
780 static final int CMD_UPDATE_ASSOCIATED_SCAN_PERMISSION = BASE + 158;
783 static final int CMD_START_IP_PACKET_OFFLOAD = BASE + 160;
786 static final int CMD_STOP_IP_PACKET_OFFLOAD = BASE + 161;
789 static final int CMD_START_RSSI_MONITORING_OFFLOAD = BASE + 162;
792 static final int CMD_STOP_RSSI_MONITORING_OFFLOAD = BASE + 163;
795 static final int CMD_RSSI_THRESHOLD_BREACH = BASE + 164;
798 static final int CMD_USER_SWITCH = BASE + 165;
801 static final int CMD_ENABLE_WIFI_CONNECTIVITY_MANAGER = BASE + 166;
804 static final int CMD_ENABLE_AUTOJOIN_WHEN_ASSOCIATED = BASE + 167;
809 static final int CMD_IPV4_PROVISIONING_SUCCESS = BASE + 200;
810 static final int CMD_IPV4_PROVISIONING_FAILURE = BASE + 201;
813 static final int CMD_INSTALL_PACKET_FILTER = BASE + 202;
816 static final int CMD_SET_FALLBACK_PACKET_FILTERING = BASE + 203;
819 static final int CMD_CONFIG_ND_OFFLOAD = BASE + 204;