fragattacks/src
Jouni Malinen 97bcd562eb Remove disable_11b_rates() driver_ops
This function was used unconditionally if wpa_supplicant build
includes CONFIG_P2P=y. Adding a separate driver_ops for such use
is not really useful since the driver wrappers can do the same
internally. Remove this driver_ops and move matching functionality
into driver_nl80211.c which was the only driver wrapper using
this driver_ops callback.

Signed-hostap: Jouni Malinen <j@w1.fi>
2011-10-29 22:25:28 +03:00
..
ap Remove unused valid_bss_mask driver_ops 2011-10-29 11:34:29 +03:00
common P2P: Notify device expiry via P2P-DEVICE-LOST event 2011-10-28 22:13:18 +03:00
crypto For MS-CHAP, convert the password from UTF-8 to UCS-2 2011-10-29 00:23:54 +03:00
drivers Remove disable_11b_rates() driver_ops 2011-10-29 22:25:28 +03:00
eap_common Fix typos found by codespell 2011-09-22 00:43:59 +03:00
eap_peer EAP: Clear ClientTimeout back to default value in INITIALIZE 2011-10-18 18:44:35 +03:00
eap_server Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
eapol_auth Make sure that EAP callbacks are not done if state machine has been removed 2011-08-12 11:56:44 +03:00
eapol_supp Fix typos found by codespell 2011-09-22 00:43:59 +03:00
l2_packet l2_packet: Use wpa_printf() instead of perror() 2010-11-24 15:00:22 +02:00
p2p P2P: Append P2P Device Address to AP-STA-CONNECTED event 2011-10-25 00:13:03 +03:00
radius hostapd: Fix RADIUS client configuration update on reconfig 2011-02-10 22:12:29 +02:00
rsn_supp TDLS: Do not clear peer data too early for teardown 2011-10-27 23:15:46 +03:00
tls TLS: Validate RSA ClientKeyExchange length field 2011-10-23 13:04:32 +03:00
utils dl_list: Add DEFINE_DL_LIST 2011-10-28 23:03:13 +03:00
wps Remove unused variables 2011-10-23 12:42:55 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00