I'm working on camera firmware (ONVIF services). I've found network interface configuration methods (Section 5.3) in ONVIF developer guide, but is it possible to configure wifi networks connection?
I need to:
Does ONVIF describe such methods web-service should implement?
Yes, it is described in the core specification (section 8.2.22, page 64).
For 1., the method is ScanAvailableDot11Networks
For 2., SetNetworkInterfaces will use the Extension.Dot11 elements.
You also have to implement a few other methods, such as GetDot11Status and GetDot11Capabilities, and return correct information in GetNetworkInterfaces.