Searched +full:kconfig +full:- +full:ext (Results 1 – 3 of 3) sorted by relevance
3 cmake-ext: True4 kconfig-ext: True9 - path: iw612/uart_nw61x_se.h13 license-path: zephyr/blobs/license/BSD_3.txt15 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.bin21 license-path: zephyr/blobs/license/LA_OPT_NXP_Software_License.txt22 url: https://github.com/NXP/wifi_nb_fw/raw/nxp-v3.7.0/rw61x_sb_ble_15d4_combo_a2.bin24 doc-url: https://github.com/NXP/wifi_nb_fw/blob/nxp-v3.7.0/readme.txt[all …]
1 /** @file wifi-uap.c5 * Copyright 2008-2024 NXP7 * SPDX-License-Identifier: BSD-3-Clause19 #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. While31 adding the ranges in kconfig use the ones given as macros in54 * @return 0 -- success, otherwise fail58 mlan_adapter *pmadapter = pmpriv->adapter; in wifi_check_11ac_capability()[all …]
7 * Copyright 2008-2024 NXP9 * SPDX-License-Identifier: BSD-3-Clause118 #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 …]