Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.c129 static int InitHostapdCtrl(const char *ctrlPath, int id) in InitHostapdCtrl() argument
131 if (g_hostapdHalDevInfo[id].hostapdHalDev == NULL || ctrlPath == NULL) { in InitHostapdCtrl()
137 g_hostapdHalDevInfo[id].hostapdHalDev->ctrlRecv = wpa_ctrl_open(ctrlPath); in InitHostapdCtrl()
146 g_hostapdHalDevInfo[id].hostapdHalDev->ctrlConn = wpa_ctrl_open(ctrlPath); in InitHostapdCtrl()
167 static void GetCtrlInterface(char *ctrlPath, size_t len, int id) in GetCtrlInterface() argument
169 if (strcpy_s(ctrlPath, len, g_ctrlInterfacel) != EOK) { in GetCtrlInterface()
185 char ctrlPath[BUFFER_SIZE_128] = {0}; in HostapdCliConnect() local
186 GetCtrlInterface(ctrlPath, sizeof(ctrlPath), id); in HostapdCliConnect()
187 HDF_LOGI("HostapdCliConnect Ifname is: %{public}s", ctrlPath); in HostapdCliConnect()
[all...]

Completed in 1 milliseconds