/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 4 bool "ESP32 SoC WiFi support" 17 Enable ESP32 SoC WiFi support. Only supported in single 43 WiFi driver will automatically initiate DHCPV4 negotiation when connected. 53 bool "WiFi connection retry" 55 Set auto WiFI reconnection when disconnected. 60 Software controls WiFi/Bluetooth coexistence. Not supported yet. 63 bool "Allocate memory of WiFi and NET in SPIRAM" 66 Allocate memory of WiFi and NET stack in SPIRAM, increasing available RAM memory space 70 int "Max number of WiFi static RX buffers" 74 Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM. [all …]
|
/Zephyr-latest/drivers/wifi/ |
D | Kconfig | 1 # WiFi drivers configuration options 6 menuconfig WIFI config 9 if WIFI 11 module = WIFI 38 source "drivers/wifi/winc1500/Kconfig.winc1500" 39 source "drivers/wifi/simplelink/Kconfig.simplelink" 40 source "drivers/wifi/eswifi/Kconfig.eswifi" 41 source "drivers/wifi/esp_at/Kconfig.esp_at" 42 source "drivers/wifi/esp32/Kconfig.esp32" 43 source "drivers/wifi/nxp/Kconfig.nxp" [all …]
|
/Zephyr-latest/samples/net/wifi/shell/ |
D | sample.yaml | 5 - wifi 7 description: Test wifi driver and APIs functionality 8 name: WiFi sample app 10 sample.net.wifi: 17 sample.net.wifi.mikroe_wifi_bt_click: 20 sample.net.wifi.esp_8266: 23 sample.net.wifi.esp_8266_arduino: 30 sample.net.wifi.inventek_eswifi_arduino_uart: 37 sample.net.wifi.inventek_eswifi_arduino_spi: 44 sample.net.wifi.nrf70dk: [all …]
|
/Zephyr-latest/tests/net/wifi/configs/ |
D | testcase.yaml | 5 - wifi 10 wifi.build.crypto_alt: 12 wifi.build.crypto_none: 15 wifi.build.crypto_psa: 19 wifi.build.crypto_enterprise: 38 wifi.build.wpa3: 42 wifi.build.wps: 46 wifi.build.p2p: 49 wifi.build.hostapd_ap: 53 wifi.build.dpp:
|
/Zephyr-latest/dts/bindings/wifi/ |
D | infineon,airoc-wifi.yaml | 18 /* Wifi configuration */ 19 airoc-wifi { 21 compatible = "infineon,airoc-wifi-sdio"; 24 wifi-reg-on-gpios = <&gpio_prt2 6 GPIO_ACTIVE_HIGH>; 25 wifi-host-wake-gpios = <&gpio_prt0 4 GPIO_ACTIVE_HIGH>; 29 compatible: "infineon,airoc-wifi" 34 wifi-reg-on-gpios: 37 by the WiFi section of AIROC Wi-Fi device. 40 wifi-host-wake-gpios: 46 wifi-dev-wake-gpios: [all …]
|
D | wifi-tx-power-5g.yaml | 17 wifi-max-tx-pwr-5g-low-mcs0: 21 wifi-max-tx-pwr-5g-low-mcs7: 25 wifi-max-tx-pwr-5g-mid-mcs0: 29 wifi-max-tx-pwr-5g-mid-mcs7: 33 wifi-max-tx-pwr-5g-high-mcs0: 37 wifi-max-tx-pwr-5g-high-mcs7:
|
D | infineon,airoc-wifi-spi.yaml | 4 compatible: "infineon,airoc-wifi" 6 include: [spi-device.yaml, "infineon,airoc-wifi.yaml"] 9 wifi-host-wake-gpios: 16 wifi-reg-on-gpios goes high to select SPI bus mode.
|
/Zephyr-latest/boards/shields/nrf7002eb/ |
D | nrf7002eb.overlay | 11 zephyr,wifi = &wlan0; 33 wifi-max-tx-pwr-2g-dsss = <21>; 34 wifi-max-tx-pwr-2g-mcs0 = <16>; 35 wifi-max-tx-pwr-2g-mcs7 = <16>; 36 wifi-max-tx-pwr-5g-low-mcs0 = <13>; 37 wifi-max-tx-pwr-5g-low-mcs7 = <13>; 38 wifi-max-tx-pwr-5g-mid-mcs0 = <13>; 39 wifi-max-tx-pwr-5g-mid-mcs7 = <13>; 40 wifi-max-tx-pwr-5g-high-mcs0 = <12>; 41 wifi-max-tx-pwr-5g-high-mcs7 = <12>;
|
/Zephyr-latest/boards/shields/nrf7002ek/ |
D | nrf7002ek_common_5g.dtsi | 7 wifi-max-tx-pwr-5g-low-mcs0 = <13>; 8 wifi-max-tx-pwr-5g-low-mcs7 = <13>; 9 wifi-max-tx-pwr-5g-mid-mcs0 = <13>; 10 wifi-max-tx-pwr-5g-mid-mcs7 = <13>; 11 wifi-max-tx-pwr-5g-high-mcs0 = <12>; 12 wifi-max-tx-pwr-5g-high-mcs7 = <12>;
|
/Zephyr-latest/tests/boards/espressif/wifi/ |
D | testcase.yaml | 5 esp.wifi.sec.none: 6 tags: wifi 16 esp.wifi.sec.wpa2: 17 tags: wifi 28 esp.wifi.sec.wpa3: 29 tags: wifi
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf70_common_5g.dtsi | 7 wifi-max-tx-pwr-5g-low-mcs0 = <9>; 8 wifi-max-tx-pwr-5g-low-mcs7 = <9>; 9 wifi-max-tx-pwr-5g-mid-mcs0 = <11>; 10 wifi-max-tx-pwr-5g-mid-mcs7 = <11>; 11 wifi-max-tx-pwr-5g-high-mcs0 = <13>; 12 wifi-max-tx-pwr-5g-high-mcs7 = <13>;
|
/Zephyr-latest/samples/net/cloud/tagoio_http_post/ |
D | sample.yaml | 7 - wifi 20 sample.net.cloud.tagoio_http_post.wifi: 21 extra_args: EXTRA_CONF_FILE="overlay-wifi.conf" 23 sample.net.cloud.tagoio_http_post.wifi.esp: 26 - EXTRA_CONF_FILE="overlay-wifi.conf"
|
D | Kconfig | 30 if WIFI 33 string "WIFI SSID - Network name" 37 string "WIFI PSK - Network password key" 40 endif # WIFI
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/ |
D | Kconfig.defconfig | 8 if WIFI || BT 19 endif # WIFI || BT 21 if WIFI 30 endif # WIFI 44 default 15000 if WIFI
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | Kconfig | 8 bool "WIFI credentials management" 11 Enable WiFi credentials management subsystem. 20 prompt "WiFi credentials backend" 44 int "Number of supported WiFi credentials" 47 This detemines how many different WiFi networks can be configured at a time. 85 with persistent lifetime. The users of the PSA API are responsible (WIFI credentials 96 string "SSID of statically configured WiFi network"
|
D | wifi_credentials.c | 80 LOG_ERR("Initializing WiFi credentials storage backend failed, err: %d", ret); in init() 111 LOG_ERR("Cannot %s WiFi credentials, %s", "retrieve", "SSID has invalid format"); in wifi_credentials_get_by_ssid_personal_struct() 116 LOG_ERR("Cannot %s WiFi credentials, %s", "retrieve", "destination is NULL"); in wifi_credentials_get_by_ssid_personal_struct() 124 LOG_DBG("Cannot %s WiFi credentials, %s", "retrieve", "SSID not found"); in wifi_credentials_get_by_ssid_personal_struct() 131 LOG_ERR("Failed to %s WiFi credentials at index %d, err: %d", "load", idx, ret); in wifi_credentials_get_by_ssid_personal_struct() 140 LOG_ERR("Requested WiFi credentials entry is corrupted"); in wifi_credentials_get_by_ssid_personal_struct() 157 LOG_ERR("Cannot %s WiFi credentials, %s", "set", "credential not set"); in wifi_credentials_set_personal_struct() 162 LOG_ERR("Cannot %s WiFi credentials, %s", "set", "SSID has invalid format"); in wifi_credentials_set_personal_struct() 172 LOG_ERR("Cannot %s WiFi credentials, %s", "store", "no space left"); in wifi_credentials_set_personal_struct() 180 LOG_ERR("Failed to %s WiFi credentials at index %d, err: %d", "store", idx, ret); in wifi_credentials_set_personal_struct() [all …]
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | CMakeLists.txt | 38 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client.pem 44 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client-key.pem 50 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/ca.pem 56 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client2.pem 62 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/client-key2.pem 68 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/ca2.pem 74 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/server.pem 80 ${ZEPHYR_BASE}/samples/net/wifi/test_certs/server-key.pem
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | wifi.rst | 37 in PEM format are committed to the repo at :zephyr_file:`samples/net/wifi/test_certs` and the durin… 43 $ cp client.pem samples/net/wifi/test_certs/ 44 $ cp client-key.pem samples/net/wifi/test_certs/ 45 $ cp ca.pem samples/net/wifi/test_certs/ 46 $ cp client2.pem samples/net/wifi/test_certs/ 47 $ cp client-key2.pem samples/net/wifi/test_certs/ 48 $ cp ca2.pem samples/net/wifi/test_certs/ 49 $ west build -p -b <board> samples/net/wifi -- -DEXTRA_CONF_FILE=overlay-enterprise.conf 55 …$ west build -p -b <board> samples/net/wifi -- -DEXTRA_CONF_FILE=overlay-enterprise-variable-bufs.… 63 …uart:~$ wifi connect -s <SSID> -c 149 -k 17 -w 2 -a client1 --key1-pwd whatever --key2-pwd whateve…
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | airoc_whd_hal_common.h | 11 /** Defines the amount of stack memory available for the wifi thread. */ 16 /** Defines the priority of the thread that services wifi packets. Legal values are defined by the 23 /** Defines the country this will operate in for wifi initialization parameters. See the 24 * wifi-host-driver's whd_country_code_t for legal options. 30 /** Defines the priority of the interrupt that handles out-of-band notifications from the wifi 37 /** Defines whether to use the out-of-band pin to allow the WIFI chip to wake up the MCU. */
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | Kconfig.mac | 13 all interfaces (WiFi station, WiFi softap) receive a universally administered MAC 16 the base MAC address. If the number of universal MAC addresses is one, only WiFi station 18 The WiFi softap receives local MAC addresses. It's derived from the universal WiFi
|
/Zephyr-latest/snippets/wifi-ipv4/ |
D | README.rst | 1 .. _snippet-wifi-ipv4: 3 Wi-Fi IPv4 Snippet (wifi-ipv4) 8 west build -S wifi-ipv4 [...] 20 wifi connect -s <SSID> -k <key_management> -p <passphrase>
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig.mac | 13 all four interfaces (WiFi station, WiFi softap, Bluetooth and Ethernet) receive a universally 16 only two interfaces (WiFi station and Bluetooth) receive a universally administered MAC address. 18 The remaining two interfaces (WiFi softap and Ethernet) receive local MAC addresses. 19 These are derived from the universal WiFi station and Bluetooth MAC addresses, respectively.
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | Kconfig.mac | 13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap, 16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth) 18 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern… 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | Kconfig.mac | 13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap, 16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth) 18 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern… 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | Kconfig.mac | 13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap, 16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth) 18 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern… 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|