RSSI from promiscuous mode packets...
Posted: Sat Jan 17, 2015 8:07 pm
After getting everything up and running, I've been playing around with the chip for about a day and loading my own simple programs on it. I'm looking at the 802.11 packet spec and it doesn't look to provide any info on RSSI values, which makes sense. After looking through the documentation, it doesn't seem that there's any way to get this info from a packet gathered via promiscuous mode, in fact it looks like the callback for wifi_set_promiscuous_rx_cb is only supplied with the slice of the packet starting after the packet's preamble and PLCP header, which I'm assuming would probably be encrypted?
I know wireshark can do this sort of thing, so I'm assuming it's possible, but just a matter of writing the software to do it. Is anyone able to give a high level overview of why or why not this is possible?
Cheers!
I know wireshark can do this sort of thing, so I'm assuming it's possible, but just a matter of writing the software to do it. Is anyone able to give a high level overview of why or why not this is possible?
Cheers!