Home
last modified time | relevance | path

Searched refs:maxStaNum (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.c675 char maxStaNum[10] = {0}; in SetApMaxConnHw() local
676 if (sprintf_s(maxStaNum, sizeof(maxStaNum), "%d", maxConn) == -1) { in SetApMaxConnHw()
677 HDF_LOGE("AddParam maxStaNum sprintf_s failed"); in SetApMaxConnHw()
680 if ((index = AddParam(index, "MAX_SCB", maxStaNum, dataBuf, SOFTAP_MAX_BUFFER_SIZE)) == -1) { in SetApMaxConnHw()

Completed in 2 milliseconds