@rooster: I don't see any reference to "mssid" in the uaputl sources, the module sources or google. Anyway, I setup a uap0:1 interface that I can configure with uaputl. But the changes would apply to the original uap0 as well as the uap0:1 (and vice versa). Any idea how one is supposed to configure multiple ssids?
@sfzhi: easy:
flip@nibbler ~/PROJEKTE/guruplug $ tar -xzf uaputl.tar.gz
flip@nibbler ~/PROJEKTE/guruplug $ cd uaputl
flip@nibbler ../PROJEKTE/guruplug/uaputl $ make
cc -Wall -c -o uaputl.o uaputl.c
uaputl.c: In function ‘apcmd_sys_config’:
uaputl.c:3817: warning: ‘argv_dummy’ may be used uninitialized in this function
cc -Wall -c -o uapcmd.o uapcmd.c
cc -lrt -o uaputl uaputl.o uapcmd.o
flip@nibbler ../PROJEKTE/guruplug/uaputl $ ./uaputl -v
uaputl.exe - uAP utility ver 1.12
You'll need to install GCC etc. Probably "aptitude install build-essential" will do. Perhaps you need the appropriate linux-header package as well.