Lines Matching full:max
101 #define MESH_MTU (1500) /**< max transmit unit(in bytes) */
102 #define MESH_MPS (1472) /**< max payload size(in bytes) */
350 int attempts; /**< max vote attempts before stopped */
510 * max number of stations allowed to connect in, default 6, max 10
513 uint8_t max_connection; /**< max mesh connections */
514 uint8_t nonmesh_max_connection; /**< max non-mesh connections */
534 …int attempts; /**< max vote attempts before a new root is elected automatically by mesh …
797 … max_connection of mesh softAP is limited by the max number of Wi-Fi softAP supported (max:…
895 * @brief Set network max layer value
896 * - for tree topology, the max is 25.
897 * - for chain topology, the max is 1000.
898 * - Network max layer limits the max hop count.
902 * @param[in] max_layer max layer value
912 * @brief Get max layer value
914 * @return max layer value
955 * @brief Set mesh max connection value
956 * - Set mesh softAP max connection = mesh max connection + non-mesh max connection
960 * @param[in] connections the number of max connections
969 * @brief Get mesh max connection configuration
971 * @return the number of mesh max connections
976 * @brief Get non-mesh max connection configuration
978 * @return the number of non-mesh max connections
1281 * @brief Set mesh network capacity (max:1000, default:300)