Home
last modified time | relevance | path

Searched full:fi (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig4 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.
42 int "Wi-Fi Connect Attempts"
[all …]
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp5 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.
52 Enable NXP 88W8987 Wi-Fi connectivity,
54 …www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-ghz-dual-band-…
60 Enable NXP IW416 Wi-Fi connectivity,
62 …www.nxp.com/products/wireless-connectivity/wi-fi-plus-bluetooth-plus-802-15-4/2-4-5-ghz-dual-band-…
[all …]
/Zephyr-latest/modules/hostap/src/
Dsupp_api.h26 * @param dev: Wi-Fi interface name to use
36 * @param dev: Wi-Fi interface name to use
47 * @param dev: Wi-Fi interface name to use
56 * @param dev: Wi-Fi interface name to use
66 * @param dev Wi-Fi interface name to use
77 * @brief Get Wi-Fi statistics
79 * @param dev Wi-Fi interface name to use
86 * @brief Reset Wi-Fi statistics
88 * @param dev Wi-Fi interface name to use
141 * @brief Set Wi-Fi power save configuration
[all …]
/Zephyr-latest/drivers/wifi/infineon/
DKconfig.airoc6 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,
88 …https://www.infineon.com/cms/en/product/wireless-connectivity/airoc-wi-fi-plus-bluetooth-combos/cy…
[all …]
/Zephyr-latest/scripts/net/
Drun-sample-tests.sh30 fi
43 fi
45 fi
49 fi
57 fi
61 fi
65 fi
87 fi
96 fi
100 fi
[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.
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 */
59 /** Wi-Fi Management operations */
[all …]
Dwifi_mgmt.h66 /** @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 */
155 /** Request a Wi-Fi disconnect */
[all …]
/Zephyr-latest/drivers/wifi/
DKconfig7 bool "Wi-Fi drivers"
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.
27 bool "Support offloaded Wi-Fi device drivers"
30 Enable support for Full-MAC Wi-Fi devices.
35 When selected, this hidden configuration enables Wi-Fi driver
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig39 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
92 module-str = Log level for Wi-Fi Network manager module
[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:
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
36 Wi-Fi enterprise security requires use of X.509 certificates, test certificates
38 build process the certificates are converted to a C header file that is included by the Wi-Fi shell
59 To initiate Wi-Fi connection, the following command can be used:
/Zephyr-latest/subsys/net/l2/
DKconfig50 This provides utility functions for Wi-Fi subsystem.
53 bool "Wi-Fi Management support"
59 Enable support for Wi-Fi Management interface.
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.rst3 Wi-Fi IPv4 Snippet (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:
/Zephyr-latest/soc/espressif/esp32c3/
DKconfig26 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.yaml7 AIROC Wi-Fi Connectivity.
9 Example of enabling AIROC Wi-Fi device (for SDIO):
23 /* Wi-Fi control gpios */
37 by the WiFi section of AIROC Wi-Fi device.
42 Host wake-up gpio. Signal from the AIROC Wi-Fi device
49 AIROC Wi-Fi device indicating that the host requires attention.
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/
Ddocker-test.sh8 fi
26 fi
33 fi
40 fi
57 fi
64 fi
/Zephyr-latest/samples/net/wifi/shell/
DREADME.rst2 :name: Wi-Fi shell
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.
/Zephyr-latest/boards/shields/nrf7002ek/doc/
Dindex.rst12 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
33 the nRF70 driver requires firmware binary blobs for Wi-Fi operation. Run the command
65 that supports only 2.4GHz Wi-Fi.
67 that supports only 2.4GHz Wi-Fi.
/Zephyr-latest/scripts/
Dcoccicheck12 fi
77 fi
88 fi
94 fi
100 fi
106 fi
114 fi
121 fi
131 fi
138 fi
[all …]
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig19 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/drivers/bluetooth/hci/
DKconfig.infineon20 …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…
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
84 https://www.murata.com/en-us/products/connectivitymodule/wi-fi-bluetooth/overview/lineup/type1lv
96 which supports Wi-Fi® 802.11b/g/n + Bluetooth® 5.1 BR/EDR/LE
97 up to 65Mbps PHY data rate on Wi-fi® and 3Mbps PHY data rate
[all …]
/Zephyr-latest/soc/espressif/esp32c6/
DKconfig22 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/tests/bsim/bluetooth/mesh/
D_mesh_test.sh12 fi
37 fi
45 fi
57 fi
66 fi
94 fi
101 fi
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/test_scripts/
Dccc_update.sh18 fi
24 fi
30 fi
39 fi
45 fi
51 fi
Dccc_update_2.sh18 fi
24 fi
30 fi
39 fi
45 fi
51 fi
/Zephyr-latest/
Dzephyr-env.sh23 fi
27 fi
32 fi
44 fi
53 fi
57 fi

12345678910>>...12