Home
last modified time | relevance | path

Searched refs:max_connection (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/esp_wifi/include/
Desp_mesh.h513 uint8_t max_connection; /**< max mesh connections */ member
Desp_wifi_types.h233 …uint8_t max_connection; /**< Max number of stations allowed to connect in, default 4, max 10 */ member
/device/board/openvalley/niobeu4/liteos_m/hals/drivers/wifi_lite/
Dwifi_device.c895 wifi_config.ap.max_connection = ESP_EXAMPLE_MAX_STA_CONN; in EnableHotspot()