Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd_ext.c278 int32_t WpaInterfaceAddWpaIface(struct IWpaInterface *self, const char *ifName, const char *confName) in WpaInterfaceAddWpaIface() argument
281 if (ifName == NULL || confName == NULL) { in WpaInterfaceAddWpaIface()
285 HDF_LOGI("enter %{public}s Ready to add iface, ifName: %{public}s, confName: %{public}s", in WpaInterfaceAddWpaIface()
286 __func__, ifName, confName); in WpaInterfaceAddWpaIface()
296 strcpy_s(addInterface.confName, sizeof(addInterface.confName) - 1, in WpaInterfaceAddWpaIface()
303 strcpy_s(addInterface.confName, sizeof(addInterface.confName) - 1, in WpaInterfaceAddWpaIface()
310 strcpy_s(addInterface.confName, sizeof(addInterface.confName) in WpaInterfaceAddWpaIface()
[all...]
H A Dwpa_common_cmd_ext.h25 int32_t WpaInterfaceAddWpaIface(struct IWpaInterface *self, const char *ifName, const char *confName) ;
H A Dhdi_wpa_hal.h35 char confName[WIFI_CONF_FILE_PATH_LEN]; member
H A Dhdi_wpa_hal.c139 argv->name, argv->confName) < 0 || WpaCliCmd(cmd, buf, sizeof(buf)) != 0)) { in WpaCliAddIface()

Completed in 3 milliseconds