aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/ibss_rsn.c
Commit message (Expand)AuthorAgeFilesLines
* 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