fragattacks/src/p2p
Lior David e4a1469cec P2P: Adjust service discovery maximum fragment size for 60 GHz
In the 60 GHz band, service discovery management frames are sent over
the control PHY and have a smaller maximum frame size (IEEE Std
802.11ad-2012, 21.4.3.2). Fix the code to use sufficiently small
fragment size when operating in the 60 GHz band.

The 60 GHz fragment size (928) is derived from the maximum frame size
for control PHY (1023) and subtracting 48 bytes of header size, and some
spare so we do not reach frames with the absolute maximum size.

Signed-off-by: Lior David <qca_liord@qca.qualcomm.com>
2016-03-07 13:47:01 +02:00
..
Makefile tests: Add p2p-fuzzer 2015-04-22 11:44:19 +03:00
p2p_build.c P2P: Add preferred frequency list extension to GO Neg Req 2015-07-30 22:13:48 +03:00
p2p_dev_disc.c P2PS: Refactor p2p_data::query_hash and p2p_data::query_count use 2015-06-15 17:30:01 +03:00
p2p_go_neg.c P2P: Update peer WFD IE from PD Response and GO Negotiation Response 2016-03-05 10:02:59 +02:00
p2p_group.c P2P: Avoid undefined behavior in pointer arithmetic 2015-10-24 21:43:54 +03:00
p2p_i.h P2P: Try SD Query with each non-ACK peer only once per search iteration 2016-01-05 01:03:28 +02:00
p2p_invitation.c P2P: Reduce off channel wait time for some P2P Action frames 2016-02-06 18:19:03 +02:00
p2p_parse.c P2P: Filter control chars in group client device name similarly to peer 2015-10-26 23:43:45 +02:00
p2p_pd.c P2P: Update peer WFD IE from PD Response and GO Negotiation Response 2016-03-05 10:02:59 +02:00
p2p_sd.c P2P: Adjust service discovery maximum fragment size for 60 GHz 2016-03-07 13:47:01 +02:00
p2p_utils.c P2P: Fix the calculation of group common freqs 2015-09-25 21:05:42 +03:00
p2p.c P2P: Update peer listen channel from Probe Request frames 2016-03-03 17:10:26 +02:00
p2p.h P2P: Add Dev Info attribute to Probe Request frames in 60 GHz 2016-03-03 15:13:56 +02:00