Merge branch 'moonshot' of ssh://moonshot.suchdamage.org:822/srv/git/libeap into...
[libeap.git] / wpa_supplicant / ibss_rsn.c
2010-01-10 Jouni MalinenIBSS RSN: Explicitly check addr != NULL before passing...
2010-01-10 Jouni MalinenIBSS RSN: Check explicitly that WPA auth sm assoc call...
2009-12-26 Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-04 Jouni MalinenIBSS RSN: Add more verbose debug info for key setup
2009-11-29 Jouni MalinenFix IBSS RSN build
2009-11-29 Jouni MalinenRemove src/rsn_supp from default header path
2009-01-17 Jouni MalinenIBSS RSN: Added key configuration
2009-01-17 Jouni MalinenAdded a separate ctx pointer for wpa_msg() calls in...
2009-01-17 Jouni MalinenIBSS RSN: Set the PSK based on network configuration
2009-01-17 Jouni MalinenIBSS RSN: Set more hardcoded RSN IEs for now
2009-01-17 Jouni MalinenIBSS RSN: Added couple of required WPA supplicant callb...
2009-01-17 Jouni MalinenProcess received EAPOL frames in IBSS RSN code if in...
2009-01-15 Jouni MalinenFixed auth_send_eapol() to use correct ctx structure
2009-01-15 Jouni MalinenUse a hardcoded RSN IE for testing to start Authenticator
2009-01-15 Jouni MalinenImplement EAPOL sending callbacks for IBSS RSN
2009-01-14 Jouni MalinenAdded initial step for IBSS RSN support