aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/sme.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary bss != NULL checks from sme_authenticate()Jouni Malinen2010-01-101-3/+3
* Standardize on a single definition of auth_alg bitfield valuesJouni Malinen2010-01-031-11/+5
* Share the same enum for MFP configurationJouni Malinen2010-01-031-12/+2
* Move wpa_supplicant specific scan code away from src/driversJouni Malinen2010-01-031-0/+1
* Fix CONFIG_AP=y build after driver API changesJouni Malinen2010-01-031-0/+2
* Maintain a pointer to the current BSS table entryJouni Malinen2010-01-021-0/+2
* Use BSS table entry instead of raw scan result for connectionJouni Malinen2010-01-021-12/+8
* SME: Deauthenticate to clear state after disassociation eventsJouni Malinen2009-12-021-0/+20
* Remove src/rsn_supp from default header pathJouni Malinen2009-11-291-2/+2
* Remove src/common from default header file pathJouni Malinen2009-11-291-2/+2
* nl80211/SME: Use reassociation when roaming within the ESSJouni Malinen2009-11-171-0/+7
* SME: Improve processing of association rejectionJouni Malinen2009-10-311-3/+32
* Add wpa_supplicant notification callsJouni Malinen2009-09-131-1/+14
* Add handling of SME auth/assoc timeout eventsJouni Malinen2009-04-241-0/+17
* nl80211: Fix static WEP key configuration when using SMEJouni Malinen2009-04-041-0/+8
* SME: Add processing for rejected associationsJouni Malinen2009-04-011-0/+18
* Add preliminary hostapd data structure initialization for AP modeJouni Malinen2009-03-261-1/+1
* Add SME support (separate authentication and association)Jouni Malinen2009-03-201-0/+337