Searched refs:g_hostapdCfg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_proxy.c | 80 static char g_hostapdCfg[CTRL_LEN] = {0}; variable 796 || memset_s(g_hostapdCfg, CTRL_LEN, 0, CTRL_LEN) != EOK) { in SetHdiApIfaceName() 804 || strcpy_s(g_hostapdCfg, CTRL_LEN, HOSTAPD_DEFAULT_CFG_COEX) != EOK) { in SetHdiApIfaceName() 811 || strcpy_s(g_hostapdCfg, CTRL_LEN, HOSTAPD_DEFAULT_CFG) != EOK) { in SetHdiApIfaceName()
|
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/ |
H A D | hdi_hostapd_hal.c | 76 static char g_hostapdCfg[CTRL_LEN]; variable 93 if (memcpy_s(g_hostapdCfg, CTRL_LEN, HOSTAPD_DEFAULT_CFG_PATH, in InitCfg() 104 g_hostapdHalDevInfo[0].config = g_hostapdCfg; in InitCfg() 302 if (sprintf_s(cmdAdd, sizeof(cmdAdd), "ADD %s config=%s", g_apIfaceName, g_hostapdCfg) < 0) { in EnableAp()
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/ |
H A D | wifi_hostapd_hal.c | 79 char g_hostapdCfg[CTRL_LEN] = {0}; variable 94 if (memcpy_s(g_hostapdCfg, CTRL_LEN, HOSTAPD_DEFAULT_CFG_COEX, in InitCfg() 109 if (memcpy_s(g_hostapdCfg, CTRL_LEN, HOSTAPD_DEFAULT_CFG, in InitCfg() 119 g_hostapdHalDevInfo[0].config = g_hostapdCfg; in InitCfg()
|