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

/system/netd/
H A DSoftapController.cpp188 char *fwpath = NULL; local
196 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_AP);
198 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_P2P);
200 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_STA);
202 if (!fwpath)
204 if (wifi_change_fw_path((const char *)fwpath)) {

Completed in 40 milliseconds