hostapd/src/p2p
Jouni Malinen e2197af1b2 P2P: Make sure parsed Device Name gets null terminated
If the msg->device_name buffer is filled from two different sources,
the copy from the P2P Device Info attribute needs to make sure that
the values gets null terminated to match the length of the correct
string should the other place use another string (which is not really
allowed by the spec, but could happen).
2010-09-10 10:30:26 -07:00
..
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00
p2p.c P2P: Add peer timeout into group formation 15 second timeout 2010-09-10 10:30:25 -07:00
p2p.h P2P: Add peer timeout into group formation 15 second timeout 2010-09-10 10:30:25 -07:00
p2p_build.c P2P: Fix build after WSC 2.0 change to use WFA vendor extension 2010-09-09 07:17:21 -07:00
p2p_dev_disc.c P2P: Fix device discoverability to not wait before sending GO Neg Req 2010-09-09 07:17:20 -07:00
p2p_go_neg.c P2P: Add peer timeout into group formation 15 second timeout 2010-09-10 10:30:25 -07:00
p2p_group.c P2P: Allow P2P IE without Device Info in (Re)Assoc Req 2010-09-09 07:17:21 -07:00
p2p_i.h P2P: Add peer timeout into group formation 15 second timeout 2010-09-10 10:30:25 -07:00
p2p_invitation.c P2P: Process Invitation Request from previously unknown peer 2010-09-10 10:30:25 -07:00
p2p_parse.c P2P: Make sure parsed Device Name gets null terminated 2010-09-10 10:30:26 -07:00
p2p_pd.c P2P: Add peer entry based on Provision Discovery Request 2010-09-10 10:30:25 -07:00
p2p_sd.c P2P: Fix GAS fragmentation to match with IEEE 802.11u 2010-09-09 07:17:21 -07:00
p2p_utils.c P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00