Hi,
I'm using the AM335 EVM together with WL1837MOD, running the pre-built binaries delivered in the ti-sdk-am335x-evm-08.00.00.00.bin
* Everything looks ok during the kenrel boot
* I'm able to configure and setup a link.
However, I'm not able to control the tx power using a fixed value, using the iw command.
Is this implemented? Verified?
---------- Run sequence.
# iw reg set B0
# wpa_supplicant -d -Dnl80211 -c/etc/wpa_supplicant.conf -iwlan0 -B
# wpa_cli -iwlan0 add_network
# wpa_cli -iwlan0 set_network 0 auth_alg OPEN
# wpa_cli -iwlan0 set_network 0 key_mgmt NONE
# wpa_cli -iwlan0 set_network 0 mode 0
# wpa_cli -iwlan0 set_network 0 ssid '"test"'
# wpa_cli -iwlan0 select network 0
# wpa_cli -iwlan0 enable network 0
# wpa_cli -iwlan0 reassociate
# ifconfig wlan0 192.168.0.101 netmask 255.255.255.0 up
# ping 192.168.0.100 (meassure tx power)
# ifconfig wlan0 down
# iw dev wlan0 set txpower fixed 2000 (also tried with 100)
# iw phy phy0 set txpower fixed 2000 (also tried with 100)
# ifconfig wlan0 192.168.0.101 netmask 255.255.255.0 up
# ping 192.168.0.100 (meassure tx power)
----------
Regards,
Peter