/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 19 station MAC addresses.
|
/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. 19 These are derived from the universal WiFi station and Bluetooth MAC addresses, respectively.
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | nxp,s32-netc-psi.yaml | 4 description: NXP S32 NETC Physical Station Interface (PSI) 31 List of Virtual Station Interfaces (VSI's) to enable from this PSI.
|
D | nxp,s32-netc-vsi.yaml | 4 description: NXP S32 NETC Virtual Station Interface (VSI)
|
D | nxp,imx-netc-psi.yaml | 4 description: NXP i.MX NETC Physical Station Interface (PSI)
|
/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) 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) 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) 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|
/Zephyr-latest/soc/espressif/esp32s3/ |
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) 19 receive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 98 int "Station inactivity timeout in seconds" 101 Station inactivity timeout is the period for which AP may keep a client 116 int "Maximum number of stations allowed in station table" 120 Maximum number of stations allowed in station table. New stations will be 121 rejected after the station table is full.
|
/Zephyr-latest/samples/net/wifi/apsta_mode/ |
D | README.rst | 5 Configure a Wi-Fi board to operate as both an Access Point (AP) and a Station (STA). 11 an Access Point (AP) and a Station (STA) simultaneously. 17 configured to assign IP addresses to the joining station. 67 [00:00:32.739,000] <inf> MAIN: station: 7C:50:79:17:89:19 joined
|
/Zephyr-latest/drivers/wifi/esp32/ |
D | Kconfig.esp32 | 46 bool "Activates the Station/AP co-existence mode." 49 The Station/AP coexistence mode allows the ESP32 to operate as both a station and 305 …Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station enters the active sta… 307 …during this period, the time will be refreshed. If the time is up, but the station still has packe… 315 Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. If no packet has been 324 …Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station knows through the bea…
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_nm.h | 37 /** IEEE 802.11 Wi-Fi Station */ 103 * @brief Check if the interface is a Wi-Fi station interface 107 * @retval true If the interface is a Wi-Fi station interface.
|
D | wifi.h | 331 /** Infrastructure station mode. */ 333 /** IBSS (ad-hoc) station mode. */
|
/Zephyr-latest/dts/bindings/mdio/ |
D | nxp,s32-gmac-mdio.yaml | 7 Driver for the GMAC Station Management Agent (SMA), which is a two wire
|
/Zephyr-latest/samples/net/wifi/apsta_mode/src/ |
D | main.c | 52 LOG_INF("AP Mode is enabled. Waiting for station to connect"); in wifi_event_handler() 62 LOG_INF("station: " MACSTR " joined ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler() 69 LOG_INF("station: " MACSTR " leave ", sta_info->mac[0], sta_info->mac[1], in wifi_event_handler()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm_internal.h | 164 * Initiating station have the C/R bit set to 1 and those sent by the 165 * responding station have the C/R bit set to 0 202 * F bit set to 1 from the other station.
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 124 string "ESP Station mode IP Address"
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | wifi.rst | 11 * IEEE802.11 Station (STA)
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.h | 44 * @brief Forces station to disconnect and stops any subsequent scan 357 * @param mac_addr MAC address of the station to disconnect
|
/Zephyr-latest/samples/boards/nxp/s32/netc/ |
D | README.rst | 12 1. Zephyr application controls the Physical Station Interface (PSI) and the
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/ |
D | tick_timer_train.c | 63 * the timer train is late to the station, the test fails.
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 399 menu "Wi-Fi Station Support" 405 This option enables Station auto connection support. 434 This option enables Station auto reconnection support, 1023 string "NXP Station mode IP Address"
|
D | nxp_wifi_drv.c | 735 LOG_ERR("Wi-Fi not in station mode"); in nxp_wifi_scan() 859 LOG_ERR("Wi-Fi not in station mode"); in nxp_wifi_connect() 951 LOG_ERR("Wi-Fi not in station mode"); in nxp_wifi_disconnect() 1229 LOG_ERR("Wi-Fi not in station mode"); in nxp_wifi_power_save() 1389 LOG_ERR("Wi-Fi not in station mode"); in nxp_wifi_get_power_save()
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 355 LOG_DBG("Station " MACSTR " join, AID=%d", MAC2STR(event->mac), event->aid); in esp_wifi_handle_ap_connect_event() 402 LOG_DBG("station " MACSTR " leave, AID=%d", MAC2STR(event->mac), event->aid); in esp_wifi_handle_ap_disconnect_event() 518 LOG_ERR("Wi-Fi not in station mode"); in esp32_wifi_connect()
|