aboutsummaryrefslogtreecommitdiffstats
path: root/src/p2p
Commit message (Expand)AuthorAgeFilesLines
...
* P2P: Advertise immediate availability of WPS credentialJouni Malinen2012-02-275-13/+30
* P2P: Make p2p_flush stop P2P operations consistentlyJouni Malinen2012-02-271-5/+1
* P2P: Fix remain-on-channel use with PD/Invitation Request while in ListenJouni Malinen2012-02-274-0/+15
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-1112-96/+24
* P2P: Avoid re-starting p2p_search in some corner casesJouni Malinen2012-02-091-0/+14
* P2P: Fix p2p_scan() error processing in p2p_search()Jouni Malinen2012-02-091-1/+1
* P2P: Move p2p_add_device() prototype to correct header fileJouni Malinen2012-02-072-3/+2
* P2P: Allow BSS entry to be fetched based on GO P2P Device AddressJouni Malinen2012-02-072-0/+35
* P2P: Remove unneeded go_neg_peer check from PDJohannes Berg2012-02-051-3/+2
* P2P: Do not expire peer entry if we are connected to the peerJouni Malinen2012-01-252-0/+21
* P2P: Do not expire peer entry if peer is connected as a clientJouni Malinen2012-01-253-0/+36
* P2P: Notify upper framework on stopping the p2p_find(SEARCH)Jithu Jance2012-01-221-0/+3
* P2P: Use Device ID attribute to filter Probe Request frames as GOJouni Malinen2012-01-082-0/+30
* P2P: Allow Device ID to be specified for p2p_find commandJouni Malinen2012-01-083-10/+26
* P2P: Move public P2P_PEER info generation into ctrl_ifaceJouni Malinen2011-12-222-36/+35
* P2P: Replace p2p_get_peer_info with p2p_peer_known when applicableJouni Malinen2011-12-222-0/+14
* P2P: Fix a typo in a function documentationJouni Malinen2011-12-221-1/+1
* P2P: Do not allow pending listen command override connectJouni Malinen2011-12-211-0/+6
* P2P: Reduce the idle time in Wait peer connect stateNeeraj Kumar Garg2011-12-181-1/+1
* P2P: Fix PROBE_REQ_ONLY flag use for Provision Discovery RequestNeeraj Kumar Garg2011-12-181-1/+1
* P2P: Fix Provision Discovery channel for some join-GO casesJouni Malinen2011-12-184-8/+13
* P2P: Make GO negotiation peer and group information available over D-BusReinette Chatre2011-12-182-1/+3
* P2P: Do not include own information in the peer tableMarek Kwaczynski2011-12-181-0/+3
* P2P: Remove unexpected pending Provision Discovery Request in SearchJean-Michel.Bachot2011-12-111-0/+14
* P2P: Fix Provision Discovery name in debug messagesJouni Malinen2011-12-113-7/+7
* P2P: Reject Presence Request if current NoA cannot be fetchedJouni Malinen2011-12-111-1/+1
* P2P: Remove forgotten TODO commentJouni Malinen2011-12-101-2/+0
* P2P: Add group ifname to P2P-PROV-DISC-* eventsJouni Malinen2011-12-062-3/+6
* P2P: Skip duplicated provision discovery on joinJithu Jance2011-12-064-0/+65
* 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
* Use NULL instead of 0 for pointersJouni Malinen2011-11-181-1/+1
* 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: Deal with a peer associating while connectedJohannes Berg2011-11-161-21/+33
* P2P: Wait until ongoing scan completes before starting P2P findJouni Malinen2011-11-153-0/+38
* P2P: Append P2P Device Address to AP-STA-CONNECTED eventJithu Jance2011-10-252-0/+22
* P2P: Advertise Persistent Reconnect group capabilityJouni Malinen2011-10-245-16/+59
* Remove unused variablesJouni Malinen2011-10-231-9/+8
* P2P: Fix wpabuf reuse on p2p_group_notif_noa()Janusz Dziedzic2011-10-131-1/+1
* P2P: Do not change SSID during GO negotiationJouni Malinen2011-10-113-2/+15
* P2P: Refresh peer entries on Probe Request RXMarek Kwaczynski2011-10-011-0/+1
* Move GAS/ANQP build routines to a separate file from P2PJouni Malinen2011-09-291-82/+17
* P2P: Provide mechanism for figuring out p2p_scan_ie() buffer needJouni Malinen2011-09-292-0/+13
* P2P: Fix group formation after previous commitJouni Malinen2011-09-291-1/+1
* P2P: Do not request station mode scans during P2P operationsJouni Malinen2011-09-292-0/+15
* P2P: Do not leave P2P scan handler registered if scan failsJouni Malinen2011-09-291-0/+2
* Rename and fix ANQP definitions to match IEEE Std 802.11u-2011Jouni Malinen2011-09-261-32/+35
* P2P: Fix a race condition in some P2P command sequenciesJouni Malinen2011-09-221-0/+10
* P2P: Allow advertisement config methods to be limitedJouni Malinen2011-09-081-0/+4