My application doesn’t need Wifi at all: I only need the cellular network for my data connection.
How can I remove the Wifi feature?
I use le_data_SetTechnologyRank(1, LE_DATA_CELLULAR) to indicate that I need cellular network, but, how can I avoid that my application still tries to connect to wifi if my cellular network drops for a while?
I tried to stop the wifiService app, but, then the dataConnectionService app crashes.
In my case using Legato 16.10.3, “app stop wifiService” does not crash dataConnectionService.
And after “app restart dataConnectionService”, it shown “wifi” is unsupported so not added to the list.
Would you try “app remove wifiService” then reboot device and see any improvement?