aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/ibss_rsn.c
Commit message (Expand)AuthorAgeFilesLines
* IBSS RSN: Support authorizationAntonio Quartulli2012-02-121-0/+48
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* IBSS RSN: Provide ibss_rsn_get_peer() helper functionAntonio Quartulli2012-01-291-12/+20
* IBSS: fix RSN key initialisationJohannes Berg2011-12-111-0/+2
* Mark local functions staticJouni Malinen2011-11-181-2/+2
* IBSS RSN: peer->addr is an array so it cannot be NULLJouni Malinen2011-04-141-1/+1
* RSN IBSS: Restart IBSS state machines for each new IBSSJouni Malinen2011-03-231-30/+8
* IBSS RSN: Clear IBSS RSN peers based on peer lost eventsXi Chen2011-03-181-0/+40
* IBSS RSN: Enable group rekeying every 10 minutesXi Chen2011-03-161-0/+1
* IBSS RSN: Add for_each_sta handler for authenticatorXi Chen2011-03-161-0/+19
* IBSS RSN: Add supp_get_state handlerXi Chen2011-03-161-0/+8
* IBSS RSN: Do not start multiple Auth/Supp for same peerJouni Malinen2011-01-151-0/+9
* IBSS RSN: Delay setting of the initial TX GTKJouni Malinen2011-01-151-0/+30
* RSN IBSS: RX GTK configuration with nl80211Jouni Malinen2010-12-041-0/+9
* IBSS RSN: Explicitly check addr != NULL before passing it to memcmpJouni Malinen2010-01-101-1/+2
* IBSS RSN: Check explicitly that WPA auth sm assoc call succeededJouni Malinen2010-01-101-2/+4
* Get rid of unnecessary typedefs for enums.Jouni Malinen2009-12-261-5/+5
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-251-2/+2
* IBSS RSN: Add more verbose debug info for key setupJouni Malinen2009-12-041-8/+23
* Fix IBSS RSN buildJouni Malinen2009-11-291-17/+3
* Remove src/rsn_supp from default header pathJouni Malinen2009-11-291-2/+2
* IBSS RSN: Added key configurationJouni Malinen2009-01-171-2/+53
* Added a separate ctx pointer for wpa_msg() calls in WPA suppJouni Malinen2009-01-171-0/+1
* IBSS RSN: Set the PSK based on network configurationJouni Malinen2009-01-171-0/+6
* IBSS RSN: Set more hardcoded RSN IEs for nowJouni Malinen2009-01-171-6/+12
* IBSS RSN: Added couple of required WPA supplicant callback functionsJouni Malinen2009-01-171-0/+16
* Process received EAPOL frames in IBSS RSN code if in IBSS modeJouni Malinen2009-01-171-0/+97
* Fixed auth_send_eapol() to use correct ctx structureJouni Malinen2009-01-161-2/+2
* Use a hardcoded RSN IE for testing to start AuthenticatorJouni Malinen2009-01-161-4/+7
* Implement EAPOL sending callbacks for IBSS RSNJouni Malinen2009-01-161-6/+13
* Added initial step for IBSS RSN supportJouni Malinen2009-01-151-0/+319