aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/wpa_supplicant.c
Commit message (Expand)AuthorAgeFilesLines
* P2P: Allow driver wrapper to indicate how many stations are supportedJouni Malinen2010-09-091-0/+1
* P2P: Add mechanism for configuring UAPSD parameters for groupJouni Malinen2010-09-091-0/+5
* P2P: Add support for cross connectionJouni Malinen2010-09-091-0/+16
* P2P: Include P2P IE in (Re)AssocReq to infra AP if it uses P2P IEJouni Malinen2010-09-091-2/+1
* Trigger scan on reload-config only if there are enabled networksJouni Malinen2010-09-091-2/+4
* P2P: Add P2P IE into (Re)Association Request framesJouni Malinen2010-09-091-1/+17
* P2P: Let the driver wrapper know if association is for P2P groupJouni Malinen2010-09-091-0/+6
* P2P: Add initial version of P2P ModuleJouni Malinen2010-09-091-1/+29
* P2P: Do not register l2_packet on dedicated P2P device interfaceJouni Malinen2010-09-091-1/+6
* P2P: Use config block with disabled==2 to store persistent groupsJouni Malinen2010-09-091-14/+16
* P2P: Add dynamic network config block parameters for P2PJouni Malinen2010-09-091-1/+2
* Allow ctrl_iface SET command to change global config parametersJouni Malinen2010-09-091-0/+13
* NDIS: Fix association for WPS provisioning with protected APJouni Malinen2010-09-041-1/+5
* Share common code in wpa_supplicant_{disassociate,deauthenticate}()Jouni Malinen2010-08-261-22/+22
* Cancel authentication timeout on local deauth/disassoc requestJouni Malinen2010-08-261-0/+2
* Add Linux rfkill supportJouni Malinen2010-05-231-1/+4
* Fix enabling of networks while another network is being usedKel Modderman2010-05-021-7/+9
* Do not trigger initial scan if there are no enabled networksJouni Malinen2010-04-161-2/+5
* Add more wpa_supplicant AP mode parameters for the driver wrapperJouni Malinen2010-04-111-2/+2
* Allow driver wrappers to indicate maximum remain-on-channel durationJouni Malinen2010-04-111-9/+12
* Optimize post-WPS scan based on channel used during provisioningJouni Malinen2010-04-111-0/+1
* FT: Clean up wpa_sm_set_ft_params() by using common parseJouni Malinen2010-04-101-1/+1
* FT: Copy FT Capability and Policy to MDIE from target APJouni Malinen2010-04-091-1/+1
* MFP: Add MFPR flag into station RSN IE if 802.11w is mandatoryJouni Malinen2010-03-291-0/+1
* Preparations for v0.7.1 releaseJouni Malinen2010-01-161-2/+2
* dbus: Replace StateChanged with PropertiesChanged signalMarcel Holtmann2010-01-041-3/+9
* Standardize on a single definition of auth_alg bitfield valuesJouni Malinen2010-01-031-10/+4
* Share the same enum for MFP configurationJouni Malinen2010-01-031-15/+5
* Move wpa_supplicant specific scan code away from src/driversJouni Malinen2010-01-031-50/+1
* Use driver event, EVENT_EAPOL_RX, for EAPOL frame indicationJouni Malinen2010-01-031-0/+14
* Replace wpa_supplicant_sta_rx() call with driver eventJouni Malinen2010-01-031-8/+0
* Maintain a pointer to the current BSS table entryJouni Malinen2010-01-021-0/+4
* Do not store raw scan resultsJouni Malinen2010-01-021-14/+26
* Use BSS table entry instead of raw scan result for connectionJouni Malinen2010-01-021-15/+12
* Only expire scanned BSSes based on new scan resultsJouni Malinen2010-01-021-2/+5
* dbus: Divide DebugParams property to three separate propertiesWitold Sowa2010-01-011-4/+6
* dbus: Fix D-Bus network and BSS object registration/unregistrationJouni Malinen2009-12-291-2/+9
* Define struct wpa_ssid::mode as an enum with more readable valuesJouni Malinen2009-12-281-8/+9
* Include BSS table unconditionally in the wpa_supplicant buildJouni Malinen2009-12-281-14/+6
* Add BSS table to track scan results without dropping informationJouni Malinen2009-12-271-58/+25
* Indicate interface removal only if the interface was added successfullyJouni Malinen2009-12-261-5/+7
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-7/+8
* Avoid NULL dereference on error path when default driver is usedJouni Malinen2009-12-231-1/+1
* WPS ER: Delay wpa_supplicant termination to allow unsubscriptionJouni Malinen2009-12-191-2/+19
* eloop: Remove global user data pointerJouni Malinen2009-12-191-9/+7
* Initialize new_connection = 1 to fix wpa_supplicant AP mode operstateJouni Malinen2009-12-151-0/+1
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-061-12/+1
* IBSS RSN: Wait for connection event and do not use auth timeoutJouni Malinen2009-12-041-2/+3
* nl80211: Add support for IBSS networksJouni Malinen2009-12-041-2/+3
* Fix driver initialization not to crash if driver does not use init2()Jouni Malinen2009-12-021-2/+2