Home
last modified time | relevance | path

Searched +full:wi +full:- +full:fi (Results 1 – 25 of 221) sorted by relevance

123456789

/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
4 mainmenu "Wi-Fi Test"
9 bool "Enable Wi-Fi test"
15 string "Wi-Fi Test SSID"
18 This option sets the SSID of the Wi-Fi network for testing.
19 It allows you to specify the Wi-Fi SSID that the device will
23 string "Wi-Fi Test PSK"
26 This option sets the Pre-Shared Key (PSK) for the Wi-Fi network
33 Option to use WPA2 Security for Wi-Fi connections.
39 Option to use WPA3 Security for Wi-Fi connections.
[all …]
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp1 # Copyright 2022-2024 NXP
2 # SPDX-License-Identifier: Apache-2.0
5 bool "NXP Wi-Fi driver support"
14 Enable NXP SoC Wi-Fi support.
28 bool "Custom NXP Wi-Fi part"
30 Customize NXP Wi-Fi chip support.
33 prompt "Select NXP Wi-Fi part"
36 Choose NXP Wi-Fi chip support.
39 bool "NXP RW610-based Chipset"
44 Select this option if you have a NXP RW610-based
[all …]
/Zephyr-latest/modules/hostap/src/
Dsupp_api.h5 * SPDX-License-Identifier: Apache-2.0
20 #define MAC_STR_LEN 18 /* for ':' or '-' separated MAC address string */
21 #define CHAN_NUM_LEN 6 /* for space-separated channel numbers string */
26 * @param dev: Wi-Fi interface name to use
36 * @param dev: Wi-Fi interface name to use
39 * @return: 0 for OK; -1 for ERROR
47 * @param dev: Wi-Fi interface name to use
49 * @return: 0 for OK; -1 for ERROR
56 * @param dev: Wi-Fi interface name to use
59 * @return: 0 for OK; -1 for ERROR
[all …]
/Zephyr-latest/drivers/wifi/infineon/
DKconfig.airoc3 # SPDX-License-Identifier: Apache-2.0
6 bool "Infineon AIROC SoC Wi-Fi support"
17 Enable Infineon AIROC SoC Wi-Fi support.
65 Enable Infineon AIROC CYW4343W Wi-Fi connectivity,
67 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
72 Enable Infineon AIROC CYW4373 Wi-Fi connectivity,
74 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
79 Enable Infineon AIROC CYW43012 Wi-Fi connectivity,
81 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
86 Enable Infineon AIROC CYW43438 Wi-Fi connectivity,
[all …]
/Zephyr-latest/include/zephyr/net/
Dwifi_nm.h2 * @brief Wi-Fi Network manager API
4 * This file contains the Wi-Fi network manager API. These APIs are used by the
5 * any network management application to register as a Wi-Fi network manager.
11 * SPDX-License-Identifier: Apache-2.0
23 * @brief Wi-Fi Network manager API
24 * @defgroup wifi_nm Wi-Fi Network Manager API
35 /** Types of Wi-Fi interface */
37 /** IEEE 802.11 Wi-Fi Station */
39 /** IEEE 802.11 Wi-Fi Soft AP */
47 /** Wi-Fi interface type */
[all …]
Dwifi_mgmt.h6 * SPDX-License-Identifier: Apache-2.0
66 /** @brief Wi-Fi management commands */
68 /** Scan for Wi-Fi networks */
70 /** Connect to a Wi-Fi network */
72 /** Disconnect from a Wi-Fi network */
100 /** Set or get Wi-Fi channel for Monitor or TX-Injection mode */
104 /** Get Wi-Fi driver and Firmware versions */
106 /** Get Wi-Fi latest connection parameters */
143 /** Request a Wi-Fi scan */
149 /** Request a Wi-Fi connect */
[all …]
/Zephyr-latest/drivers/wifi/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
7 bool "Wi-Fi drivers"
12 module-dep = LOG
13 module-str = Log level for Wi-Fi driver
14 module-help = Sets log level for Wi-Fi Device Drivers.
18 int "Wi-Fi driver init priority"
21 Wi-Fi device driver initialization priority.
24 so that it can start before the networking sub-system.
27 bool "Support offloaded Wi-Fi device drivers"
30 Enable support for Full-MAC Wi-Fi devices.
[all …]
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
39 even when it is awake intervals. Rejecting TWT setup till Wi-Fi
43 bool "Force passive Wi-Fi scanning"
68 int "Maximum number of APs and STAs that can be managed in Wi-Fi shell"
73 in Wi-Fi shell.
76 bool "Wi-Fi Network manager support"
78 This option enables using the Wi-Fi Network managers (e.g. wpa_supplicant) to
79 manage the Wi-Fi network interfaces.
84 int "Maximum number of managed interfaces per Wi-Fi network manager"
87 This option defines the maximum number of managed interfaces per Wi-Fi
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dwifi.rst3 Wi-Fi Management
9 The Wi-Fi management API is used to manage Wi-Fi networks. It supports below modes:
17 * WPA2-PSK
18 * WPA2-PSK-256
19 * WPA3-SAE
21 The Wi-Fi management API is implemented in the ``wifi_mgmt`` module as a part of the networking L2
23 Currently, two types of Wi-Fi drivers are supported:
28 Wi-Fi PSA crypto supported build
31 To enable PSA crypto API supported Wi-Fi build, the :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_…
33 Wi-Fi Enterprise test: X.509 Certificate header generation
[all …]
/Zephyr-latest/subsys/net/l2/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
37 implementation for this L2 - users can implement their own L2 using
50 This provides utility functions for Wi-Fi subsystem.
53 bool "Wi-Fi Management support"
59 Enable support for Wi-Fi Management interface.
63 module-dep = NET_LOG
64 module-str = Log level for Wi-Fi management layer
65 module-help = Enables Wi-Fi management interface to output debug messages.
71 bool "Wi-Fi shell module"
77 This can be used for controlling Wi-Fi through the console via
/Zephyr-latest/snippets/wifi-ipv4/
DREADME.rst1 .. _snippet-wifi-ipv4:
3 Wi-Fi IPv4 Snippet (wifi-ipv4)
6 .. code-block:: console
8 west build -S wifi-ipv4 [...]
13 This snippet enables IPv4 Wi-Fi support in supported networking samples.
14 The sample execution is postponed until Wi-Fi connectivity is established.
16 Use Wi-Fi shell to connect to the Wi-Fi network:
18 .. code-block:: console
20 wifi connect -s <SSID> -k <key_management> -p <passphrase>
27 - :kconfig:option:`CONFIG_WIFI`
[all …]
/Zephyr-latest/soc/espressif/esp32c3/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
26 ESP32-C3 revision v1.1 has updated ROM functions for Wi-Fi and BLE that
30 bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled"
34 If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered
36 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
37 2 KB(Bluetooth only) or 5.3 KB(Wi-Fi + Bluetooth).
/Zephyr-latest/dts/bindings/wifi/
Dinfineon,airoc-wifi.yaml4 # SPDX-License-Identifier: Apache-2.0
7 AIROC Wi-Fi Connectivity.
9 Example of enabling AIROC Wi-Fi device (for SDIO):
14 pinctrl-0 = <&p2_4_sdio_cmd &p2_5_sdio_clk &p2_0_sdio_data0
16 pinctrl-names = "default";
19 airoc-wifi {
21 compatible = "infineon,airoc-wifi-sdio";
23 /* Wi-Fi control gpios */
24 wifi-reg-on-gpios = <&gpio_prt2 6 GPIO_ACTIVE_HIGH>;
25 wifi-host-wake-gpios = <&gpio_prt0 4 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/samples/net/wifi/shell/
DREADME.rst1 .. zephyr:code-sample:: wifi-shell
2 :name: Wi-Fi shell
3 :relevant-api: net_stats
5 Test Wi-Fi functionality using the Wi-Fi shell module.
10 This sample allows testing Wi-Fi drivers for various boards by
11 enabling the Wi-Fi shell module that provides a set of commands:
18 Verify the board and chip you are targeting provide Wi-Fi support.
22 .. zephyr-app-commands::
23 :zephyr-app: samples/net/wifi/shell
31 .. code-block:: console
[all …]
/Zephyr-latest/boards/shields/nrf7002ek/doc/
Dindex.rst10 Nordic and non-Nordic host boards.
12 The nRF7002 EK unlocks low-power Wi-Fi 6 capabilities for your host device. It support dual-band Wi…
14 Seamlessly connect to Wi-Fi networks and leverage Wi-Fi-based locationing, enabling advanced
15 features such as SSID sniffing of local Wi-Fi hubs
31 -------------
33 the nRF70 driver requires firmware binary blobs for Wi-Fi operation. Run the command
36 .. code-block:: console
44 The shield can be used in any application by setting ``--shield nrf7002ek`` when invoking ``west bu…
46 SR Co-existence
49 The nRF7002 EK supports SR co-existence provided the host board supports it. The SR co-existence
[all …]
/Zephyr-latest/drivers/bluetooth/hci/
DKconfig.infineon3 # SPDX-License-Identifier: Apache-2.0
20 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
28 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
36 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
44 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
52 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
60 …www.infineon.com/cms/en/product/wireless-connectivity/airoc-bluetooth-le-bluetooth-multiprotocol/a…
76 bool "MURATA-1LV"
79 which supports Wi-Fi® 802.11a/b/g/n + Bluetooth® 5.0 BR/EDR/LE
80 up to 72.2Mbps PHY data rate on Wi-fi® and 3Mbps PHY data rate
[all …]
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
19 bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled"
22 If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered
24 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
25 2 KB(Bluetooth only) or 5.3 KB(Wi-Fi + Bluetooth).
/Zephyr-latest/soc/espressif/esp32c6/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
22 bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled"
25 If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered
27 by a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),
28 2 KB(Bluetooth only) or 5.3 KB(Wi-Fi + Bluetooth).
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dcoex_struct.h4 * SPDX-License-Identifier: Apache-2.0
22 #define MAX_NUM_CONFIG_VALUES ((MAX_MESSAGE_BUF_SIZE-\
49 /* To start allocating periodic priority windows to Wi-Fi and SR */
51 /* To start allocating virtual priority windows to Wi-Fi */
66 * struct coex_collect_sr_traffic_info - Message from CD to CM to request SR traffic info.
78 * struct coex_ch_configuration -Message from CD to CM to configure CH.
96 * struct coex_allocate_pti_window - Message to CM to request a priority window.
101 * @can_be_deferred: activity of Wi-Fi/SR, for which window is requested can be deferred or not.
114 * struct coex_allocate_ppw - Message from CD to CM to allocate Periodic Priority Windows.
118 * @ps_mechanism: Indicates recommended powersave mechanism for Wi-Fi's downlink.
[all …]
/Zephyr-latest/boards/shields/nrf7002eb/doc/
Dindex.rst10 compatible Nordic host boards, like the Thingy53, using the Nordic edge-connector.
12 The nRF7002 EB unlocks low-power Wi-Fi 6 capabilities for your host device. It support dual-band Wi…
14 Seamlessly connect to Wi-Fi networks and leverage Wi-Fi-based locationing, enabling advanced
15 features such as SSID sniffing of local Wi-Fi hubs
26 The nRF7002 EB board is designed to fit straight into a Nordic edge-connector and uses SPI as the
27 communication interface. Any host board that supports the Nordic edge-connector can be used with
31 -------------
33 the nRF70 driver requires firmware binary blobs for Wi-Fi operation. Run the command
36 .. code-block:: console
44 The shield can be used in any application by setting ``--shield nrf7002eb`` when invoking ``west bu…
[all …]
/Zephyr-latest/subsys/net/lib/wifi_credentials/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
16 module-str = wifi_credentials
57 bool "Shell commands to manage Wi-Fi credentials"
91 bool "Static Wi-Fi network configuration"
99 string "Password of statically configured Wi-Fi network"
103 prompt "Static Wi-Fi network security type"
110 bool "WPA2-PSK"
113 bool "WPA2-PSK-SHA256"
119 bool "WPA-PSK"
/Zephyr-latest/soc/espressif/common/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
24 Please note that this method brings the system up with all memories set-up, but
40 used in Wi-Fi and BLE peripherals.
47 used in Wi-Fi and BLE peripherals.
52 int "Max Wi-Fi/BLE TX power (dBm)"
56 Set maximum transmit power for Wi-Fi radio. Actual transmit power for high
/Zephyr-latest/samples/net/wifi/
DREADME.rst1 .. zephyr:code-sample-category:: wifi
2 :name: Wi-Fi
3 :show-listing:
5 These samples demonstrate various Wi-Fi use cases for boards that support it.
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/
Dindex.rst5 The SimpleLink Wi-Fi CC3235SF LaunchPad development kit (CC3235SF-LAUNCHXL)
6 highlights CC3235SF, a single-chip wireless microcontroller (MCU) with
16 Cortex-M4 MCU and a network processor MCU to run all Wi-Fi and
18 * 40-pin LaunchPad standard leveraging the BoosterPack ecosystem
19 * On-board accelerometer and temperature sensor
22 * BoosterPack plug-in module for adding graphical displays, audio
25 * XDS110-based JTAG emulation with serial port for flash programming
35 #. Applications MCU - an ARM |reg| Cortex |reg|-M4 Core at 80 MHz, with 256Kb RAM,
39 #. Network Coprocessor (NWP) - a dedicated ARM MCU, which completely
40 offloads Wi-Fi and internet protocols from the application MCU.
[all …]
/Zephyr-latest/tests/net/wifi/wifi_nm/
DKconfig1 # Configuration opions for Wi-Fi test
4 # SPDX-License-Identifier: Apache-2.0
11 bool "Enable Wi-Fi test"

123456789