AccessPoint.h
Go to the documentation of this file.
61 virtual bool config(const String& ssid, String password, WifiAuthMode mode, bool hidden = false, int channel = 7,
virtual void enable(bool enabled, bool save=false)=0
Enable or disable WiFi AP.
virtual bool config(const String &ssid, String password, WifiAuthMode mode, bool hidden=false, int channel=7, int beaconInterval=200)=0
Configure WiFi AP.
virtual IpAddress getNetworkGateway() const =0
Get WiFi AP default gateway.
bool isLocal(IpAddress address)
Determine if the given address is on the same subnet.
Definition: AccessPoint.h:120
virtual IpAddress getNetworkMask() const =0
Get WiFi AP network mask.
virtual std::unique_ptr< StationList > getStations() const =0
Gets a list of stations connected to the access point.
virtual IpAddress getNetworkBroadcast() const =0
Get WiFi AP broadcast address.
virtual bool setMacAddress(const MacAddress &addr) const =0
Set Access Point MAC address.
A class to make it easier to handle and pass around IP addresses.
Definition: IpAddress.h:45
bool compare(const IpAddress &addr, const IpAddress &mask) const
Definition: IpAddress.h:149