aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/wpa_priv.c
Commit message (Collapse)AuthorAgeFilesLines
* Make bind failure messages uniqueBen Greear2012-04-061-1/+1
| | | | | | This helps someone know which part of the code is complaining. Signed-hostap: Ben Greear <greearb@candelatech.com>
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
| | | | | | | Remove the GPL notification text from the files that were initially contributed by myself. Signed-hostap: Jouni Malinen <j@w1.fi>
* wpa_priv: Update function arguments to fix compilationAndrii Bordunov2011-10-221-2/+2
|
* Replace wpa_supplicant_sta_rx() call with driver eventJouni Malinen2010-01-031-29/+0
| | | | | | | Get rid of wpa_supplicant_sta_rx() and add a new driver event that is marked to be used only with driver_test.c. In addition, remove this functionality from privsep wrapper. This is only use for client mode MLME testing with driver_test.c.
* eloop: Remove global user data pointerJouni Malinen2009-12-191-1/+1
| | | | | This is not really needed since all signal handlers can use a context pointer provided during signal handler registration.
* Fix wpa_priv compilation after driver_ops changesJouni Malinen2009-12-031-118/+13
|
* Fix wpa_priv memory leak in wpa_priv_get_scan_results2()Dmitry Shmidt2009-12-031-2/+2
| | | | | I suspect that new scan results format demands more complex free procedure.
* Remove src/common from default header file pathJouni Malinen2009-11-291-3/+3
| | | | | | | | | | This makes it clearer which files are including header from src/common. Some of these cases should probably be cleaned up in the future not to do that. In addition, src/common/nl80211_copy.h and wireless_copy.h were moved into src/drivers since they are only used by driver wrappers and do not need to live in src/common.
* Remove deprecated driver_ops handlersJouni Malinen2009-11-231-21/+0
| | | | | | This gets rid of previously deprecated driver_ops handlers set_wpa, set_drop_unencrypted, set_auth_alg, set_mode. The same functionality can be achieved by using the init/deinit/associate handlers.
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-231-8/+0
| | | | | Clean up definitions to reduce need to include header files from the hostapd directory into files under the src subdirectories.
* Use common get_hw_feature_data for hostapd and wpa_supplicantJouni Malinen2009-04-091-17/+0
| | | | | | This merges the driver wrapper implementations to use the same implementation both for hostapd and wpa_supplicant operations to avoid code duplication.
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-091-4/+4
| | | | | | | | This commit merges the driver_ops structures and implementations from hostapd/driver*.[ch] into src/drivers. This is only an initial step and there is room for number of cleanups to share code between the hostapd and wpa_supplicant parts of the wrappers to avoid unnecessary source code duplication.
* Fix couple of forgotten wpa_hw_modes -> hostapd_hw_modesJouni Malinen2009-04-061-1/+1
| | | | | Some build configurations resulted in failure due to missed structure rename.
* Allow the privsep driver to pass the set_country to the real driverDaniel Mierswa2009-02-151-1/+19
|
* Fix privsep build with CONFIG_CLIENT_MLME=yJouni Malinen2009-02-071-2/+50
| | | | | Add wpa_supplicant_sta_free_hw_features() and wpa_supplicant_sta_rx() for driver wrappers in wpa_priv.
* Added set_mode() handler for privsepJouni Malinen2008-09-291-0/+14
|
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-271-0/+1140