Module ap
Expand description
Access point management.
Functionsยง
- get_
station_ info - Returns the access point stations.
- restart
- Restarts the hostapd configuration.
- set_
auth_ wpa2_ psk - Sets the access point WPA2-PSK password.
- set_
bandwidth - Sets the access point bandwidth.
- set_
channel - Sets the access point channel.
- set_
max_ stations - Sets the maximum number of stations allowed in station table.
- set_
mode - Sets the access point mode.
- set_
ssid - Sets the access point SSID.
- set_
ssid_ hidden - Sets whether the access point SSID should be hidden.
- start
- Starts the hostapd configuration.
- stop
- Stops the hostapd configuration.