aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Annotate places depending on strong random numbersJouni Malinen2010-11-2437-61/+120
* Re-initialize GMK and Key Counter on first station connectionJouni Malinen2010-11-242-21/+80
* Report errors from key derivation/configurationJouni Malinen2010-11-231-23/+36
* Mix in more data to GTK/IGTK derivationJouni Malinen2010-11-231-19/+32
* edit: Clear edit line on deinitJouni Malinen2010-11-211-0/+3
* edit: Limit maximum number of history entries to 100Jouni Malinen2010-11-211-2/+11
* edit: Implement history file read/writeJouni Malinen2010-11-211-0/+47
* edit: Fix history prev selectionJouni Malinen2010-11-211-4/+7
* edit: Move history save file specification to callerJouni Malinen2010-11-214-70/+24
* edit: Use struct dl_list for history bufferJouni Malinen2010-11-212-68/+79
* edit: Fix delete_word when not in the end of lineJouni Malinen2010-11-201-6/+10
* edit: Add history buffer searchJouni Malinen2010-11-201-1/+161
* edit: Clean up escape code parserJouni Malinen2010-11-201-114/+222
* edit: Split escape code parsing into a separate functionJouni Malinen2010-11-201-123/+273
* edit: Sort completion listJouni Malinen2010-11-201-0/+6
* edit: Really fix the completion of last characterJouni Malinen2010-11-201-1/+1
* edit: Fix completion at the last characterJouni Malinen2010-11-201-3/+3
* edit: Fix delete word to update current positionJouni Malinen2010-11-201-0/+2
* edit: Fix completion of arguments other than the first oneJouni Malinen2010-11-201-1/+1
* edit: Fix Home/End escape codesJouni Malinen2010-11-201-6/+6
* wlantest: Add interactive mode to wlantest_cliJouni Malinen2010-11-201-0/+3
* edit: Add string completion support on tabJouni Malinen2010-11-201-0/+126
* wlantest: Add preliminary infrastructure for injecting framesJouni Malinen2010-11-191-0/+5
* WPS: Add special AP Setup Locked mode to allow read only ERJouni Malinen2010-11-172-2/+22
* Move wpa_cli readline integration into src/utils/edit_readline.cJouni Malinen2010-11-144-0/+236
* wpa_cli: Use edit API as a wrapper for optional readlineJouni Malinen2010-11-142-0/+7
* edit: Redraw input line on ^LJouni Malinen2010-11-141-0/+5
* Move command line editing routines into src/utils/edit*.[ch]Jouni Malinen2010-11-143-0/+645
* Share WPA IE parser function for RSN authenticator/supplicantJouni Malinen2010-11-124-246/+140
* AP: Verify that HT40 secondary channel is supportedJouni Malinen2010-11-121-0/+26
* Add HT40 flags into driver channel listJouni Malinen2010-11-122-1/+154
* WPS: Fix UPnP deinit order to avoid using freed memoryJouni Malinen2010-11-111-3/+9
* WPS ER: Fix compiler warning on non-WPS2 buildsJouni Malinen2010-11-111-0/+2
* WPS: Change concurrent radio AP to use only one WPS UPnP instanceJouni Malinen2010-11-116-93/+204
* P2P: Reselect operating channel preference based on best channelsJouni Malinen2010-11-101-28/+55
* P2P: Add support for automatic channel selection at GOAnil Gathala Sudha2010-11-104-4/+95
* wlantest: Parse Key Data KDEs and store GTK and IGTKJouni Malinen2010-11-091-0/+2
* hostapd: Fix config reload for multi-BSSFelix Fietkau2010-11-091-30/+39
* Allow client isolation to be configured (ap_isolate=1)Felix Fietkau2010-11-092-0/+16
* Fix rate table handlingFelix Fietkau2010-11-093-10/+21
* Add bridge handling for WDS STA interfacesFelix Fietkau2010-11-094-7/+24
* nl80211: Fix AP VLAN handling for WDS STA reassociationFelix Fietkau2010-11-091-1/+2
* Fix WDS STA reassociationFelix Fietkau2010-11-091-0/+3
* driver_roboswitch: include net/if.h instead of linux/if.hFelix Fietkau2010-11-091-1/+1
* driver_madwifi: fix a compile error on big endian systemsFelix Fietkau2010-11-091-1/+1
* WPS: Add wildcard AuthorizedMACs entry for PBCJouni Malinen2010-11-091-0/+4
* Allow TSN AP to be selected when configured for WEPJouni Malinen2010-11-081-0/+6
* wlantest: Add preliminary version of IEEE 802.11 protocol testing toolJouni Malinen2010-11-071-0/+6
* Fix EAP standalone serverJouni Malinen2010-11-073-7/+18
* P2P: Drop pending TX frame on new p2p_connectJouni Malinen2010-11-051-0/+15