Home
last modified time | relevance | path

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

/system/netd/
DSoftapController.cpp230 char *fwpath; in fwReloadSoftap() local
244 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_AP); in fwReloadSoftap()
246 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_P2P); in fwReloadSoftap()
248 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_STA); in fwReloadSoftap()
250 if (!fwpath) in fwReloadSoftap()
252 ret = wifi_change_fw_path((const char *)fwpath); in fwReloadSoftap()