#19662: Encryption: WPA2 PSK (WEP-40, CCMP) What?
-------------------------+----------------------------------
 Reporter:  anonymous    |      Owner:  developers
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:  Chaos Calmer (trunk)
Component:  base system  |    Version:  Trunk
 Keywords:               |
-------------------------+----------------------------------
 I think this is a display error triggered by my configuration.

 Both iwinfo and LuCI will show Encryption: WPA2 PSK (WEP-40, CCMP) on the
 5GHz band.

 I also have the feeling that TX power display is somehow flipped (router
 is supposed to be 20dBm on 2.4GHz and 17dBm on 5GHz).

 {{{
 wlan0     ESSID: "xxx"
           Access Point: xx
           Mode: Master  Channel: xx
           Tx-Power: 17 dBm  Link Quality: 57/70
           Signal: -53 dBm  Noise: -92 dBm
           Bit Rate: 104.0 MBit/s
           Encryption: WPA2 PSK (CCMP)
           Type: nl80211  HW Mode(s): 802.11bgn
           Hardware: unknown [Generic MAC80211]
           TX power offset: unknown
           Frequency offset: unknown
           Supports VAPs: yes  PHY name: phy0

 wlan0-1   ESSID: "guest"
           Access Point: xx
           Mode: Master  Channel: xx
           Tx-Power: 17 dBm  Link Quality: 70/70
           Signal: -3 dBm  Noise: -92 dBm
           Bit Rate: 54.0 MBit/s
           Encryption: WEP Open System (WEP-40)
           Type: nl80211  HW Mode(s): 802.11bgn
           Hardware: unknown [Generic MAC80211]
           TX power offset: unknown
           Frequency offset: unknown
           Supports VAPs: yes  PHY name: phy0

 wlan1     ESSID: "xxx"
           Access Point: xx
           Mode: Master  Channel: xx
           Tx-Power: 20 dBm  Link Quality: 49/70
           Signal: -61 dBm  Noise: -91 dBm
           Bit Rate: 364.5 MBit/s
           Encryption: WPA2 PSK (WEP-40, CCMP)
           Type: nl80211  HW Mode(s): 802.11an
           Hardware: 168C:0033 168C:A120 [Atheros AR9580]
           TX power offset: none
           Frequency offset: none
           Supports VAPs: yes  PHY name: phy1
 }}}

 {{{
 config wifi-device 'radio0'
         option type 'mac80211'
         option hwmode '11g'
         option path 'platform/ar934x_wmac'
         option htmode 'HT40'
         option country 'xx'
         option channel 'xx'
         option txpower '20'

 config wifi-iface
         option device 'radio0'
         option network 'lan'
         option mode 'ap'
         option ssid 'xxx'
         option encryption 'psk2+ccmp'
         option key 'xxx'

 config wifi-device 'radio1'
         option type 'mac80211'
         option hwmode '11a'
         option path 'pci0000:00/0000:00:00.0'
         option channel 'xx'
         option htmode 'HT40'
         option country 'xx'
         option txpower '20'

 config wifi-iface
         option device 'radio1'
         option network 'lan'
         option mode 'ap'
         option ssid 'xxx'
         option encryption 'psk2+ccmp'
         option key 'xxx'

 config wifi-iface
         option device 'radio0'
         option mode 'ap'
         option network 'dmz'
         option isolate '1'
         option ssid 'guest'
         option encryption 'wep-open'
         option key '1'
         option key1 's:guest'
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/19662>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to