aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix deauth with reason 7 due to multiple assoc_req receivedEyal Shapira2012-08-021-0/+9
* save eapol for later use (EAPOL Start race)Eliad Peller2012-08-024-0/+38
* add station before getting assoc resp tx completionEliad Peller2012-08-021-39/+48
* driver_nl80211: disable 11b rates on interface changeEliad Peller2012-07-301-0/+2
* driver_nl80211: set ap params before beaconingEliad Peller2012-07-301-3/+4
* p2p: consider age for the p2p scan resultsYoni Divinsky2012-07-306-11/+36
* P2P: ignore neg_req with previously used dialog_tokenEliad Peller2012-07-301-0/+8
* P2P: use GO channel for Operating Channel IEEliad Peller2012-07-303-3/+3
* P2P: enable to set in the conf file the wmm paramsYoni Divinsky2012-07-305-14/+85
* update nl80211_copy.h (INTERNAL)Arik Nemtsov2012-07-301-1/+171
* nl80211: Support setting sched scan RSSI thresholdThomas Pedersen2012-07-252-2/+25
* P2P: Fix provision discovery retries during p2p_findJouni Malinen2012-07-232-5/+11
* WPS SSDP: Fix socket leaks on error pathsJouni Malinen2012-07-071-1/+6
* WPS UDF: Fix fd leak on error pathJouni Malinen2012-07-071-1/+3
* Fix AP build without NEED_AP_MLMEJouni Malinen2012-07-071-0/+2
* OpenSSL: Add support for HMAC functions with 0.9.8 and olderJouni Malinen2012-07-071-0/+9
* nl80211: Save VHT capabilities from the driverMahesh Palivela2012-07-041-0/+12
* Sync with linux/nl80211.h from wireless-testing.gitJouni Malinen2012-07-041-0/+14
* 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