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

/system/netd/
H A DSoftapController.cpp205 char *fwpath = NULL; local
213 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_AP);
215 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_P2P);
217 fwpath = (char *)wifi_get_fw_path(WIFI_GET_FW_PATH_STA);
219 if (!fwpath)
221 if (wifi_change_fw_path((const char *)fwpath)) {

Completed in 181 milliseconds