P2P: Add support for automatic channel selection at GO
[mech_eap.git] / wpa_supplicant / p2p_supplicant.c
2010-11-10 Anil Gathala SudhaP2P: Add support for automatic channel selection at GO
2010-11-05 Jouni MalinenP2P: Clear off_channel_freq when requesting new remain...
2010-11-05 Jouni MalinenP2P: Cancel pending remain-on-channel request when...
2010-11-05 Jouni MalinenP2P: Do not skip call to p2p_scan_res_handled()
2010-11-04 Jouni MalinenP2P: Copy p2p_intra_bss setting to the group interface
2010-11-04 Jouni MalinenP2P: Allow p2p_cancel to cancel P2P client that has...
2010-11-02 Jouni MalinenP2P: Skip extra remain-on-channel if oper channel matches
2010-10-31 Jouni MalinenP2P: Fix random channel selection to use os_get_random
2010-10-31 Jouni MalinenP2P: Reorder code to avoid memory leak on error path
2010-10-31 Jouni MalinenP2P: Add NULL pointer validation for ssid for group...
2010-10-27 Jouni MalinenP2P: Fix removal_reason setting to use correct pointer
2010-10-25 Jouni MalinenP2P: Remove P2P group on driver resource becoming unava...
2010-10-25 Jouni MalinenP2P: Add mechanism for timing out idle groups
2010-10-19 Jouni MalinenP2P: Track non-P2P members in the group and set Group...
2010-10-19 Jouni MalinenFix max_stations to apply to associated STAs, not P2P...
2010-10-19 Jouni MalinenP2P: Add p2p_cancel command for cancelling ongoing...
2010-10-19 Jouni MalinenP2P: Skip GO Neg Conf ack failure workaround of send...
2010-10-18 Jouni MalinenP2P: Try to re-create group interface if pending one...
2010-10-15 Jouni MalinenP2P: Add mechanism for updating P2P channel list based...
2010-10-15 Jouni MalinenP2P: Set channel list per channel instead of per band
2010-10-15 Jouni MalinenP2P: Verify that forced channel is suitable for autonom...
2010-10-14 Jouni MalinenP2P: Reject multi-channel concurrent operations dependi...
2010-10-12 Jouni MalinenP2P: Limit p2p_connect .. pbc join based on BSSID
2010-10-10 Johannes BergP2P: Fix remain-on-channel abort race
2010-09-22 Jouni MalinenWPS 2.0: Provide (Re)Association Response WPS IE to...
2010-09-10 Sudhakar SwaminathanP2P: Add option for disabling intra BSS distribution
2010-09-10 Ardong ChenP2P: Fix invitation_received callback to use NULL bssid...
2010-09-10 Kuko LiP2P: Do not process configuration changes on non-P2P...
2010-09-10 Jouni MalinenP2P: Stop connection attempt on PBC session overlap
2010-09-10 Jouni MalinenP2P: Use group formation timeout (but longer one) with...
2010-09-10 Jouni MalinenP2P: Add peer timeout into group formation 15 second...
2010-09-10 Ardong ChenP2P: Add frequency into group started ctrl_interface...
2010-09-09 Jouni MalinenP2P: Use SSID from GO Negotiation to limit WPS provisio...
2010-09-09 Jouni MalinenP2P: Deinit GO group data before global P2P deinit
2010-09-09 Jouni MalinenP2P: Use operating frequency from peer table as backup...
2010-09-09 Jouni MalinenP2P: Fix connect-to-running-group if Action TX status...
2010-09-09 Jouni MalinenP2P: Add some more debug information for Action frame TX
2010-09-09 Jouni MalinenP2P: Clear pending Action TX frame on p2p_stop_find...
2010-09-09 Jouni MalinenP2P: For now, do not use channels 12-14 in P2P groups
2010-09-09 Jouni MalinenP2P: Fix P2P IE generation for AssocReq when BSS info...
2010-09-09 Jouni MalinenP2P: Allow driver wrapper to indicate how many stations...
2010-09-09 Jouni MalinenP2P: Add Device Password ID to GO Neg Request RX event
2010-09-09 Jouni MalinenP2P: Fix p2p_connect join with interface address
2010-09-09 Jouni MalinenP2P: Add support for cross connection
2010-09-09 Jouni MalinenP2P: Disable periodic NoA when non-P2P STA is connected
2010-09-09 Jouni MalinenP2P: Include P2P IE in (Re)AssocReq to infra AP if...
2010-09-09 Jouni MalinenP2P: Fix invitation to active group to use correct...
2010-09-09 Jouni MalinenP2P: Allow pre-authorization of invitation to apply...
2010-09-09 Jouni MalinenP2P: Add test mode for SD to force fragmented response
2010-09-09 Jouni MalinenP2P: Initial support for SD fragmentation (GAS Comeback...
2010-09-09 Jouni MalinenP2P: Fix memory leak in SD service entries
2010-09-09 Jouni MalinenP2P: Rename SD info not available define to match with...
2010-09-09 Jouni MalinenP2P: Stop early when processing not-persistent invitati...
2010-09-09 Jouni MalinenP2P: Fix Group ID in Invitation Request from active GO
2010-09-09 Jouni MalinenP2P: Add command for pre-authorizing an invitation...
2010-09-09 Jouni MalinenP2P: Set Device Password ID in WPS M1/M2 per new rules
2010-09-09 Jouni MalinenP2P: Run a scan before provision discovery in p2p_conne...
2010-09-09 Jouni MalinenP2P: Do not schedule new remain-on-channel if waiting...
2010-09-09 Jouni MalinenP2P: Fix infinite loop on interface selection for Actio...
2010-09-09 Jouni MalinenP2P: Add initial version of P2P Module