# WiFi Hotspots

## Wireless Overview

After accessing the router admin panel, go to ***"Network > Wireless"*** to the wireless overview page.

* **Ra0 - MT7615E 802.11bgn** is the 2.4GHz WiFi module\
  SSID: Extender-WiFi-xxxx-V4 is the 2.4GHz hotspot
* **Rax0 - MT7615E 802.11anac** is the 5.8GHz WiFi module\
  SSID: Outdoor-WiFi-xxxx-V5 is the 5.8GHz hotspot&#x20;
* **SSID | Mode: Client** -- is the Wi-Fi relay connection. \
  It's not visible before setting up a Wi-Fi relay.
* **Associated Stations** are the active Wi-Fi networks and their working status.

You can turn off both client and master SSID by clicking the *"**Disable**"* button and re-activate it by clicking the *"**Enable**"* button.

<div align="left"><figure><img src="/files/pyqBKLi1PDoXtFmZI6E6" alt="" width="375"><figcaption></figcaption></figure></div>

***

## Edit WiFi Hotspots

On the above wireless overview page, click the ***"Edit"*** button on the row of related WiFi SSID to enter their configuration page.

### General

In the General Setup tab, you can monitor the network status and configure Wi-Fi operating mode, channel, bandwidth, and transmit power. Suggest using default settings unless there is a conflict.

{% hint style="info" %}
After connecting to a WiFi relay, the WiFi master SSID's Mode, Channel, and Width will be locked to the same settings as the connected Wi-Fi relay network.

If other 2.4GHz Wi-Fi hotspots are nearby, do not use 40MHz on "Width," and do not turn on "Force 40MHz mode" on the advanced settings.
{% endhint %}

<div align="left"><figure><img src="/files/PQSJ90ecdEtYjpPX93QK" alt="" width="375"><figcaption></figcaption></figure></div>

### Country Code <a href="#country" id="country"></a>

In **Device Configuration**, click the **Advanced Settings** tab, check the Country Code field, and select the corresponding country code.&#x20;

It is essential to ensure the WiFi hotspot on your router meets the legal regulations in your country. The other configured WiFi networks will use the same device settings.

<div align="left"><figure><img src="/files/IFuJiZQHLGDn8RwBHNQX" alt="" width="375"><figcaption></figcaption></figure></div>

### WiFi SSID

In the **Interface Configuration** section, click the **General Setup** tab. You can edit the WiFi hotspot name on the **ESSID** field.

Enable the checkbox of **Hide ESSID** to stop broadcasting the Wi-Fi hotspot but maintain the Wi-Fi connection. You should manually input the WiFI SSID and password to connect a new device when the ESSID is hidden.

<div align="left"><figure><img src="/files/mMCHdg5tFJNGs8Dj4rgN" alt="" width="375"><figcaption></figcaption></figure></div>

### WiFi Password

Click the **Wireless Security** tab to customize the WiFi password in the **Interface Configuration** section.

* **Encryption:** Select an encryption method. The last option, *"WPA-PSK/WPA2-PSK Mixed Mode,"* is recommended for home and small office networks.&#x20;
* **Cipher:** The *"Auto"* option is recommended.
* The **Key** is the Wi-Fi password. Input your password without space. Special characters are supported. The minimum length is eight characters. \
  \&#xNAN;*\* Do not leave it empty after choosing the encryption type.*

Click the ***"Save & Apply"*** button after customizing WiFi settings, and it will take 2\~3 minutes to reboot the WiFi hotspot. Then, use the new WiFi password to re-connect to the new WiFi hotspot name.

<div align="left"><figure><img src="/files/ZWZUZDpVVD4vBWfRm08F" alt="" width="375"><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://extender.router.works/manual/firmware/wifi-hotspots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
