Getting information from a received packet's header
ahuguet at cttc.es
ahuguet
Wed Mar 21 07:24:09 PDT 2007
> I've enabled promiscuous mode with:
> iwpriv wlan0 set_rid_word 64645 1
> Does it differ from your solution. How could I use that?
>
Jouni pointed you to use a defined word in hostap_common.h
#define HFA384X_RID_PROMISCUOUSMODE 0xFC85
as you can see hexadecimal 0xFC85 equals decimal value of 64645, which is
the one you entered, so I think there should be no difference at all.
More information about the Hostap
mailing list