Hello,
Does NLCP support the function "Set Nickname"?
If yes, please let me know why "Set Nickname" function is not working on NLCP.
[Reproduction procedure]
(case of "iwconfig")
/ # iwconfig wlan0 nick SampleNickname
Error for wireless request "Set Nickname" (8B1C) :
SET failed on device wlan0 ; Operation not supported.
[Condition for test]
Chipset: WL1281 (This is not in the LS Research module on PandaBoard)
Firmware: Rev 7.1.5.50.74 (This firmware file is "wl128x-fw.bin" in "git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git")
NVS file: modified against "wl128x-nvs.bin" in "git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git"
Host board: PandaBoard
Host OS: Linux 2.6.39
WLAN driver: NLCP <--- git clone git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
iwconfig: version29 <--- http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
iw: version 3.0 <--- http://linuxwireless.org/download/iw/iw-3.0.tar.bz2
[Remarks]
The other basic functions can be used. (Ex. scan, connect, disconnect, etc)
For the function "Set Bit Rate", a similar error occurred.
(case of "iwconfig")
/ # iwconfig wlan0 bit 1M
Error for wireless request "Set Bit Rate" (8B20) :
SET failed on device wlan0 ; Operation not supported.
(case of "iw")
/ # ./iw dev wlan0 set bitrates legacy-2.4 1
command failed: Operation not supported (-95)
Thanks very much.