summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/libertas/assoc.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-11[PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropr...Dan 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
2007-06-11[PATCH] libertas: make scan result handling more flexibleDan Williams1-22/+18
2007-06-11[PATCH] libertas: replace 'macaddress' with 'bssid'Dan Williams1-1/+1
2007-06-11[PATCH] libertas: make debug configurableHolger Schurig1-51/+48
2007-06-11[PATCH] libertas: rename wlan_association_workerHolger Schurig1-1/+1
2007-05-11[PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enumDan Williams1-17/+17
2007-05-11[PATCH] libertas: remove WLAN_802_11_WEP_STATUS enumDan Williams1-1/+1
2007-05-11[PATCH] libertas: remove WLAN_802_11_AUTHENTICATION_MODEDan Williams1-2/+1
2007-05-11[PATCH] libertas: fix size of SSID comparison in stop_adhoc checkDan Williams1-1/+1
2007-04-28[PATCH] Marvell Libertas 8388 802.11b/g USB driverMarcelo Tosatti1-0/+588