hostap/src/ap
Jouni Malinen 16476dd124 Fix P2P IE configuration for GO mode
Commit c2ff13c533 broke this with a
copy-paste typo that ended up adding the Probe Request P2P IE into the
Beacon frame (i.e., Beacon frame had two P2P IEs while Probe Response
had none).

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
2011-11-14 16:10:54 +02:00
..
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 2010-04-17 17:10:31 +03: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 Remove unconfigurable cts_protection_type 2011-10-29 11:24:53 +03:00
ap_drv_ops.c Fix P2P IE configuration for GO mode 2011-11-14 16:10:54 +02:00
ap_drv_ops.h Remove unused valid_bss_mask driver_ops 2011-10-29 11:34:29 +03: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 EAP-pwd: Add support for EAP-pwd server and peer functionality 2010-09-14 21:51:40 -10:00
authsrv.h Move authentication server setup into separate file 2009-12-25 13:43:43 +02:00
beacon.c Remove unconfigurable cts_protection_type 2011-10-29 11:24:53 +03: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 P2P: Verify that assoc req IEs are available for group update 2011-11-13 22:33:32 +02:00
hostapd.c Remove unused valid_bss_mask driver_ops 2011-10-29 11:34:29 +03:00
hostapd.h Add support for Time Advertisement 2011-10-18 00:24:16 +03:00
hw_features.c Share a single wpa_scan_results_free() implementation 2011-10-22 22:09:40 +03: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 Remove unnecessary include file inclusion 2011-11-13 22:13:04 +02:00
ieee802_1x.h Make EAPOL Authenticator buildable with Microsoft compiler 2010-02-19 18:35:40 +02:00
ieee802_11.c Move AP events for STA connected/disconnected into one function 2011-11-03 22:17:41 +02:00
ieee802_11.h AP: Do station poll in driver wrapper 2011-10-20 21:03:08 +03: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 Make time_adv use easier for static analyzers 2011-11-13 22:45:16 +02: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 Move AP events for STA connected/disconnected into one function 2011-11-03 22:17:41 +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 Make sure reserved field in WMM IE is set to 0 2011-02-10 22:10:40 +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 Configure new GTK/IGTK to driver in case of TKIP countermeasures 2011-10-30 22:19:49 +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 Fix TKIP countermeasures stopping in deinit paths 2011-10-30 12:53:20 +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 Work around SNonce updates on EAPOL-Key 1/4 retransmission 2011-03-29 17:39:12 +03:00
wpa_auth_ie.c hostapd: Add testing mode for RSN element extensions 2011-03-21 13:59:05 +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 WPS: Send AP Settings as a wrapped Credential attribute to ctrl_iface 2011-09-30 22:26:37 +03:00
wps_hostapd.h WPS UPnP: Fix UPnP initialization for non-bridge case with some drivers 2011-05-19 12:55:47 +03:00