Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c233 if (!HdfSbufReadBuffer(reqData, (const void **)&(apSettings->meshSsid), &(apSettings->meshSsidLen))) { in WifiCmdSetApInner()
234 HDF_LOGE("%s: %s!ParamName=%s", __func__, ERROR_DESC_READ_REQ_FAILED, "meshSsid"); in WifiCmdSetApInner()
326 if (!HdfSbufReadBuffer(reqData, (const void **)&(apSettings.meshSsid), &(apSettings.meshSsidLen))) { in WifiCmdChangeBeacon()
327 HDF_LOGE("%s: %s!ParamName=%s", __func__, ERROR_DESC_READ_REQ_FAILED, "meshSsid"); in WifiCmdChangeBeacon()
/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_cmd.h288 uint8_t *meshSsid; member
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_wpa_cmd_adapter.c197 isSerializeFailed = isSerializeFailed || !HdfSbufWriteBuffer(data, apsettings->meshSsid, apsettings->meshSsidLen); in WifiCmdSetAp()
229 isSerializeFailed = isSerializeFailed || !HdfSbufWriteBuffer(data, apsettings->meshSsid, apsettings->meshSsidLen); in WifiCmdChangeBeacon()
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h420 uint8_t *meshSsid; member

Completed in 5 milliseconds