Lines Matching refs:config
99 * @Description Remove the wifi candidate device config equals to input network id
109 * @param config - WifiDeviceConfig object
112 virtual ErrCode RemoveCandidateConfig(const WifiDeviceConfig &config) = 0;
117 * @param config - WifiDeviceConfig object
122 virtual ErrCode AddDeviceConfig(const WifiDeviceConfig &config, int &result, bool isCandidate) = 0;
127 * @param config - WifiDeviceConfig object
131 virtual ErrCode UpdateDeviceConfig(const WifiDeviceConfig &config, int &result) = 0;
134 * @Description Remove the wifi device config equals to input network id.
136 * @param networkId - want to remove device config's network id
169 * @param config - WifiDeviceConfig object
172 virtual ErrCode ConnectToDevice(const WifiDeviceConfig &config) = 0;
287 * @Description Enable device config, when set attemptEnable, disable other device config
289 * @param networkId - need enable device config's network id
290 * @param attemptEnable - if set true, disable other device config
306 * @param networkId - device config's network id
469 virtual ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) = 0;
544 * @Description Get single device config
546 * @param networkId - the network id of the device config
547 * @param config - Get result vector of WifiDeviceConfig
550 virtual ErrCode GetDeviceConfig(const int &networkId, WifiDeviceConfig &config) = 0;