discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gr_ieee-80211 receiver


From: LiLi
Subject: Re: [Discuss-gnuradio] gr_ieee-80211 receiver
Date: Thu, 13 Apr 2017 03:20:37 -0700 (MST)

Hi,
We couldn't capture anything when we put wireshark connector after 'decode
MAC'. When debug was enable   of 'decode Mac', we found the packets were all
dropped. We tried to read codes of decode MAC block. We got a question
below:
code lines :
if(result.checksum() != 558161692) {
                dout << "checksum wrong -- dropping" << std::endl;
                return;
        }

why result.checksum() should be a constant value(i.e.558161692) ?  

Thanks!

Best,
Li Li



--
View this message in context: 
http://gnuradio.4.n7.nabble.com/gr-ieee-80211-receiver-tp63502p63520.html
Sent from the GnuRadio mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]