On Mon, 2007-08-13 at 10:00 +0200, Johannes Berg wrote: > So here it is. hostapd using monitor interfaces instead of the > management interface. It now uses the AP mode ethernet interface to get > at EAPOL frames instead of the management interface. So there are a few more todo items now: 1) adjust wpa_supplicant accordingly; I don't quite understand the structure. Why is there src/drivers/* (for wpa_supplicant) and src/hostapd/drivers* for hostapd? 2) make sure that we don't copy each packet before stuffing it into a monitor interface. we now throw away packets with BPF but we've already copied them, that's rather wasteful. We should be able to get by using clones. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part