aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* eloop: Fix EVENT_TYPE_WRITE with poll()-based eloopJouni Malinen2012-07-041-1/+1
* EAP-pwd: Replace direct OpenSSL HMAC use with wrapperJouni Malinen2012-07-024-125/+150
* OpenSSL: Add support for crypto_hash_{init,update,finish}()Jouni Malinen2012-07-021-0/+82
* P2P: Check memory allocation result in a Service Discovery ResponseMasashi Honma2012-07-021-1/+6
* Update license notification in driver_wired.cJouni Malinen2012-07-021-8/+2
* Update license notification in roboswitch interface fileJouni Malinen2012-07-021-8/+2
* Move p2p_connect PIN format validation into a separate functionJouni Malinen2012-06-302-0/+17
* P2P: Remove unused P2P_SCAN_SPECIFICJouni Malinen2012-06-302-8/+1
* P2P: Remove GO neg/invite special cases from searchJohannes Berg2012-06-301-37/+2
* Update license notification in files initially contributed by SamJouni Malinen2012-06-304-32/+8
* EAP-pwd: Avoid double-frees on some error pathsJouni Malinen2012-06-302-3/+9
* EAP-pwd: Increase maximum number of hunting-and-pecking iterationsJouni Malinen2012-06-301-1/+1
* hostapd: Add IEEE 802.11ac VHT IEs into Beacon/Probe ResponseMahesh Palivela2012-06-303-0/+84
* hostapd: Initial IEEE 802.11ac (VHT) definitionsMahesh Palivela2012-06-303-0/+63
* WPS: Share a single function for generating NFS password tokensJouni Malinen2012-06-283-45/+58
* WPS: Use random_get_bytes() for NFC password idJouni Malinen2012-06-281-2/+4
* WPS: Add support for NCF password token from APJouni Malinen2012-06-287-0/+139
* WPS: Allow NFC password token from AP to be used with wps_regJouni Malinen2012-06-281-1/+7
* WPS ER: Add support for building NFC configuration tokenJouni Malinen2012-06-282-1/+40
* WPS: Add support for NFC configuration token from external programJouni Malinen2012-06-282-9/+18
* WPS: Add new mechanism for generation NFC configuration tokenJouni Malinen2012-06-284-1/+26
* WPS: Use separate list of NFC Password Tokens in the RegistrarJouni Malinen2012-06-274-9/+150
* WPS: Add new mechanism for communicating NFC tag read eventsJouni Malinen2012-06-274-4/+136
* WPS: Add new mechanism for NFC config method using password tokenJouni Malinen2012-06-272-0/+27
* WPS: Move attribute parser definitions into a new header fileJouni Malinen2012-06-273-95/+110
* WPS: Split wps_build_oob_dev_password() into partsJouni Malinen2012-06-272-12/+26
* NDEF: Mark input data const when it is not modifiedJouni Malinen2012-06-272-11/+12
* WPS: Allow NDEF functions to be used from outside src/wpsJouni Malinen2012-06-272-4/+4
* NDEF: Skip unnecessary wpabuf to ptr/len conversionJouni Malinen2012-06-271-5/+5
* Add dh5_init_fixed() to allow fixed DH parameters to be usedJouni Malinen2012-06-273-3/+45
* WPS: Fix OOB Device Password use for EAP-WSC peerJouni Malinen2012-06-271-1/+10
* WPS: Add support for OOB dev password lengths 16..31Jouni Malinen2012-06-274-9/+13
* WPS: Fix potential memory leak with NFC password tokenJouni Malinen2012-06-271-0/+1
* WPS: Fix NFC password token building with WPS 2.0Jouni Malinen2012-06-271-1/+1
* nl80211: Handle CH_SWITCH eventThomas Pedersen2012-06-255-1/+94
* Sync with include/linux/nl80211.h from wireless-testing.gitJouni Malinen2012-06-251-55/+112
* Remove STA entry from AP when starting TKIP countermeasuresJouni Malinen2012-06-251-5/+11
* hostapd: Fix PBC config method of WSC IE in Beacon/Probe ResponseYoni Divinsky2012-06-251-4/+8
* eloop/poll: Handle POLLER | POLLHUP in read logicBen Greear2012-06-241-1/+2
* nl80211: Simplify cbmsg bufferJohannes Berg2012-06-231-4/+1
* atheros: Remove unused variablesJouni Malinen2012-06-231-4/+0
* atheros: Fix build when WPS and IEEE80211R are both disabledBaruch Siach2012-06-231-0/+2
* Copy Chargeable-User-Identity in PMKSA caching caseJouni Malinen2012-06-172-2/+14
* RADIUS DAS: Support Chargeable-User-Identity with Disconnect-RequestJouni Malinen2012-06-173-0/+19
* RADIUS: Fix a typo in attribute name in debug messagesJouni Malinen2012-06-171-1/+1
* RADIUS DAS: Add Event-Timestamp attribute into ACK/NAK messagesJouni Malinen2012-06-171-3/+9
* RADIUS DAS: Add support for Disconnect-RequestJouni Malinen2012-06-173-4/+150
* RADIUS DAS: Check Disconnect-Request attributesJouni Malinen2012-06-173-7/+68
* RADIUS DAS: Validate Event-TimestampJouni Malinen2012-06-175-2/+37
* P2P: Add p2p_client_list support for FullMAC Persistent GOMasashi Honma2012-06-173-13/+36