Use UCI to enable openwrt Wireless Configuration.

Source: Internet
Author: User


[For more information, see http://blog.csdn.net/qianguozheng/article/details/24412673].

Configure Wireless

VI/etc/config/wireless

Config WiFi-device wlan0
Option type mac80211
Option Channel 5

# Remove this line to enable WiFi:
# Delete or comment out option disabled 1 to enable wireless connection.
# Option disabled 1

Config WiFi-iface
Option device wlan0
Option Network LAN
# Working Mode
Option mode AP
# SSID
Option SSID openwrt
# No SSID Broadcast
Option hidden 1
# Encryption Method
# No encryption
Option encryption none
# WEP Encryption
# Option encryption WEP
# Option key 1
# Option key1 xxxxxxxxxx (Key, wep64 is a 10-bit hexadecimal number, and wep128 is a 26-bit hexadecimal number)
# WPA Encryption
# Option encryption PSK
# Option key XXXXXXXX (key)

After configuration, the restart takes effect.
WiFi reload


Iwpriv ra0 set channel = 3

Http://blog.chinaunix.net/uid-24517893-id-373053.html

[For more information, see http://blog.csdn.net/qianguozheng/article/details/24412673].

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.