| Commit message (Expand) | Author | Age | Files | Lines |
* | P2P: Add optional "ht40" argument for p2p_connect | Rajkumar Manoharan | 2012-09-04 | 1 | -0/+1 |
* | P2P: Resolve frequency conflicts between STA and P2P (BRCM) | Eyal Shapira | 2012-08-02 | 1 | -1/+4 |
* | Android: Implement SETBAND for scan requests | Jouni Malinen | 2012-08-02 | 1 | -0/+2 |
* | Disconnect if we can't roam following beacon loss | Eyal Shapira | 2012-08-02 | 1 | -0/+1 |
* | Roam back to the origin AP when assoc/auth times out | Eyal Shapira | 2012-08-02 | 1 | -2/+10 |
* | initiate roaming on beacon_loss | Eliad Peller | 2012-08-02 | 1 | -0/+1 |
* | wpa_s: add API to disable or enable roaming | Eyal Shapira | 2012-08-02 | 1 | -0/+2 |
* | wpa_s: Disable bgscan and roaming when driver support is limited | Eyal Shapira | 2012-08-02 | 1 | -0/+3 |
* | sched scan: read driver support for sched scan intervals | Eyal Shapira | 2012-08-02 | 1 | -0/+1 |
* | sched scan: Logic changes | Eyal Shapira | 2012-08-02 | 1 | -1/+0 |
* | sched scan: Continue to scan even if previous scan cancel fails | Eyal Shapira | 2012-08-02 | 1 | -0/+1 |
* | Fix use-after-free bug when removing a connected network | Eyal Shapira | 2012-08-02 | 1 | -1/+2 |
* | Export disconnect reason code to dbus | Gary Morain | 2012-06-30 | 1 | -0/+3 |
* | Reinitialize autoscan on explicit reassocciate/reconnect command | Jouni Malinen | 2012-06-26 | 1 | -0/+1 |
* | Add automatic scanning support | Tomasz Bursztyka | 2012-06-26 | 1 | -0/+4 |
* | P2P: Add preference setting for concurrent use cases | Jithu Jance | 2012-06-10 | 1 | -0/+6 |
* | P2P: Improve p2p_prov_disc-auto robustness | Sunil Dutt Undekari | 2012-06-06 | 1 | -0/+1 |
* | WNM: Add advertisement of BSS max idle period | Jouni Malinen | 2012-05-27 | 1 | -0/+2 |
* | P2P: Add option for Provision Discovery before GO Negotiation | Jouni Malinen | 2012-05-11 | 1 | -0/+1 |
* | Validate WEP key lengths based on driver capabilities | Jouni Malinen | 2012-05-10 | 1 | -0/+3 |
* | P2P: Deinitialize global P2P context on P2P mgmt interface removal | Jouni Malinen | 2012-05-10 | 1 | -0/+1 |
* | P2P: Allow older scan results to improve p2p_connect-auto robustness | Jouni Malinen | 2012-05-08 | 1 | -0/+1 |
* | Add handling of OBSS scan requests and 20/40 BSS coex reports | Rajkumar Manoharan | 2012-05-03 | 1 | -0/+3 |
* | Fix D-Bus build without ctrl_iface | Jouni Malinen | 2012-04-27 | 1 | -0/+15 |
* | P2P: Add option to force SSID/passphrase for GO Negotiation | Jouni Malinen | 2012-04-27 | 1 | -0/+1 |
* | P2P: Add p2p_prov_disc auto mechanism | Jouni Malinen | 2012-04-26 | 1 | -0/+5 |
* | P2P: Add automatic GO Negotiation vs. join-a-group selection | Jouni Malinen | 2012-04-13 | 1 | -0/+5 |
* | P2P: Remove client group on Deauthentication reason code 3 | Jouni Malinen | 2012-04-03 | 1 | -1/+2 |
* | DBus: Add ability to report probe requests | Johannes Berg | 2012-04-01 | 1 | -0/+3 |
* | Create DBus getter/setter for ScanInterval | Mukesh Agrawal | 2012-04-01 | 1 | -0/+2 |
* | debug: Add option to log to Linux tracing | Johannes Berg | 2012-03-31 | 1 | -0/+5 |
* | Fix processing of channel list update events | Jouni Malinen | 2012-03-01 | 1 | -0/+1 |
* | Allow PC/SC reader to be selected and initialized at start | Jouni Malinen | 2012-02-26 | 1 | -0/+4 |
* | P2P: Allow channels to be removed from P2P use | Jouni Malinen | 2012-02-17 | 1 | -0/+8 |
* | Add BSSID filter for testing purposes | Jouni Malinen | 2012-02-16 | 1 | -0/+3 |
* | Remove the GPL notification from files contributed by Jouni Malinen | Jouni Malinen | 2012-02-11 | 1 | -8/+2 |
* | Support HT capability overrides | Ben Greear | 2012-01-29 | 1 | -0/+5 |
* | Let wpa_supplicant_deinit_iface() know that process is terminating | Dmitry Shmidt | 2012-01-29 | 1 | -1/+2 |
* | Interleave wildcard and specific SSID scans when max_ssids=1 | Eyal Shapira | 2012-01-29 | 1 | -0/+3 |
* | WPS: Use single channel scan if AP channel already known | Jouni Malinen | 2011-12-31 | 1 | -0/+1 |
* | Maintain internal copy of Probe Response offload capabilities | Arik Nemtsov | 2011-12-10 | 1 | -0/+7 |
* | Update internal MAC address on EVENT_INTERFACE_ENABLED events | Jouni Malinen | 2011-12-03 | 1 | -0/+1 |
* | Use normal scan before sched_scan if that can speed up connection | Jouni Malinen | 2011-11-28 | 1 | -0/+1 |
* | Add preferred network offload (PNO) functionality | Jouni Malinen | 2011-11-28 | 1 | -0/+2 |
* | P2P: Wait until ongoing scan completes before starting P2P find | Jouni Malinen | 2011-11-15 | 1 | -0/+2 |
* | Correct a spelling mistake | Fu Yingang | 2011-11-13 | 1 | -1/+1 |
* | Fix TKIP countermeasures stopping in deinit paths | Jouni Malinen | 2011-10-30 | 1 | -0/+2 |
* | Add no_cck parameter for send_action() driver_ops | Jouni Malinen | 2011-10-29 | 1 | -0/+1 |
* | P2P: Fix wpa_supplicant crash on P2P WPS PBC overlap case | Jithu Jance | 2011-10-24 | 1 | -3/+3 |
* | TDLS: Get TDLS related capabilities from driver | Arik Nemtsov | 2011-10-23 | 1 | -0/+1 |