Skip to content

WiFi Network Information Structure rm_wifi_net_t

Parameter description

ParameterTypeDescription
channelintAvailable only in AP mode, which is the physical channel number that identifies a WiFi hotspot.
ipstrIP address.
macstrMAC address.
maskstrSubnet mask.
modestr'ap': hotspot mode, 'sta': connected mode, 'off': disable wireless mode.
passwordstrPassword.
ssidstrSSID.

Member function

Python
rm_ctypes_wrap.rm_wifi_net_t.to_dict(self,recurse = True)

Return the class variables as dictionaries and, if the recurse is True, process the structure fields recursively through ctypes.