> For the complete documentation index, see [llms.txt](https://bananapi.gitbook.io/banana-pi-bpi-r2-open-source-smart-router/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananapi.gitbook.io/banana-pi-bpi-r2-open-source-smart-router/chapter1/bpi-r2-wifi-interface.md).

# BPI-R2 WIFI interface

banana pi BPI-R2 have support MTK6625L wifi\&BT 4.1 chip onboard.

it support 802.11/b/g/n wifi and bluetooth 4.1

**2017-08-22 update**&#x20;

We're debuging the MT6625 wifi module driver, now it's working at 2.4G, please check below link for details.

<https://github.com/BPI-SINOVOIP/BPI-R2-bsp/issues/1>

Now the wifi driver is working fine at 2.4G, and we're debugging the 5G and testing its performance.\
Below file is an instruction for how to enable WIFI module on R2:\
<https://github.com/BPI-SINOVOIP/BPI-R2-bsp/blob/Wifi_debug_branch/vendor/mediatek/connectivity/readme>

And please use the following command to connect a wifi AP:

1. wpa\_passphrase "yyy" "xxxxx" >/etc/wpa\_supplicant.conf
2. vim /etc//etc/wpa\_supplicant.conf\
   /etc/wpa\_supplicant.conf\
   network={\
   ssid="yyy"\
   key\_mgmt=WPA-PSK\
   proto=WPA2\
   pairwise=CCMP\
   group=CCMP\
   \#psk="xxxxx"\
   psk=90e3ac2dd8a92432f31d65e4f3297962ede273e85a5c4407ee4f7ffc052fd8bb\
   }
3. /sbin/wpa\_supplicant -i wlan0 -B -c /etc/wpa\_supplicant.conf
4. dhclient wlan0

**User do some test for 2.4G & 5.8G，for reference only**  \
5.8G test![](/files/-M2HXKZBiBFicDLIrwAi)

2.4G test:

![](/files/-M2HXKZDgit_TqTglczq)**2.4Ghz and 5.6Ghz Wifi Working fine**

<http://forum.banana-pi.org/t/2-4ghz-and-5-6ghz-wifi-working-fine/3844>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://bananapi.gitbook.io/banana-pi-bpi-r2-open-source-smart-router/chapter1/bpi-r2-wifi-interface.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.
