Closed
Description
Description of defect
Cannot use set_config() API provided by the Ublox driver in the OdinWiFiInterface.cpp to configure wifi parameters such as scan listen interval, remain on channel, etc.
Target(s) affected by this defect ?
MODULE_UBLOX_ODIN_W2 family
Toolchain(s) (name and version) displaying this defect ?
IAR 8.42.1
What version of Mbed-os are you using (tag or sha) ?
mbed-os-5.14.2
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
IAR 8.42.1
How is this defect reproduced ?
In any example using , add the following code
OdinWiFiInterface *network;
network = (OdinWiFiInterface *)(WiFiInterface::get_default_instance());
target_config_params_e cfg = ODIN_CFG_SET_SCAN_LISTEN_INTERVAL;
network->set_config(&cfg, 150);