Thanks for your answer.
I see there's an option using openwrt's wireless scripts.
But I need to set this option manually, without using the scripts inside... (maybe some "iwpriv" command ?.. ) . Do you know how to do that ?
Edit :
I tried changing in the config file :
root@OpenWrt:/etc/config# cat wireless
config wifi-device wifi0
option type atheros
option country de
option channel 1-13
option mode 11b
config wifi-iface
option device wifi0
# option network lan
option mode sta
option ssid test
Results after reboot :
root@OpenWrt:/# wlanconfig ath0 list chans
Channel 1 : 2412 Mhz 11g Channel 7 : 2442 Mhz 11g
Channel 2 : 2417 Mhz 11g Channel 8 : 2447 Mhz 11g
Channel 3 : 2422 Mhz 11g Channel 9 : 2452 Mhz 11g
Channel 4 : 2427 Mhz 11g Channel 10 : 2457 Mhz 11g
Channel 5 : 2432 Mhz 11g Channel 11 : 2462 Mhz 11g
Channel 6 : 2437 Mhz 11g
I think it doesn't work . Still 1-11 channels only ...
(Last edited by mandylion on 12 Aug 2007, 13:40)