aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* WPS: Change wpa_supplicant wps_reg to not send out M8Jouni Malinen2009-06-101-1/+6
* Comment out unused functions if IEEE8021X_EAPOL is not definedJouni Malinen2009-05-291-0/+2
* dbus: add 'scanning' propertyDan Williams2009-05-278-0/+115
* WPS: Add support for setting timeout for PINJouni Malinen2009-05-261-1/+1
* WPS methods exported over DBusJaime Soriano Pastor2009-05-064-0/+172
* wpa_supplicant: add DBus method for changing debug parametersHelmut Schaa2009-05-063-0/+54
* Add handling of SME auth/assoc timeout eventsJouni Malinen2009-04-243-0/+37
* Add new wpa_supplicant driver op for setting 802.1X port statusJouni Malinen2009-04-222-0/+20
* wpa_supplicant AP: Add preliminary support for WPS Internal RegistrarJouni Malinen2009-04-214-5/+75
* wpa_supplicant AP: Add sta_set_flagsJouni Malinen2009-04-202-2/+15
* wpa_supplicant AP: Add EAPOL frame TX and RXJouni Malinen2009-04-204-0/+40
* wpa_supplicant AP: Update WPA/RSN configurationJouni Malinen2009-04-201-3/+27
* Make deauthentication and disassociation consistentJouni Malinen2009-04-201-3/+1
* Disconnect if 4-way handshake processing failsJouni Malinen2009-04-201-2/+2
* wpa_supplicant AP: add sta_add() and sta_remove()Jouni Malinen2009-04-172-4/+23
* wpa_supplicant AP: Fix build after hostapd driver_ops changesJouni Malinen2009-04-171-6/+7
* wpa_supplicant AP: Fix hw_mode for 5 GHz channelsJouni Malinen2009-04-121-1/+1
* Merge hostapd driver init functions into oneJouni Malinen2009-04-091-1/+2
* Use common get_hw_feature_data for hostapd and wpa_supplicantJouni Malinen2009-04-093-25/+1
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-097-42/+49
* Fix couple of forgotten wpa_hw_modes -> hostapd_hw_modesJouni Malinen2009-04-062-2/+2
* nl80211: Fix static WEP key configuration when using SMEJouni Malinen2009-04-041-0/+8
* wpa_supplicant AP: Add get_hw_feature_dataJouni Malinen2009-04-031-2/+3
* Share same hw_feature definitions between hostapd and wpa_supplicantJouni Malinen2009-04-035-28/+28
* Set own MAC address in AP data structuresJouni Malinen2009-04-031-0/+2
* Implement management frame TX for wpa_supplicant AP modeJouni Malinen2009-04-031-2/+3
* wpa_supplicant AP: Add management frame RX for nl80211Jouni Malinen2009-04-021-0/+35
* Add Beacon configuration for wpa_supplicant AP modeJouni Malinen2009-04-022-27/+45
* SME: Add processing for rejected associationsJouni Malinen2009-04-013-0/+30
* Fix SHA-256-based KDF when using CCMP as the pairwise cipherJouni Malinen2009-04-011-0/+3
* WPS: Fix local configuration update after AP configurationJouni Malinen2009-03-301-0/+10
* Add needed AP driver wrappers (most of which are still to-do)Jouni Malinen2009-03-271-0/+179
* Set hostapd configuration based on wpa_supplicant AP mode configJouni Malinen2009-03-271-0/+65
* Add support for specifying subset of enabled frequencies to scanJouni Malinen2009-03-264-0/+182
* Add preliminary hostapd data structure initialization for AP modeJouni Malinen2009-03-2616-461/+511
* Move wpa_supplicant_create_ap() into ap.cJouni Malinen2009-03-263-25/+48
* Allow hostapd/config.h and wpa_supplicant/config_ssid.h coexistJouni Malinen2009-03-261-5/+1
* Fix wpa_supplicant AP build after hostapd header file cleanupJouni Malinen2009-03-251-0/+1
* Link in AP functionality from hostapd when CONFIG_AP=yJouni Malinen2009-03-252-0/+178
* Initial step in adding simple AP mode support into wpa_supplicantJouni Malinen2009-03-255-1/+48
* Deprecate set_drop_unencrypted(), set_auth_alg(), and set_mode()Jouni Malinen2009-03-241-0/+2
* Fix UNIX domain socket address handling to be more portableSam Leffler2009-03-211-6/+18
* Fix FreeBSD build by not adding -ldlJouni Malinen2009-03-211-0/+2
* Fix IEEE 802.11r build without CONFIG_CLIENT_MLMEJouni Malinen2009-03-211-1/+7
* Document CONFIG_CLIENT_MLME option as specific to test driverJouni Malinen2009-03-201-7/+5
* Add SME support (separate authentication and association)Jouni Malinen2009-03-209-32/+539
* Fix IEEE 802.11r key derivation function to match with the standardJouni Malinen2009-03-191-0/+2
* Detach ctrl_iface monitor if the client socket is removedJouni Malinen2009-03-171-2/+5
* FT: Add RIC Request generation and validation (but not processing)Jouni Malinen2009-03-092-25/+60
* Fix EAP-FAST only build to include the needed EAPOL implementationJouni Malinen2009-03-081-0/+1