Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove references to unsupported "Ping and renew dhcp lease" feature #5640

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions docs/gateway-configuration/wifi-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ The **Wireless** tab contains the following configuration parameters:

- **Bgscan Long Interval**: defines the interval between background scans (in seconds) if the actual signal level of the currently connected access point is better than signal_strength.

- **Ping Access Point & renew DHCP lease if not reachable**: enables pinging the access point after connection is established.
- In _Access Point_ mode, this option is disabled.
- In _Station_ mode, if set to _true_, the unit will ping the access point and attempt to renew the DHCP lease if the access point is not reachable.

- **Ignore Broadcast SSID**: operates as follows if set to _true_:
- In _Access Point_ mode, sends an empty SSID in beacons and ignores probe request frames that do not specify full SSID.
- In _Station_ mode, does not scan for the SSID before attempting to associate.
Expand Down Expand Up @@ -113,4 +109,4 @@ To enable the WPA3 WiFi Security in Eclipse Kura, edit the `/opt/eclipse/kura/us
kura.wpa3.wifi.security.enable=true
```

In this way the WPA3 and WPA2/WPA3 entries will be available in the Wireless Tab on the web UI and the wifi interface will be configurable with the new security using the REST APIs.
In this way the WPA3 and WPA2/WPA3 entries will be available in the Wireless Tab on the web UI and the wifi interface will be configurable with the new security using the REST APIs.
Loading