Home
last modified time | relevance | path

Searched +full:kconfig +full:- +full:ext (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/zephyr/
Dmodule.yml3 cmake-ext: True
4 kconfig-ext: True
9 - path: iw612/uart_nw61x_se.h
13 license-path: zephyr/blobs/license/BSD_3.txt
15 description: "Firmware for NXP IW612 Wi-Fi + Bluetooth single-chip solution"
16-url: https://www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-
17 - path: rw61x/rw61x_sb_ble_15d4_combo_a2.bin
21 license-path: zephyr/blobs/license/LA_OPT_NXP_Software_License.txt
22 url: https://github.com/NXP/wifi_nb_fw/raw/nxp-v3.7.0/rw61x_sb_ble_15d4_combo_a2.bin
24 doc-url: https://github.com/NXP/wifi_nb_fw/blob/nxp-v3.7.0/readme.txt
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c1 /** @file wifi-uap.c
5 * Copyright 2008-2024 NXP
7 * SPDX-License-Identifier: BSD-3-Clause
19 #include "wifi-imu.h"
21 #include "wifi-sdio.h"
26 #include "wifi-internal.h"
30 /* fixme: Some of the following options could be added to kconfig. While
31 adding the ranges in kconfig use the ones given as macros in
54 * @return 0 -- success, otherwise fail
58 mlan_adapter *pmadapter = pmpriv->adapter; in wifi_check_11ac_capability()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_fw.h7 * Copyright 2008-2024 NXP
9 * SPDX-License-Identifier: BSD-3-Clause
118 #define IS_SUPPORT_MULTI_BANDS(_adapter) ((_adapter)->fw_cap_info & FW_MULTI_BANDS_SUPPORT)
121 …((((((_adapter)->fw_cap_info & 0x3000) << 1) | ((_adapter)->fw_cap_info & ~0xF000)) >> 8) & ALL_80…
281 #define CAL_SNR(RSSI, NF) ((t_s16)((t_s16)(RSSI) - (t_s16)(NF)))
478 #define IS_BASTREAM_SETUP(ptr) ((ptr)->ba_status)
486 (((priv)->config_bands & BAND_GN || (priv)->config_bands & BAND_AN) && \
487 ((priv)->curr_bss_params.bss_descriptor.pht_cap != MNULL))
504 /** Supported A-MSDU size */
693 /** Set AMPDU size in A-MPDU paramter field */
[all …]