aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/ap.c
Commit message (Expand)AuthorAgeFilesLines
* wpa_s AP mode: Fix regression in P2P AP mode setupJouni Malinen2011-04-041-4/+4
* wpa_s AP mode: complete only when setup is completeJohannes Berg2011-03-191-5/+14
* WPS: Store (secondary) device type as binaryJohannes Berg2011-03-171-2/+2
* wpa_s AP mode: Add notification functions for STA authorizedJohannes Berg2011-03-161-0/+10
* wpa_supplicant AP: Copy generated UUID for AP configurationJouni Malinen2011-03-101-1/+5
* P2P: Allow WPS_PBC command on GO to select on P2P Device AddressJouni Malinen2011-02-071-2/+4
* Allow AP mode to disconnect STAs based on low ACK conditionJohannes Berg2010-12-281-0/+2
* Fix CONFIG_AP=y build without CONFIG_WPS=yJouni Malinen2010-11-251-0/+4
* P2P: Fix Action frame sending after disconnectionJouni Malinen2010-11-251-0/+1
* Fix wpa_supplicant AP mode build after hostapd changesJouni Malinen2010-11-241-1/+2
* P2P: Indicate WPS events from AP mode only during group formationJouni Malinen2010-11-181-1/+4
* WPS: Add special AP Setup Locked mode to allow read only ERJouni Malinen2010-11-171-1/+1
* WPS: Add wps_ap_pin ctrl_iface command for wpa_supplicant AP modeJouni Malinen2010-11-171-0/+123
* Fix max_stations to apply to associated STAs, not P2P peersJouni Malinen2010-10-191-1/+5
* Add max_num_sta config option for wpa_supplicant AP modeJouni Malinen2010-10-191-0/+2
* P2P: Send AP mode WPS-FAIL event to parent interfaceAnil Gathala Sudha2010-10-141-0/+23
* P2P: Add option for disabling intra BSS distributionSudhakar Swaminathan2010-09-101-0/+1
* WPS: Allow pending WPS operation to be cancelledArdong Chen2010-09-101-0/+46
* Copy WPS strings into AP configuration when using wpa_supplicant APJouni Malinen2010-09-091-4/+11
* P2P: Avoid segfault on AP deinit after failed AP startJouni Malinen2010-09-091-1/+2
* Fix AP mode wps_pin command to return the entered PINJouni Malinen2010-09-091-1/+2
* P2P: Add mechanism for configuring UAPSD parameters for groupJouni Malinen2010-09-091-0/+5
* P2P: Fix invitation to active group to use correct operating channelJouni Malinen2010-09-091-0/+1
* P2P: Let the driver wrapper know if association is for P2P groupJouni Malinen2010-09-091-0/+6
* P2P: Add P2P configuration and callbacks in hostapd codeJouni Malinen2010-09-091-0/+80
* P2P: Add initial version of P2P ModuleJouni Malinen2010-09-091-0/+18
* P2P: Remove 802.11b rates from wpa_supplicant AP mode operationsJouni Malinen2010-09-091-0/+28
* P2P: Add dynamic network config block parameters for P2PJouni Malinen2010-09-091-0/+2
* WPS 2.0: Add support for AuthorizedMACs attributeJouni Malinen2010-09-091-1/+2
* Add wpa_supplicant AP mode events for Public Action framesJouni Malinen2010-04-111-0/+24
* wpa_supplicant AP mode: Add function for enabling MAC address filteringJouni Malinen2010-04-111-0/+41
* Make sure AP interface is initialize before accepting WPS commandsJouni Malinen2010-04-111-0/+5
* wpa_supplicant AP: More thorough AP mode deinitJouni Malinen2010-04-111-0/+2
* Add more wpa_supplicant AP mode parameters for the driver wrapperJouni Malinen2010-04-111-0/+20
* Add registerable callback for wpa_supplicant AP mode completionJouni Malinen2010-04-111-0/+4
* Use driver event, EVENT_EAPOL_RX, for EAPOL frame indicationJouni Malinen2010-01-031-1/+2
* Fix CONFIG_AP=y build after driver API changesJouni Malinen2010-01-031-2/+3
* Move struct hostapd_frame_info definition away from driver APIJouni Malinen2010-01-031-3/+7
* Define struct wpa_ssid::mode as an enum with more readable valuesJouni Malinen2009-12-281-1/+11
* Fix wpa_supplicant build with CONFIG_AP=yJouni Malinen2009-12-271-0/+1
* Split hostapd_interface_deinit() into deinit and free partsJouni Malinen2009-12-271-0/+1
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-261-3/+3
* Get rid of direct hostapd_for_each_interface() callsJouni Malinen2009-12-251-15/+0
* Move rest of the generic AP mode functionality into src/apJouni Malinen2009-12-251-11/+0
* Do not use virtual driver_ops for wpa_supplicant AP modeJouni Malinen2009-12-251-288/+7
* Move driver deinitialization away from hostapd.cJouni Malinen2009-12-251-0/+7
* Move ctrl_iface_ap.c into src/apJouni Malinen2009-12-251-1/+1
* Move hostapd driver initialization away from hostapd.cJouni Malinen2009-12-251-1/+36
* Fix wpa_supplicant CONFIG_AP buildJouni Malinen2009-12-251-1/+1
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-251-3/+3