[ap-utils] ap-utils version 1.3.2-pre2 released with support
new Netgear ME102 APs
mailme@dkit.nl
ap-utils@lists.polesye.net
Sun, 27 Apr 2003 11:10:30 +0200
Hi,
I tried 1.3.2-pre3 on a recently bought ME102 (it says "Rev B", but i
don't know if that's the 'new' version you mean).
On MAC OS X it compiles without any problems and seems to work just
fine, only (minor) problem seems to be reconnecting with saved info,
nothing works then. If i remove ~/.ap-config and reconnect everything is
OK again.
On slackware 8.1 make (GNU Make version 3.79.1) fails with an error:
auth_mac.c: In function `AuthMAC':
auth_mac.c:66: parse error before `char'
auth_mac.c:70: `varbinds' undeclared (first use in this function)
auth_mac.c:70: (Each undeclared identifier is reported only once
auth_mac.c:70: for each function it appears in.)
auth_mac.c:81: `auth_mac' undeclared (first use in this function)
auth_mac.c:82: `message' undeclared (first use in this function)
auth_mac.c:87: `total_mac' undeclared (first use in this function)
auth_mac.c:88: `mac_num' undeclared (first use in this function)
auth_mac.c:141: `begin' undeclared (first use in this function)
auth_mac.c:142: `end' undeclared (first use in this function)
auth_mac.c:160: `m_authmac' undeclared (first use in this function)
auth_mac.c:166: `i' undeclared (first use in this function)
if i simply comment out the offending part in auth_mac.c:
/* if (ME102 == ap_type) {
EnableAuthMAC[5] = 0xE0;
EnableAuthMAC[6] = 0x3E;
AutorizedMac[5] = 0xE0;
AutorizedMac[6] = 0x3E;
}
*/
everything compiles and works just fine.
hope to help,
dirk
ps: if you need more info just let me know
Roman Festchook wrote:
>Hello!
>Yesterday I'm publish latest development version 1.3.2-pre2 of
ap-utils >on the
>sourceforge.net. Main new feature - it's support new Netgear ME102 APs
>with
>changed enterprise ID. As I'm havn't this hardware - need volonters to
>testing - so please report problems or success to maillist or directly
>to me.
>Download: http://ap-utils.polesye.net/?download
>
>Have Fun!