aboutsummaryrefslogtreecommitdiffstats
path: root/src/p2p/p2p.c
Commit message (Expand)AuthorAgeFilesLines
* P2P: Skip duplicated provision discovery on joinJithu Jance2011-12-061-0/+28
* P2P: Clear WPS method when GO negotiation failsJohannes Berg2011-11-181-0/+2
* P2P: Indicate GO Negotiation failure on peer expirationJithu Jance2011-11-181-1/+6
* P2P: Fix collection of member-in-group information for peer entriesJouni Malinen2011-11-181-1/+1
* Mark local functions staticJouni Malinen2011-11-181-4/+4
* P2P: Wait until ongoing scan completes before starting P2P findJouni Malinen2011-11-151-0/+25
* P2P: Advertise Persistent Reconnect group capabilityJouni Malinen2011-10-241-10/+28
* Remove unused variablesJouni Malinen2011-10-231-9/+8
* P2P: Do not change SSID during GO negotiationJouni Malinen2011-10-111-0/+2
* P2P: Refresh peer entries on Probe Request RXMarek Kwaczynski2011-10-011-0/+1
* P2P: Provide mechanism for figuring out p2p_scan_ie() buffer needJouni Malinen2011-09-291-0/+6
* P2P: Fix group formation after previous commitJouni Malinen2011-09-291-1/+1
* P2P: Do not request station mode scans during P2P operationsJouni Malinen2011-09-291-0/+8
* P2P: Do not leave P2P scan handler registered if scan failsJouni Malinen2011-09-291-0/+2
* P2P: Fix a race condition in some P2P command sequenciesJouni Malinen2011-09-221-0/+10
* P2P: Remove Label config methodJouni Malinen2011-09-081-2/+0
* P2P: Fix 802.11b-only rate validation for Probe Request framesJouni Malinen2011-08-021-0/+8
* P2P: Do not reply to Probe Request frame indicating only 802.11b ratesJouni Malinen2011-07-151-0/+30
* P2P: Check Device ID match in Probe Request frames in Listen stateJouni Malinen2011-07-151-5/+18
* P2P: Filter Probe Request frames based on DA and BSSID in Listen stateJouni Malinen2011-07-151-4/+17
* P2P: Only call dev_lost() for devices that have been dev_found()Angie Chinchilla2011-07-041-1/+4
* P2P: Update listen and operating channel from P2P D-BusJayant Sane2011-06-251-0/+16
* P2P: Show P2P peer signal level in D-Bus P2P device propertiesJayant Sane2011-06-231-2/+2
* P2P: Add callback for provision discovery failureJayant Sane2011-06-121-0/+4
* P2P: Retry provision discovery requests in IDLE stateJayant Sane2011-06-121-1/+97
* P2P: Store more WPS attributes for peersJouni Malinen2011-03-281-69/+82
* P2P: Add more WPS attributes into Listen state Probe ResponseJouni Malinen2011-03-281-1/+80
* P2P: Add option for requested device type in P2P search/scanJean-Michel Bachot2011-03-191-4/+33
* P2P: Use a single define for max number of vendor extensionsJouni Malinen2011-03-191-6/+6
* P2P: Keep track of peer WPS vendor extensionsJean-Michel Bachot2011-03-191-0/+22
* P2P: Allow adding of WPS vendor extension attributesJean-Michel Bachot2011-03-191-0/+35
* P2P: Keep track of secondary device types for peersJean-Michel Bachot2011-03-171-0/+28
* P2P: Add method to signal lost deviceJohannes Berg2011-02-241-0/+2
* P2P: Add p2p_get_peer_found to get peer infoJohannes Berg2011-02-241-0/+41
* P2P: Add new_device flag to dev_found callbackJohannes Berg2011-02-241-4/+9
* P2P: Embed publically visible struct in peer infoKonguraj(Raj) Kulanthaivel2011-02-241-68/+65
* P2P: Check GO Neg Req retransmit limit in p2p_listen_endJouni Malinen2011-01-121-0/+8
* P2P: Limit the retransmission of GO Negotiation request to 120Fabien Marotte2010-12-281-0/+10
* P2P: Unauthorize pending P2P GO Neg peer on p2p_cancelSudhakar Swaminathan2010-12-171-0/+8
* P2P: Add p2p_unauthorize commandSudhakar Swaminathan2010-11-251-0/+29
* P2P: Add support for automatic channel selection at GOAnil Gathala Sudha2010-11-101-3/+52
* P2P: Drop pending TX frame on new p2p_connectJouni Malinen2010-11-051-0/+15
* P2P: Do not re-send PD Request for join-a-group after acked frameJouni Malinen2010-10-271-3/+11
* P2P: Delay send_action call if p2p_scan is in progressJouni Malinen2010-10-201-8/+56
* P2P: Do not stop Listen state if it is on correct channelJouni Malinen2010-10-201-2/+13
* P2P: Skip GO Neg Conf ack failure workaround of send failuresJouni Malinen2010-10-191-8/+16
* P2P: Add mechanism for updating P2P channel list based on driver eventsJouni Malinen2010-10-151-0/+7
* P2P: Share code for p2p_connect/authorize channel preparationJouni Malinen2010-10-141-47/+24
* P2P: Verify that p2p_connect forced frequency is allowed for P2PJouni Malinen2010-10-141-4/+24
* P2P: Add option for disabling intra BSS distributionSudhakar Swaminathan2010-09-101-0/+8