summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/assoc.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-16libertas: convert SNMP_MIB to a direct commandDan Williams1-5/+1
2008-08-30libertas: convert adhoc operations to direct commandsDan Williams1-354/+278
2008-08-30libertas: convert CMD_802_11_RADIO_CONTROL to a direct commandDan Williams1-26/+31
2008-08-30libertas: convert CMD_802_11_DEAUTHENTICATE to a direct commandDan Williams1-35/+26
2008-06-03libertas: rate adaptation configuration via iwconfig.Javier Cardona1-1/+1
2008-05-22libertas: 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/ne...David S. Miller1-1/+1
2008-04-09libertas: move lbs_update_channel out of assoc.cHolger Schurig1-17/+0
2008-04-09libertas: move association code from scan.c into assoc.cHolger Schurig1-0/+352
2008-04-09libertas: move association code from join.c into scan.cHolger Schurig1-4/+858
2008-04-08libertas: 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-07libertas: 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-02-01libertas: fix memory alignment problems on the blackfinIhar Hrachyshka1-2/+4
2008-01-29libertas: convert ENABLE_RSN to a direct commandDavid Woodhouse1-14/+5
2008-01-29libertas: convert SET_WEP to a direct commandDavid Woodhouse1-18/+8
2008-01-29libertas: fix return from lbs_update_channel()David Woodhouse1-6/+10
2008-01-29libertas: pass channel argument directly to lbs_mesh_config()David Woodhouse1-5/+6
2008-01-29libertas: make lbs_update_channel() function non-staticDavid Woodhouse1-4/+4
2008-01-29libertas: add missing newlines in debugging statementsDavid Woodhouse1-5/+5
2008-01-29libertas: disable mesh temporarily while setting eth channel/assocDavid Woodhouse1-2/+12
2008-01-29libertas: add missing newline on debug messageDavid Woodhouse1-1/+1
2008-01-29libertas: convert RF_CHANNEL to a direct commandDan Williams1-10/+13
2008-01-29libertas: kill struct lbs_adapterDavid Woodhouse1-72/+64
2008-01-29libertas: tweak association debug outputHolger Schurig1-5/+4
2008-01-29libertas: remove arbitrary typedefsHolger Schurig1-23/+25
2008-01-29libertas: clean up association debug messagesHolger Schurig1-72/+64
2008-01-29libertas: move to uniform lbs_/LBS_ namespaceHolger Schurig1-60/+60
2007-10-11[PATCH] libertas: problems setting wpa keysDan Williams1-5/+30
2007-10-11[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-8/+11
2007-10-11[PATCH] libertas: fix misspelling in debug messageDan Williams1-1/+1
2007-10-11[PATCH] libertas: remove adapter->prescanHolger Schurig1-4/+2
2007-10-11[PATCH] libertas: re-uppercase command defines and other constantsDan Williams1-34/+34
2007-10-11[PATCH] libertas: clean up indentation in libertas_association_workerDan Williams1-5/+10
2007-10-11[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