Vincent Danjean wrote: > When building this system (with a cross compiler : WRT54G is mips), > we can choose to compile the bcm43xx module (the SoftMac one). The > sources for this module are not patched (ie they are the same as the > ones in 2.6.17 official linux kernel). However, I want to use my WRT54G > as an AP, so I need hostapd, so I need the dscape bcm43xx...
You could try the following patchset (on top of 2.6.18): http://www.tdiedrich.de/~ranma/linux-2.6.18-openwrt-patches-20061111.tar.bz2 I 'forwardported' the bcm947xx-hacks from the old driver to the dscape stack. So far client mode works (wpa_supplicant can associate to an AP and I can ping the AP) but hostapd still needs some work: |mgmt::auth |authentication: STA=00:15:00:2e:1a:03 auth_alg=0 auth_transaction=1 status_code0 | New STA |wlan0: STA 00:15:00:2e:1a:03 IEEE 802.11: authentication OK (open system) |authentication reply: STA=00:15:00:2e:1a:03 auth_alg=0 auth_transaction=2 resp=0 |Received 150 bytes management frame | dump: 80 21 10 01 00 00 00 44 00 00 00 00 00 00 67 37 00 00 00 00 00 00 00 006 |MGMT |mgmt::assoc_req |association request: STA=00:15:00:2e:1a:03 capab_info=0x411 listen_interval=10 | new AID 1 |wlan0: STA 00:15:00:2e:1a:03 IEEE 802.11: association OK (aid 1) |Received 98 bytes management frame | dump: 80 21 10 01 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000 |MGMT (TX callback) fail |mgmt::auth cb |wlan0: STA 00:15:00:2e:1a:03 IEEE 802.11: did not acknowledge authentication ree |Received 114 bytes management frame dump: 80 21 10 01 00 00 00 44 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 006 |MGMT (TX callback) fail |mgmt::assoc_resp cb |wlan0: STA 00:15:00:2e:1a:03 IEEE 802.11: did not acknowledge association respoe |Received 94 bytes management frame | dump: 80 21 10 01 00 00 00 44 00 00 00 00 00 00 5c 13 00 00 00 00 00 00 00 000 |MGMT |mgmt::disassoc |disassocation: STA=00:15:00:2e:1a:03 reason_code=1 |wlan0: STA 00:15:00:2e:1a:03 WPA: event 2 notification |WPA: 00:15:00:2e:1a:03 WPA_PTK entering state DISCONNECTED |WPA: 00:15:00:2e:1a:03 WPA_PTK entering state INITIALIZE |wlan0: STA 00:15:00:2e:1a:03 IEEE 802.1X: unauthorizing port |wlan0: STA 00:15:00:2e:1a:03 IEEE 802.11: disassociated | Sending deauthentication info to STA 00:15:00:2e:1a:03 |wlan0: STA 00:15:00:2e:1a:03 IEEE 802.11: deauthenticated due to inactivity HTH, -- Tobias PGP: http://9ac7e0bc.uguu.de このメールは十割再利用されたビットで作られています。 _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
