fragattacks/src
Jouni Malinen 8c00fd00cd P2P: Clean up p2p_go_neg_failed() calls
This function is always called with the peer argument equal to
p2p->go_neg_peer, so there is no need for that argument to be there. In
addition, p2p->go_neg_peer is not NULL in cases where there is an
ongoing GO Negotiation, so the function can be simplified to just check
once whether the peer pointer is set and if not, skip all processing.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2014-10-29 13:04:09 +02:00
..
ap AP: Add support for Proxy ARP, DHCP snooping mechanism 2014-10-28 01:08:29 +02:00
common hostapd: Add INTERFACE-ENABLED and INTERFACE-DISABLED events 2014-10-26 10:52:54 +02:00
crypto Implement RFC 5297 AES-SIV 2014-10-19 12:43:38 +03:00
drivers nl80211: Fix a copy-paste error in key offload management 2014-10-28 01:41:57 +02:00
eap_common EAP-IKEv2: Fix the payload parser 2014-10-11 19:22:30 +03:00
eap_peer wpa_supplicant: Allow OpenSSL cipherlist string to be configured 2014-10-12 11:55:13 +03:00
eap_server EAP-MSCHAPv2 server: Check ms_funcs results more consistently 2014-10-11 19:43:36 +03:00
eapol_auth Add Acct-Multi-Session-Id into RADIUS Accounting messages 2014-10-18 10:38:17 +03:00
eapol_supp WPS: Extend startWhen to 2 if peer AP supports WPS 2.0 2014-10-13 12:24:17 +03:00
l2_packet l2_packet: Add support for DHCP packet filter in l2_packet_linux 2014-10-28 01:08:29 +02:00
p2p P2P: Clean up p2p_go_neg_failed() calls 2014-10-29 13:04:09 +02:00
pae MACsec: Check os_get_random() return value 2014-10-11 18:54:43 +03:00
radius RADIUS: Define new attributes from RFC 5580 2014-10-18 09:30:35 +03:00
rsn_supp Add support for offloading key management operations to the driver 2014-10-23 18:38:50 +03:00
tls TLS client: Make DH parameter parsing easier for static analyzers 2014-10-11 19:04:00 +03:00
utils common: Add definition for ETH_HLEN 2014-10-28 01:08:29 +02:00
wps WPS: Add missing device types 2014-10-26 01:24:08 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile MACsec: Add PAE implementation 2014-05-09 20:42:44 +03:00