aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/p2p_supplicant.c
Commit message (Expand)AuthorAgeFilesLines
* WFD: Add support for sending Wi-Fi Display service discovery requestsJouni Malinen2012-12-141-0/+82
* P2P: Fix broken rx action frame handling (INTERNAL-SQUASH)Eyal Shapira2012-11-131-3/+13
* P2P: Fix duplicate handling of rx action frames (UPSTREAM)Eyal Shapira2012-11-051-0/+6
* Revert "Add P2P IEs to probe requests only when in P2P (UPSTREAM)"Eyal Shapira2012-10-291-7/+0
* P2P: Don't delete group on non P2P interfaces (UPSTREAM)Eyal Shapira2012-10-101-0/+24
* P2P: block find if P2P GO or CLI are active (INTERNAL)Eyal Shapira2012-09-301-0/+20
* wpa_s: handle channel conflicts on GO+STA shared interfaceVictor Goldenshtein2012-09-271-0/+6
* P2P: correct p2p_mult_chan operation (SQUASH)Arik Nemtsov2012-09-251-1/+1
* P2P: add conf param to prefer p2p multi channelArik Nemtsov2012-09-241-7/+11
* P2P: Use larger GO config timeout if HT40 is usedJouni Malinen2012-09-041-0/+7
* P2P: Add optional "ht40" argument for p2p_connectRajkumar Manoharan2012-09-041-3/+11
* P2P: Enable 40 MHz support for autonomous P2P group additionRajkumar Manoharan2012-09-041-7/+35
* P2P: Move channel validation into a separate functionRajkumar Manoharan2012-09-041-25/+38
* Add P2P IEs to probe requests only when in P2P (UPSTREAM)Eyal Shapira2012-08-131-0/+7
* Add p2p_go_max_inactivity config option (UPSTREAM)Eyal Shapira2012-08-081-0/+1
* wpa_s: support different p2p concurrency modes when connecting STAArik Nemtsov2012-08-021-8/+29
* Increase P2P_MAX_CLIENT_IDLE to 20 secs (BRCM)Eyal Shapira2012-08-021-0/+5
* P2P: Defer p2p scan if scanning on other interfaces (BRCM)Eyal Shapira2012-08-021-0/+24
* P2P: fix freq conflict resolution in case of P2P and STAEyal Shapira2012-08-021-4/+9
* P2P: Resolve frequency conflicts between STA and P2P (BRCM)Eyal Shapira2012-08-021-0/+47
* Add P2P support for BRCM CFG80211 driver (P2P invite running-GO check)Dmitry Shmidt2012-08-021-0/+19
* initiate roaming on beacon_lossEliad Peller2012-08-021-0/+1
* p2p: consider age for the p2p scan resultsYoni Divinsky2012-07-301-1/+1
* P2P: use GO channel for Operating Channel IEEliad Peller2012-07-301-0/+6
* P2P: Remove unused P2P_SCAN_SPECIFICJouni Malinen2012-06-301-5/+0
* P2P: Reject p2p_find when in provisioningSunil Dutt Undekari2012-06-251-1/+2
* P2P: Fix fallback to GO Negotiation to avoid PD-before-join timeoutAarthi Thiruvengadam2012-06-201-0/+1
* P2P: Fix group formation timeout on GO during WPS stepJouni Malinen2012-06-081-2/+4
* P2P: Fix scan_res_handler setting for p2p_scanJouni Malinen2012-06-061-6/+4
* P2P: Improve p2p_prov_disc-auto robustnessSunil Dutt Undekari2012-06-061-2/+40
* P2P: Fix P2P Group Formation timeout registration (use parent iface)Nirav Shah2012-06-041-1/+1
* P2P: Improve handling of p2p_connect-auto fallbackJouni Malinen2012-05-141-0/+4
* P2P: Add option for Provision Discovery before GO NegotiationJouni Malinen2012-05-111-4/+10
* P2P: Deinitialize global P2P context on P2P mgmt interface removalJouni Malinen2012-05-101-0/+2
* P2P: Store SSID of the group in p2p_group dataJouni Malinen2012-05-081-5/+6
* P2P: Allow older scan results to improve p2p_connect-auto robustnessJouni Malinen2012-05-081-14/+76
* Allow pbc_in_m1 workaround to be enabled in wpa_supplicant AP modeWei-Jen Lin2012-05-031-0/+1
* P2P: Clone max_sta_num parameter for group interfacesWei-Jen Lin2012-05-031-0/+1
* P2P: Add option to force SSID/passphrase for GO NegotiationJouni Malinen2012-04-271-8/+39
* P2P: Add p2p_prov_disc auto mechanismJouni Malinen2012-04-261-7/+59
* P2P: Fix PD Failure event to show peer device addressJouni Malinen2012-04-261-1/+1
* P2P: Remove unused variableMasashi Honma2012-04-211-2/+0
* P2P: Add provision discovery failure eventDeepthi Gowri2012-04-171-0/+4
* P2P: Allow immediate group idle timeout configurationJouni Malinen2012-04-131-1/+8
* P2P: Extend use of group formation timeout until end of 4-way handshakeJouni Malinen2012-04-131-0/+35
* P2P: Fix p2p_connect join scan handler in error casesJouni Malinen2012-04-131-1/+2
* P2P: Add automatic GO Negotiation vs. join-a-group selectionJouni Malinen2012-04-131-12/+69
* P2P: Fix shared freq check and support AP mode validationJouni Malinen2012-04-081-9/+13
* P2P: Abort join-group operation if concurrent group cannot be supportedJouni Malinen2012-04-081-0/+45
* P2P: Disconnect P2P group on supplicant deinitNirav Shah2012-04-061-6/+2