Home
last modified time | relevance | path

Searched refs:fwpath (Results 1 – 1 of 1) sorted by relevance

/system/netd/server/
DSoftapController.cpp207 char *fwpath = NULL; in fwReloadSoftap() local
215 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_AP); in fwReloadSoftap()
217 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_P2P); in fwReloadSoftap()
219 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_STA); in fwReloadSoftap()
221 if (!fwpath) in fwReloadSoftap()
223 if (wifi_change_fw_path((const char *)fwpath)) { in fwReloadSoftap()