|
@@ -0,0 +1,50 @@
|
|
|
+/*
|
|
|
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ *
|
|
|
+ * Permission to use, copy, modify, and/or distribute this software for
|
|
|
+ * any purpose with or without fee is hereby granted, provided that the
|
|
|
+ * above copyright notice and this permission notice appear in all
|
|
|
+ * copies.
|
|
|
+ *
|
|
|
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
|
|
|
+ * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
|
|
|
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
|
|
|
+ * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
|
|
|
+ * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
|
|
|
+ * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
|
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
+ * PERFORMANCE OF THIS SOFTWARE.
|
|
|
+ */
|
|
|
+
|
|
|
+#include "lim_aid_mgmt.c"
|
|
|
+#include "lim_admit_control.c"
|
|
|
+#include "lim_api.c"
|
|
|
+#include "lim_assoc_utils.c"
|
|
|
+#include "lim_ft.c"
|
|
|
+#include "lim_link_monitoring_algo.c"
|
|
|
+#include "lim_process_action_frame.c"
|
|
|
+#include "lim_process_assoc_req_frame.c"
|
|
|
+#include "lim_process_assoc_rsp_frame.c"
|
|
|
+#include "lim_process_auth_frame.c"
|
|
|
+#include "lim_process_beacon_frame.c"
|
|
|
+#include "lim_process_cfg_updates.c"
|
|
|
+#include "lim_process_deauth_frame.c"
|
|
|
+#include "lim_process_disassoc_frame.c"
|
|
|
+#include "lim_process_message_queue.c"
|
|
|
+#include "lim_process_mlm_req_messages.c"
|
|
|
+#include "lim_process_mlm_rsp_messages.c"
|
|
|
+#include "lim_process_probe_req_frame.c"
|
|
|
+#include "lim_process_probe_rsp_frame.c"
|
|
|
+#include "lim_process_sme_req_messages.c"
|
|
|
+#include "lim_prop_exts_utils.c"
|
|
|
+#include "lim_scan_result_utils.c"
|
|
|
+#include "lim_security_utils.c"
|
|
|
+#include "lim_send_management_frames.c"
|
|
|
+#include "lim_send_messages.c"
|
|
|
+#include "lim_send_sme_rsp_messages.c"
|
|
|
+#include "lim_session.c"
|
|
|
+#include "lim_session_utils.c"
|
|
|
+#include "lim_sme_req_utils.c"
|
|
|
+#include "lim_timer_utils.c"
|
|
|
+#include "lim_trace.c"
|
|
|
+#include "lim_utils.c"
|