aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/ap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CONFIG_AP=y build after driver_ops set_key mergeJouni Malinen2009-11-231-1/+1
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-231-12/+3
* Add AP mode WPA status into ctrl_ifaceJouni Malinen2009-10-161-0/+30
* Fix CONFIG_AP=y build without CONFIG_CTRL_IFACEJouni Malinen2009-10-131-0/+4
* Fix hostapd wpa_msg() calls ctx for wpa_supplicant AP modeJouni Malinen2009-09-291-0/+2
* Add station table query to wpa_supplicant AP ctrl_ifaceJouni Malinen2009-09-081-0/+31
* Fix a bug with ap_rx_from_unknown_sta() recursionWitold Sowa2009-08-261-2/+2
* Set current ssid when entering AP modeWitold Sowa2009-08-151-0/+1
* Replace NEED_MLME with NEED_AP_MLMEJohannes Berg2009-08-141-4/+4
* Set state to COMPLETE when AP mode has been initialized successfullyWitold Sowa2009-07-251-0/+2
* WPS: Add support for setting timeout for PINJouni Malinen2009-05-261-1/+1
* wpa_supplicant AP: Add preliminary support for WPS Internal RegistrarJouni Malinen2009-04-211-0/+41
* wpa_supplicant AP: Add sta_set_flagsJouni Malinen2009-04-201-2/+4
* wpa_supplicant AP: Add EAPOL frame TX and RXJouni Malinen2009-04-201-0/+19
* wpa_supplicant AP: Update WPA/RSN configurationJouni Malinen2009-04-201-3/+27
* wpa_supplicant AP: add sta_add() and sta_remove()Jouni Malinen2009-04-171-4/+6
* 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-091-1/+1
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-091-13/+20
* wpa_supplicant AP: Add get_hw_feature_dataJouni Malinen2009-04-031-2/+3
* 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-021-27/+25
* 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 preliminary hostapd data structure initialization for AP modeJouni Malinen2009-03-261-90/+98
* Move wpa_supplicant_create_ap() into ap.cJouni Malinen2009-03-261-0/+25
* 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-251-0/+138