tests: FTM capability indication
[mech_eap.git] / src / p2p /
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-28 Daichi UeuraP2P: Restore P2P_SCAN_SPECIFIC
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: PD Response processing
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 send P2PS provisioning events
2015-02-02 Krishna VamsiP2PS: Callback to create pending group after sending...
2015-02-02 Krishna VamsiP2PS: Callback to remove stale persistent groups
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 GixP2P: Allow p2p_get_group_num_members() to be called...
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 Krishna VamsiP2PS: Helper functions to build new P2P attributes
2015-02-02 Brian GixP2PS: Add parsing of new P2P attributes
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-27 Rashmi RamannaP2P: Reinvite with social operation channel if no commo...
2014-11-23 Jouni MalinenP2P: Make p2p_parse_p2p_ie() validation steps easier...
2014-11-22 Jouni MalinenAdd generic operating class and channel to frequency...
2014-11-19 Rashmi RamannaP2P: Do not change P2P state on GO Neg failure if it...
2014-10-30 Jouni MalinenP2P: Document p2p_in_progress() return value 2
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-18 Mikael KanstrupP2P: Include passive channels in invitation response
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-09-09 Jouni MalinenP2P: Fix radio work issue with wait-for-peer GO Negotiation
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-29 Tomasz Bursztykadbus: Remove GroupMember object type and use Peer instead
2014-06-29 Tomasz BursztykaP2P Add a utility to run a callback on all available...
2014-06-29 Tomasz BursztykaP2P: Add a utility function to get the group configuration
2014-06-21 Jouni MalinenP2P: Allow passphrase length to be configured
2014-06-14 Ilan PeerP2P: Use another interface operating channel as listen...
2014-06-14 Ilan PeerP2P: Modify p2p_get_pref_freq
2014-06-12 Jouni MalinenP2P: Fix SD and DevDisc to limit maximum wait time...
2014-05-31 Jouni MalinenP2P NFC: Fix use of freed memory
2014-05-29 Jouni MalinenP2P: Debug print channel lists for invitation processing
2014-05-26 Boris SorochkinP2P: Add 60 GHz in channel to frequency conversion
2014-05-22 Jithu JanceP2P: Avoid resetting pending_listen_freq if p2p_listen...
2014-05-16 Jouni MalinenP2P: Iterate through full pref_chan list in search...
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-12 Sunil Dutt UndekariP2P: Report dev_found event (if not yet done) from...
2014-03-05 Rahul JainUse P2P_IE_VENDOR_TYPE more consistently
2014-03-02 Jouni MalinenP2P: Fix validation on Invitation Request error path
2014-02-27 Jouni MalinenP2P: Cancel offchannel TX wait on PD Response TX status
2014-02-21 Rahul JainP2P: Fix missing eloop_cancel_timeout in invitation...
2014-02-20 Jouni MalinenP2P: Add even more debug prints for Probe Request in...
2014-02-20 Jithu JanceP2P: Address few issues seen with P2P SD
2014-02-17 Jouni MalinenP2P: Add more debug prints for Probe Request processing
2014-02-11 Jouni MalinenP2P: Do not indicate P2P_FIND failure if p2p_scan is...
2014-02-07 Jouni MalinenP2P: Handle unexpected GO Neg Req reject message more...
2014-02-04 Jouni MalinenP2P: Do not re-start invitation on Probe Req RX if...
2014-01-30 Eytan LifshitzFix memory leaks and wrong memory access
2014-01-27 Jouni MalinenP2P NFC: Static handover with NFC Tag on client
2014-01-27 Jouni MalinenP2P NFC: Add GO info into handover message when in...
2014-01-27 Jouni MalinenP2P NFC: Optimize join-a-group operation based on NFC...
2014-01-27 Jouni MalinenP2P NFC: Add processing of P2P client while NFC handove...
2014-01-27 Jouni MalinenP2P NFC: Do not try to join peer if both devices are...
2014-01-27 Jouni MalinenP2P: Add support for IP address assignment in 4-way...
2014-01-27 Jouni MalinenP2P NFC: Optimize GO Negotiation retries
2014-01-27 Jouni MalinenP2P NFC: Add NFC tag enabling for static handover
next