aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/ctrl_iface.c
Commit message (Expand)AuthorAgeFilesLines
* hostapd: enable dynamic modification of acl policyNadim Zubidat2012-11-061-0/+42
* hostapd: add support for android created sockets (/dev/socket/)Yotam Rubin2012-08-021-0/+14
* WPS: Add support for NCF password token from APJouni Malinen2012-06-281-0/+49
* WPS: Add new mechanism for generation NFC configuration tokenJouni Malinen2012-06-281-0/+33
* WPS: Add new mechanism for communicating NFC tag read eventsJouni Malinen2012-06-271-1/+35
* Make bind failure messages uniqueBen Greear2012-04-061-1/+1
* Add wps_cancel for hostapd_cliAnirban Sirkhell2012-03-301-0/+3
* Interworking: Add GAS server support for AP modeJay Katabathuni2012-02-261-0/+8
* Add wpa_supplicant AP mode STA deauthenticate/disassociate commandsJithu Jance2012-02-251-167/+0
* hostapd: Make sure ctrl_iface is not initialized multiple timesShan Palanisamy2012-02-161-1/+4
* hostapd: Allow config parameters to be set through ctrl_ifaceShan Palanisamy2012-02-161-1/+2
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* AP: Convert some wpa_printf to wpa_msg/dbgBen Greear2011-12-101-5/+7
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-191-1/+1
* Remove unused header file inclusionJouni Malinen2011-11-171-1/+0
* WNM: Add BSS Transition Management Request for ESS Disassoc ImminentJouni Malinen2011-10-161-0/+54
* P2P: Allow WPS_PBC command on GO to select on P2P Device AddressJouni Malinen2011-02-071-1/+1
* hostapd: Allow logging to fileBen Greear2011-02-061-0/+3
* hostapd_driver_ops reductionJouni Malinen2010-11-241-2/+3
* Drop local stations on broadcast deauth/disassoc requestJouni Malinen2010-11-101-0/+4
* Add ctrl_iface command 'GET version'Jouni Malinen2010-10-311-1/+23
* hostapd: Add wps_config ctrl_interface command for configuring APJouni Malinen2010-10-211-0/+30
* WPS: Update Beacon/ProbeResp IE on wps_version_number changesJouni Malinen2010-10-191-1/+2
* Fix hostapd_cli get_config not to show key when WPA is disabledJouni Malinen2010-10-081-4/+6
* Mark ctrl_iface RX debug for PING commands excessiveJouni Malinen2010-09-241-1/+4
* WPS: Add hostapd_cli get_config commandJouni Malinen2010-09-231-0/+169
* WPS: Add wps_check_pin command for processing PIN from user inputJouni Malinen2010-09-231-0/+49
* WPS: Make testing operations configurable at runtimeJouni Malinen2010-09-211-0/+44
* P2P: Add preliminary P2P Manager AP support for hostapdJouni Malinen2010-09-091-0/+69
* WPS 2.0: Add support for AuthorizedMACs attributeJouni Malinen2010-09-091-1/+9
* WPS: Add support for dynamic AP PIN managementJouni Malinen2010-08-241-0/+56
* Fix a typo in Disassociation frame buildingJouni Malinen2010-07-171-1/+1
* Add test commands for sending deauth/disassoc without dropping stateJouni Malinen2010-03-291-0/+50
* Add deauthenticate/disassociate ctrl_iface commandsJouni Malinen2010-03-291-0/+48
* Verify that os_get_random() success for SA Query idJouni Malinen2010-01-101-2/+2
* Include header files explicitly in *.c, not via header filesJouni Malinen2009-12-261-0/+1
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-261-6/+6
* Move ctrl_iface_ap.c into src/apJouni Malinen2009-12-251-1/+1
* Move wps_hostapd.c into src/apJouni Malinen2009-12-251-1/+1
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-251-8/+8
* Remove conditional no-RADIUS build from src/radiusJouni Malinen2009-12-061-0/+2
* Conver hostapd specific files to include common.hJouni Malinen2009-11-291-0/+1
* Fix hostapd wpa_msg() calls ctx for wpa_supplicant AP modeJouni Malinen2009-09-291-0/+1
* Move STA list ctrl_iface handlers to a separate fileJouni Malinen2009-09-081-82/+1
* WPS: Store device info and make it available through AP ctrl_ifaceJouni Malinen2009-09-071-0/+4
* Replace NEED_MLME with NEED_AP_MLMEJohannes Berg2009-08-141-4/+4
* WPS: Add support for setting timeout for PINJouni Malinen2009-05-261-1/+12
* Add code to re-use an existing ctrl_iface socket fileJouni Malinen2009-05-061-2/+29
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-091-1/+5
* Fix UNIX domain socket address handling to be more portableJouni Malinen2009-03-211-8/+19