aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/assoc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona1-1/+1
2008-05-21libertas: Extend MESH_CONFIG command to access non-volatile configurationJavier Cardona1-2/+4
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-04-08libertas: move lbs_update_channel out of assoc.cHolger Schurig1-17/+0
2008-04-08libertas: move association code from scan.c into assoc.cHolger Schurig1-0/+352
2008-04-08libertas: move association code from join.c into scan.cHolger Schurig1-4/+858
2008-04-07libertas: fix mode initialization problemHolger Schurig1-1/+1
2008-03-25libertas: convert GET_LOG to a direct commandHolger Schurig1-4/+0
2008-03-25libertas: fix scheduling while atomic bug in CMD_MAC_CONTROLHolger Schurig1-6/+2
2008-03-25libertas: rename packetfilter to mac_controlHolger Schurig1-4/+4
2008-03-13libertas: implement SSID scanning for SIOCSIWSCANHolger Schurig1-2/+2
2008-03-06libertas: convert KEY_MATERIAL to a direct commandDavid Woodhouse1-10/+2
2008-02-29libertas: make lbs_sync_channel() staticHolger Schurig1-11/+0
2008-02-29libertas: make association debug output nicerHolger Schurig1-6/+3
2008-01-31libertas: fix memory alignment problems on the blackfinIhar Hrachyshka1-2/+4
2008-01-28libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse1-14/+5
2008-01-28libertas: convert SET_WEP to a direct commandDavid Woodhouse1-18/+8
2008-01-28libertas: fix return from lbs_update_channel()David Woodhouse1-6/+10
2008-01-28libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse1-5/+6
2008-01-28libertas: make lbs_update_channel() function non-staticDavid Woodhouse1-4/+4
2008-01-28libertas: add missing newlines in debugging statementsDavid Woodhouse1-5/+5
2008-01-28libertas: disable mesh temporarily while setting eth channel/assocDavid Woodhouse1-2/+12
2008-01-28libertas: add missing newline on debug messageDavid Woodhouse1-1/+1
2008-01-28libertas: convert RF_CHANNEL to a direct commandDan Williams1-10/+13
2008-01-28libertas: kill struct lbs_adapterDavid Woodhouse1-72/+64
2008-01-28libertas: tweak association debug outputHolger Schurig1-5/+4
2008-01-28libertas: remove arbitrary typedefsHolger Schurig1-23/+25
2008-01-28libertas: clean up association debug messagesHolger Schurig1-72/+64
2008-01-28libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-60/+60
2007-10-10[PATCH] libertas: problems setting wpa keysDan Williams1-5/+30
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-8/+11
2007-10-10[PATCH] libertas: fix misspelling in debug messageDan Williams1-1/+1
2007-10-10[PATCH] libertas: remove adapter->prescanHolger Schurig1-4/+2
2007-10-10[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-34/+34
2007-10-10[PATCH] libertas: clean up indentation in libertas_association_workerDan Williams1-5/+10
2007-10-10[PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usageDan Williams1-4/+4
2007-06-28[PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctlyDan Williams1-2/+26
2007-06-12[PATCH] libertas: deauthenticate from AP in channel switchLuis Carlos Cobo Rus1-0/+5
2007-06-12[PATCH] libertas: pull current channel from firmware on mesh autostartLuis Carlos Cobo Rus1-0/+8
2007-06-11[PATCH] libertas: reduce SSID and BSSID mixed-case abuseDan Williams1-7/+7
2007-06-11[PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essidDan Williams1-48/+26
2007-06-11[PATCH] libertas: tweak association debug outputDan Williams1-11/+8
2007-06-11[PATCH] libertas: first pass at fixing up endianness issuesDavid Woodhouse1-1/+1
2007-06-11[PATCH] libertas: Make WPA work through supplicant handshakeDan Williams1-10/+10
2007-06-11[PATCH] libertas: debug print spacing fixes in assoc.cDan Williams1-2/+1
2007-06-11[PATCH] libertas: honor specific channel requests during associationDan Williams1-2/+6
2007-06-11[PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropriateDan Williams1-4/+5
2007-06-11[PATCH] libertas: make association paths consistentDan Williams1-23/+83
2007-06-11[PATCH] libertas: move channel changing into association frameworkDan Williams1-0/+81
2007-06-11[PATCH] libertas: fix 'keep previous scan' behaviorDan Williams1-2/+2