P2P: Allow P2P listen being offloaded to the driver/firmware
[mech_eap.git] / src / p2p / p2p.c
2016-07-03 Peng XuP2P: Allow P2P listen being offloaded to the driver...
2016-04-07 Jouni MalinenP2P: Continue p2p_find after sending non-success Invita...
2016-03-03 Ilan PeerP2P: Update peer listen channel from Probe Request...
2016-03-03 Lior DavidP2P: Add Dev Info attribute to Probe Request frames...
2016-01-07 Jouni MalinenP2P: Print find_start in debug log when ignoring old...
2016-01-04 Jouni MalinenP2P: Try SD Query with each non-ACK peer only once...
2015-12-30 Jouni MalinenP2P: Fix P2P_FIND while waiting for listen ROC to start...
2015-12-30 Jouni MalinenP2PS: Add group SSID, if known, to the P2PS-PROV-DONE...
2015-10-26 Hu WangP2P: Filter control chars in group client device name...
2015-10-24 Jouni MalinenP2P: Avoid undefined behavior in pointer arithmetic
2015-10-11 Ilan PeerP2PS: Indicate the chosen operating frequency
2015-10-11 Ilan PeerP2PS: Add channel policy to PD Request
2015-10-07 Max StepanovP2PS: Send follow-on PD response only if status is 12
2015-10-07 Andrei OtcheretianskiP2P: Cancel extended listen on p2p_flush()
2015-08-27 Purushottam KushwahaP2PS: Remove redundant check in for loop
2015-07-30 Ahmad KholaifP2P: Use preferred frequency list from the local driver
2015-07-26 Max StepanovP2PS: Add CPT parameter to P2P_SERVICE_ADD asp command
2015-07-20 Jouni MalinenUse a single cleanup timer per wpa_supplicant process
2015-07-17 Jouni MalinenP2P: Clear p2p->ssid_set on flush
2015-06-27 Jouni MalinenP2PS: Do not reply to ProbeReq on another channel when...
2015-06-23 Jouni MalinenP2P: Use offsetof() instead of local implementation
2015-06-18 Ben RosenfeldP2P: Fix memory leak in p2p_process_nfc_connection_hand...
2015-06-18 Jouni MalinenP2PS: Remove unnecessary service hash filtering from...
2015-06-18 Jouni MalinenP2PS: Do not ignore other hashes if org.wi-fi.wfds...
2015-06-18 Jouni MalinenP2PS: Fix service hash matching for org.wi-fi.wfds
2015-06-18 Jouni MalinenP2PS: Fix p2p_find handling to allow "wildcard" with...
2015-06-18 Jouni MalinenP2PS: Verify service name length in P2P_FIND command
2015-06-15 Max StepanovP2PS: Refactor p2p_data::query_hash and p2p_data::query...
2015-06-14 Max StepanovP2PS: Delete p2ps_svc_found from struct p2p_data
2015-06-14 Max StepanovP2PS: Add a function to free a PD context
2015-06-14 Andrei OtcheretianskiP2P: Prefer direct Probe Response frames over GO's...
2015-06-14 Andrei OtcheretianskiP2P: Use more precise device timestamping for group...
2015-06-14 Andrei OtcheretianskiP2P: Specify frequency when sending Probe Response...
2015-06-14 Max StepanovP2P: Fix return value of p2p_reply_probe() and p2p_prob...
2015-06-14 Max StepanovP2P: Add rx_freq parameter to Probe Request frame handler
2015-06-12 Amr BEN ABDESSALEMP2P: Add Operating class 125 for P2P supported channels
2015-05-07 Ilan PeerP2P: Fix association with an AP/P2P GO that is not...
2015-04-22 Jouni MalinenP2P: Validate SSID element length before copying it...
2015-03-20 Max StepanovP2PS: Delete ASP advertisements on wpas_p2p_service_flush
2015-03-01 Jouni MalinenP2P: Continue find in GO-Neg-Resp-fail status corner...
2015-02-28 Daisuke NiwaP2P: Allow a specific channel to be specified in P2P_FIND
2015-02-09 Jouni MalinenP2P: Fix send_action_in_progress clearing in corner...
2015-02-04 Krishna VamsiP2P: Fix stopping on search after SD callback
2015-02-03 Jouni MalinenP2P: Clean up Listen channel optimization debug prints
2015-02-02 Krishna VamsiP2PS: Allow PD retry in SEARCH and LISTEN_ONLY also
2015-02-02 Krishna VamsiP2PS: Send P2P_FIND_STOPPED event during P2P SD also
2015-02-02 Krishna VamsiP2PS: Provision Discovery fail event
2015-02-02 Krishna VamsiP2PS: PD Request processing and PD Response building
2015-02-02 Krishna VamsiP2PS: Callback to create pending group after sending...
2015-02-02 Krishna VamsiP2PS: Process P2PS provisioning commands
2015-02-02 Krishna VamsiP2PS: Add P2PS attributes into PD Request if requested
2015-02-02 Krishna VamsiP2PS: Allow p2p_build_ssid() to use pre-set SSID
2015-02-02 Krishna VamsiP2PS: Logic to parse GAS requests for ASP services
2015-02-02 Brian GixP2PS: Add Application Service Info to device found...
2015-02-02 Brian GixP2PS: Add Advertised Service Info into Probe Response...
2015-02-02 Krishna VamsiP2PS: Parse Probe Request frames for matching ASP hashes
2015-02-02 Krishna VamsiP2PS: Extend add/del services logic to support ASP
2015-02-02 Brian GixP2PS: WPS changes needed for P2PS default PIN
2015-02-02 Brian GixP2PS: Add service hash to Probe Request frames
2015-02-02 Brian GixP2PS: Add option to specify seek strings into P2P_FIND
2015-02-02 Jouni MalinenP2P: Add P2P state into p2p_send_action_cb() debug...
2015-01-22 Ola OlssonP2P: Fix NULL pointer dereference with SD query cancell...
2014-12-09 Sunil DuttP2P: Check Invitation Response dialog token match for...
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-12-06 Jouni MalinenP2P: Split p2p_channels_union() into two functions
2014-11-19 Rashmi RamannaP2P: Do not change P2P state on GO Neg failure if it...
2014-10-30 Sunil DuttP2P: Set p2p_scan_running based on driver scan request...
2014-10-29 Jouni MalinenP2P: Clean up p2p_go_neg_failed() calls
2014-10-29 Rashmi RamannaP2P: Use timer to fail GO Negotation while waiting...
2014-10-25 Ilan PeerP2P: Save group common frequencies in invitation result
2014-10-25 Constantin MuscaP2P: Stop driver listen in p2p_state_timeout()
2014-10-23 Jouni MalinenP2P: Stop TX wait on SD query TX status failure
2014-10-23 Jouni MalinenP2P: Limit number of SD retries during find
2014-10-23 Jouni MalinenP2P: Iterate through all peers in pending pre-find...
2014-10-12 Jean TrivellyP2P: Inform upper layer when WFD-IE field of a P2P...
2014-10-11 Jouni MalinenP2P: Clean up coding style and indentation level
2014-09-29 Ahmad MasriP2P: Add support for 60 GHz social channel
2014-09-28 Constantin MuscaP2P: Decrement sd_pending_bcast_queries when sd returns...
2014-09-27 Jouni MalinenP2P: Set timeout when starting GO Negotiation from...
2014-09-27 Jouni MalinenP2P: Clear pending_listen_freq when starting GO Neg...
2014-09-13 Jouni MalinenP2P: Check os_get_random() return value more consistently
2014-07-08 Jouni MalinenP2P: Make unrecognized vendor elements available in...
2014-07-07 Jouni MalinenAdd generic mechanism for adding vendor elements into...
2014-06-29 Tomasz BursztykaP2P: Add a utility function to run a method on every...
2014-06-21 Jouni MalinenP2P: Allow passphrase length to be configured
2014-06-14 Ilan PeerP2P: Use another interface operating channel as listen...
2014-05-31 Jouni MalinenP2P NFC: Fix use of freed memory
2014-05-22 Jithu JanceP2P: Avoid resetting pending_listen_freq if p2p_listen...
2014-05-15 Rashmi RamannaP2P: Modify the timeout for GO Negotiation on no concur...
2014-05-15 Jouni MalinenP2P: Refrain from performing extended listen during PD
2014-05-09 Sunil DuttP2P: Refrain from performing extended listen during...
2014-04-29 Jouni MalinenMake dl_list_first() and dl_list_last() uses easier...
2014-04-29 Jouni MalinenP2P: Verify operating channel validity for NFC connecti...
2014-04-11 Nirav ShahP2P: Add retry mechanism for GO Negotiation Confirmation
2014-03-25 Rashmi RamannaP2P: Optimize scan for GO during persistent group invoc...
2014-03-23 Jouni MalinenP2P: Clean up channel selection code to use helper...
2014-03-22 Arif HussainP2P: Update op_reg_class in random social channel case
2014-03-22 Arif HussainP2P: Avoid unsafe pre-configured channel as channel...
2014-03-05 Rahul JainUse P2P_IE_VENDOR_TYPE more consistently
2014-02-27 Jouni MalinenP2P: Cancel offchannel TX wait on PD Response TX status
next