aboutsummaryrefslogtreecommitdiffstats
path: root/src/p2p/p2p_group.c
Commit message (Expand)AuthorAgeFilesLines
* P2P: Use consistent Device Capability in Beacon/Probe ResponseMasashi Honma2012-06-061-3/+2
* P2P: Store SSID of the group in p2p_group dataJouni Malinen2012-05-081-0/+12
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-111-8/+2
* P2P: Do not expire peer entry if peer is connected as a clientJouni Malinen2012-01-251-0/+13
* P2P: Use Device ID attribute to filter Probe Request frames as GOJouni Malinen2012-01-081-0/+25
* P2P: Reject Presence Request if current NoA cannot be fetchedJouni Malinen2011-12-111-1/+1
* P2P: Deal with a peer associating while connectedJohannes Berg2011-11-161-21/+33
* P2P: Append P2P Device Address to AP-STA-CONNECTED eventJithu Jance2011-10-251-0/+13
* P2P: Advertise Persistent Reconnect group capabilityJouni Malinen2011-10-241-1/+4
* P2P: Fix wpabuf reuse on p2p_group_notif_noa()Janusz Dziedzic2011-10-131-1/+1
* P2P: Allow access to group membersJohannes Berg2010-12-171-0/+24
* P2P: Add mechanism for timing out idle groupsJouni Malinen2010-10-251-0/+5
* P2P: Track non-P2P members in the group and set Group Limit bitJouni Malinen2010-10-191-23/+26
* P2P: Add option for disabling intra BSS distributionSudhakar Swaminathan2010-09-101-1/+2
* P2P: Allow P2P IE without Device Info in (Re)Assoc ReqJouni Malinen2010-09-091-1/+11
* P2P: Fix code order to avoid potential NULL pointer dereferenceJouni Malinen2010-09-091-1/+3
* P2P: Add support for cross connectionJouni Malinen2010-09-091-0/+2
* P2P: Add Group Info attr into Probe Response in GO without clientsJouni Malinen2010-09-091-10/+8
* P2P: Add initial version of P2P ModuleJouni Malinen2010-09-091-0/+628