aboutsummaryrefslogtreecommitdiffstats
path: root/src/p2p
Commit message (Expand)AuthorAgeFilesLines
...
* P2P: Remove Label config methodJouni Malinen2011-09-084-37/+3
* 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-152-6/+21
* 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-252-0/+27
* P2P: Show P2P peer signal level in D-Bus P2P device propertiesJayant Sane2011-06-233-3/+7
* P2P: Add callback for provision discovery failureJayant Sane2011-06-123-0/+28
* P2P: Retry provision discovery requests in IDLE stateJayant Sane2011-06-123-1/+155
* P2P: add a missing 'return' after building IE from an empty stringEliad Peller2011-03-301-0/+1
* P2P: Store more WPS attributes for peersJouni Malinen2011-03-284-70/+120
* P2P: Add more WPS attributes into Listen state Probe ResponseJouni Malinen2011-03-283-21/+134
* P2P: Add option for requested device type in P2P search/scanJean-Michel Bachot2011-03-193-6/+48
* P2P: Use a single define for max number of vendor extensionsJouni Malinen2011-03-195-17/+14
* P2P: Keep track of peer WPS vendor extensionsJean-Michel Bachot2011-03-194-0/+34
* P2P: Allow adding of WPS vendor extension attributesJean-Michel Bachot2011-03-194-0/+73
* P2P: Keep track of secondary device types for peersJean-Michel Bachot2011-03-174-0/+48
* P2P: Add Secondary Device Type list in Probe Response framesJean-Michel Bachot2011-03-171-0/+9
* P2P: Add method to signal lost deviceJohannes Berg2011-02-242-0/+11
* P2P: Add p2p_get_peer_found to get peer infoJohannes Berg2011-02-242-0/+51
* P2P: Add new_device flag to dev_found callbackJohannes Berg2011-02-243-5/+13
* P2P: Embed publically visible struct in peer infoKonguraj(Raj) Kulanthaivel2011-02-248-116/+143
* 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-283-0/+12
* P2P: Allow access to group membersJohannes Berg2010-12-172-0/+40
* P2P: Unauthorize pending P2P GO Neg peer on p2p_cancelSudhakar Swaminathan2010-12-172-0/+10
* P2P: Add p2p_unauthorize commandSudhakar Swaminathan2010-11-252-0/+42
* P2P: Reselect operating channel preference based on best channelsJouni Malinen2010-11-101-28/+55
* P2P: Add support for automatic channel selection at GOAnil Gathala Sudha2010-11-103-3/+71
* 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-273-3/+16
* P2P: Fix parsing of UTF-8 device namesJouni Malinen2010-10-261-2/+3
* P2P: Add mechanism for timing out idle groupsJouni Malinen2010-10-252-0/+12
* P2P: Fix p2p_send_action conversionsJouni Malinen2010-10-202-3/+3
* P2P: Delay send_action call if p2p_scan is in progressJouni Malinen2010-10-207-64/+107
* P2P: Do not stop Listen state if it is on correct channelJouni Malinen2010-10-203-3/+24
* P2P: Track non-P2P members in the group and set Group Limit bitJouni Malinen2010-10-192-23/+31
* P2P: Skip GO Neg Conf ack failure workaround of send failuresJouni Malinen2010-10-192-10/+25
* P2P: Add mechanism for updating P2P channel list based on driver eventsJouni Malinen2010-10-152-0/+9
* P2P: Reject multi-channel concurrent operations depending on driverJouni Malinen2010-10-142-0/+19
* 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: Fix a typo to fix CONFIG_P2P=y buildJouni Malinen2010-10-101-1/+1
* P2P: Fill in default Config Methods in Invitation RequestJouni Malinen2010-09-211-1/+1
* P2P: Add option for disabling intra BSS distributionSudhakar Swaminathan2010-09-104-1/+28
* P2P: Fix invitation_received callback to use NULL bssid (if not known)Ardong Chen2010-09-101-1/+1
* P2P: Make sure parsed Device Name gets null terminatedJouni Malinen2010-09-101-0/+1
* P2P: Add peer timeout into group formation 15 second timeoutJouni Malinen2010-09-104-0/+18
* P2P: Provide local event on GO Neg Req rejectionJouni Malinen2010-09-102-0/+6