hostap/src/ap
Jouni Malinen 5f17b3ee9f Remove unused parameters from set_rate_sets()
Only setting of the basic rate set was supported, so remove the
unused parameters.

Signed-hostap: Jouni Malinen <j@w1.fi>
2011-12-03 11:57:13 +02:00
..
accounting.c Remove references to time_t/time() 2011-09-12 22:14:30 +03:00
accounting.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
ap_config.c Add support for Time Advertisement 2011-10-18 00:24:16 +03:00
ap_config.h WPS: Allow RF Bands value to be overridden 2011-11-30 17:44:43 +02:00
ap_drv_ops.c Remove unused parameters from set_rate_sets() 2011-12-03 11:57:13 +02:00
ap_drv_ops.h Remove unused parameters from set_rate_sets() 2011-12-03 11:57:13 +02:00
ap_list.c Remove references to time_t/time()/random() 2011-04-11 18:33:48 +03:00
ap_list.h Remove references to time_t/time()/random() 2011-04-11 18:33:48 +03:00
ap_mlme.c Include header files explicitly in *.c, not via header files 2009-12-26 00:31:51 +02:00
ap_mlme.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
authsrv.c Use a single define for maximum number of EAP methods 2011-11-17 20:06:33 +02:00
authsrv.h Move authentication server setup into separate file 2009-12-25 13:43:43 +02:00
beacon.c Avoid excessive probe response retries 2011-11-19 19:09:49 +02:00
beacon.h Start deprecating various AP mode driver_ops 2011-10-17 18:35:25 +03:00
ctrl_iface_ap.c P2P: Add P2P configuration and callbacks in hostapd code 2010-09-09 07:17:17 -07:00
ctrl_iface_ap.h Move ctrl_iface_ap.c into src/ap 2009-12-25 12:25:55 +02:00
drv_callbacks.c hostapd: Show driver event names in debug log 2011-12-03 11:46:47 +02:00
hostapd.c Remove unused valid_bss_mask driver_ops 2011-10-29 11:34:29 +03:00
hostapd.h P2P: Send STA connected/disconnected events to parent ctrl_iface 2011-11-25 23:56:13 +02:00
hw_features.c Remove unused parameters from set_rate_sets() 2011-12-03 11:57:13 +02:00
hw_features.h Better messages when channel cannot be used in AP mode 2011-05-16 22:01:11 +03:00
iapp.c Include header files explicitly in *.c, not via header files 2009-12-26 00:31:51 +02:00
iapp.h Move iapp.c into src/ap 2009-12-25 13:04:45 +02:00
ieee802_1x.c Fix wired EAPOL authenticator 2011-11-20 12:42:47 +02:00
ieee802_1x.h AP: Add explicit EAPOL TX status event 2011-11-19 13:00:30 +02:00
ieee802_11.c Use wpa_key_mgmt_*() helpers 2011-11-24 22:47:46 +02:00
ieee802_11.h AP: Add explicit EAPOL TX status event 2011-11-19 13:00:30 +02:00
ieee802_11_auth.c Remove references to time_t/time() 2011-09-12 22:14:30 +03:00
ieee802_11_auth.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
ieee802_11_ht.c hostapd: Don't mask out non-symmetric STA HT caps 2011-06-23 20:18:21 +03:00
ieee802_11_shared.c Allow MLME frames to be sent without expecting an ACK (no retries) 2011-11-19 19:02:05 +02:00
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03:00
p2p_hostapd.c P2P: Extend P2P manager functionality to work with driver MLME 2010-10-08 18:16:07 +03:00
p2p_hostapd.h P2P: Extend P2P manager functionality to work with driver MLME 2010-10-08 18:16:07 +03:00
peerkey_auth.c Annotate places depending on strong random numbers 2010-11-24 01:05:20 +02:00
pmksa_cache_auth.c Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
pmksa_cache_auth.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
preauth_auth.c Fix memory leak on RSN preauth init error path 2010-01-06 21:14:09 +02:00
preauth_auth.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
sta_info.c P2P: Send STA connected/disconnected events to parent ctrl_iface 2011-11-25 23:56:13 +02:00
sta_info.h Fix typos found by codespell 2011-09-22 00:43:59 +03:00
tkip_countermeasures.c Fix TKIP countermeasures stopping in deinit paths 2011-10-30 12:53:20 +02:00
tkip_countermeasures.h Fix TKIP countermeasures stopping in deinit paths 2011-10-30 12:53:20 +02:00
utils.c P2P: Filter Probe Request frames based on DA and BSSID in Listen state 2011-07-15 20:28:46 +03:00
vlan_init.c Get rid of struct hostapd_driver_ops abstraction 2010-11-24 16:50:06 +02:00
vlan_init.h Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00
wmm.c Allow MLME frames to be sent without expecting an ACK (no retries) 2011-11-19 19:02:05 +02:00
wmm.h Rename some src/ap files to avoid duplicate file names 2009-12-26 00:05:40 +02:00
wpa_auth.c Fix the debug message in the previous commit 2011-11-17 23:05:19 +02:00
wpa_auth.h AP: Reorder WPA/Beacon initialization 2011-08-09 14:56:16 +03:00
wpa_auth_ft.c Remove unnecessary include file inclusion 2011-11-13 22:13:04 +02:00
wpa_auth_glue.c Allow MLME frames to be sent without expecting an ACK (no retries) 2011-11-19 19:02:05 +02:00
wpa_auth_glue.h Move rest of the generic AP mode functionality into src/ap 2009-12-25 20:06:07 +02:00
wpa_auth_i.h Set Secure=1 for EAPOL-Key msg 3/4 in WPA conditional on 2/4 2011-11-17 22:59:31 +02:00
wpa_auth_ie.c Use wpa_key_mgmt_*() helpers 2011-11-24 22:47:46 +02:00
wpa_auth_ie.h FT: Validate MDIE and FTIE in FT 4-way handshake message 2/4 2010-04-10 22:40:35 +03:00
wps_hostapd.c Fix generated WPS PIN values to use zero-padding 2011-12-02 23:04:39 +02:00
wps_hostapd.h WPS UPnP: Fix UPnP initialization for non-bridge case with some drivers 2011-05-19 12:55:47 +03:00