All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1212765720.28631.19.camel@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index 00f1005..083e394 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,31 +1,26 @@
 On Fri, 2008-06-06 at 18:12 +0300, Tomas Winkler wrote:
-> On Fri, Jun 6, 2008 at 5:51 PM, Thomas Backlund <tmb@mandriva.org> wr=
-ote:
+> On Fri, Jun 6, 2008 at 5:51 PM, Thomas Backlund <tmb@mandriva.org> wrote:
 > > Tomas Winkler skrev:
 > >>
-> >> On Fri, Jun 6, 2008 at 3:33 PM, Thomas Backlund <tmb@mandriva.org>=
- wrote:
+> >> On Fri, Jun 6, 2008 at 3:33 PM, Thomas Backlund <tmb@mandriva.org> wrote:
 > >>>
 > >>> Thomas Backlund skrev:
 > >>>>
 > >>>> Tomas Winkler skrev:
 > >>>>>
-> >>>>> On Fri, Jun 6, 2008 at 3:44 AM, Ian Schram <ischram@telenet.be>=
- wrote:
+> >>>>> On Fri, Jun 6, 2008 at 3:44 AM, Ian Schram <ischram@telenet.be> wrote:
 > >>>>>>
 > >>>>>> Isn't this the Oops Joonwoo Park wanted to patch with
 > >>>>>>
 > >>>>>> "[PATCH] iwlwifi: fix oops on wep key insertion" 27/5/2008
 > >>>>>>
-> >>>>>> invalid length of webkey that would/should be handled in mac80=
-211?
+> >>>>>> invalid length of webkey that would/should be handled in mac80211?
 > >>>>>>
 > >>>>>> ian
 > >>>>>
 > >>>>> Yes, it looks like.
 > >>>>
-> >>>> Ummm, what has a wep key to do with me trying to access a WPA2-P=
-ersonal
+> >>>> Ummm, what has a wep key to do with me trying to access a WPA2-Personal
 > >>>> encrypted net ?
 > >>
 > >> Not sure yet, but mac is trying to assign default/static wep key.
@@ -34,48 +29,38 @@ ersonal
 > >> :iwlcore:iwl_set_default_wep_key+0xa2/0xbc
 > >>
 > >> Try to set the encryption explicitly
-> >> network=3D{
-> >>    psk=3D"*************************"
-> >>    scan_ssid=3D1
-> >>    ssid=3D"dlink"
-> >>    pairwise=3DCCMP
-> >>   group=3DCCMP
+> >> network={
+> >>    psk="*************************"
+> >>    scan_ssid=1
+> >>    ssid="dlink"
+> >>    pairwise=CCMP
+> >>   group=CCMP
 > >>  }
 > >>
 > >>
 > >
 > > That didn't help at all...
 > >
-> > What's more it prevented the wifi to work on 2.6.24.7 so I had to r=
-emove the
+> > What's more it prevented the wifi to work on 2.6.24.7 so I had to remove the
 > > lines again...
 > >
 > So what's your AP configuration TKIP?
 
 Yeah, the supplicant log he posted clearly shows that the GTK is TKIP.
 
-=EF=BB=BF> 1212763152.516781: wpa_driver_wext_set_key: alg=3D2 key_idx=3D=
-1 set_tx=3D0 seq_len=3D6 key_len=3D32
-> 1212763152.516790: WPA: Key negotiation completed with 00:xx:xx:xx:xx=
-:xx [PTK=3DCCMP GTK=3DTKIP]
+> 1212763152.516781: wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32
+> 1212763152.516790: WPA: Key negotiation completed with 00:xx:xx:xx:xx:xx [PTK=CCMP GTK=TKIP]
 
 Dan
 
 > Second try also with sw decryption:
->=20
+> 
 > in /etc/modprobe.conf
-> options iwl4965 swcrypto=3D1
->=20
->=20
+> options iwl4965 swcrypto=1
+> 
+> 
 > Tomas
 > --
-> To unsubscribe from this list: send the line "unsubscribe linux-wirel=
-ess" in
+> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
 > the body of a message to majordomo@vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-wireles=
-s" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 85299bd..3700454 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -20,33 +20,28 @@
  "\00:1\0"
  "b\0"
  "On Fri, 2008-06-06 at 18:12 +0300, Tomas Winkler wrote:\n"
- "> On Fri, Jun 6, 2008 at 5:51 PM, Thomas Backlund <tmb@mandriva.org> wr=\n"
- "ote:\n"
+ "> On Fri, Jun 6, 2008 at 5:51 PM, Thomas Backlund <tmb@mandriva.org> wrote:\n"
  "> > Tomas Winkler skrev:\n"
  "> >>\n"
- "> >> On Fri, Jun 6, 2008 at 3:33 PM, Thomas Backlund <tmb@mandriva.org>=\n"
- " wrote:\n"
+ "> >> On Fri, Jun 6, 2008 at 3:33 PM, Thomas Backlund <tmb@mandriva.org> wrote:\n"
  "> >>>\n"
  "> >>> Thomas Backlund skrev:\n"
  "> >>>>\n"
  "> >>>> Tomas Winkler skrev:\n"
  "> >>>>>\n"
- "> >>>>> On Fri, Jun 6, 2008 at 3:44 AM, Ian Schram <ischram@telenet.be>=\n"
- " wrote:\n"
+ "> >>>>> On Fri, Jun 6, 2008 at 3:44 AM, Ian Schram <ischram@telenet.be> wrote:\n"
  "> >>>>>>\n"
  "> >>>>>> Isn't this the Oops Joonwoo Park wanted to patch with\n"
  "> >>>>>>\n"
  "> >>>>>> \"[PATCH] iwlwifi: fix oops on wep key insertion\" 27/5/2008\n"
  "> >>>>>>\n"
- "> >>>>>> invalid length of webkey that would/should be handled in mac80=\n"
- "211?\n"
+ "> >>>>>> invalid length of webkey that would/should be handled in mac80211?\n"
  "> >>>>>>\n"
  "> >>>>>> ian\n"
  "> >>>>>\n"
  "> >>>>> Yes, it looks like.\n"
  "> >>>>\n"
- "> >>>> Ummm, what has a wep key to do with me trying to access a WPA2-P=\n"
- "ersonal\n"
+ "> >>>> Ummm, what has a wep key to do with me trying to access a WPA2-Personal\n"
  "> >>>> encrypted net ?\n"
  "> >>\n"
  "> >> Not sure yet, but mac is trying to assign default/static wep key.\n"
@@ -55,50 +50,40 @@
  "> >> :iwlcore:iwl_set_default_wep_key+0xa2/0xbc\n"
  "> >>\n"
  "> >> Try to set the encryption explicitly\n"
- "> >> network=3D{\n"
- "> >>    psk=3D\"*************************\"\n"
- "> >>    scan_ssid=3D1\n"
- "> >>    ssid=3D\"dlink\"\n"
- "> >>    pairwise=3DCCMP\n"
- "> >>   group=3DCCMP\n"
+ "> >> network={\n"
+ "> >>    psk=\"*************************\"\n"
+ "> >>    scan_ssid=1\n"
+ "> >>    ssid=\"dlink\"\n"
+ "> >>    pairwise=CCMP\n"
+ "> >>   group=CCMP\n"
  "> >>  }\n"
  "> >>\n"
  "> >>\n"
  "> >\n"
  "> > That didn't help at all...\n"
  "> >\n"
- "> > What's more it prevented the wifi to work on 2.6.24.7 so I had to r=\n"
- "emove the\n"
+ "> > What's more it prevented the wifi to work on 2.6.24.7 so I had to remove the\n"
  "> > lines again...\n"
  "> >\n"
  "> So what's your AP configuration TKIP?\n"
  "\n"
  "Yeah, the supplicant log he posted clearly shows that the GTK is TKIP.\n"
  "\n"
- "=EF=BB=BF> 1212763152.516781: wpa_driver_wext_set_key: alg=3D2 key_idx=3D=\n"
- "1 set_tx=3D0 seq_len=3D6 key_len=3D32\n"
- "> 1212763152.516790: WPA: Key negotiation completed with 00:xx:xx:xx:xx=\n"
- ":xx [PTK=3DCCMP GTK=3DTKIP]\n"
+ "\357\273\277> 1212763152.516781: wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32\n"
+ "> 1212763152.516790: WPA: Key negotiation completed with 00:xx:xx:xx:xx:xx [PTK=CCMP GTK=TKIP]\n"
  "\n"
  "Dan\n"
  "\n"
  "> Second try also with sw decryption:\n"
- ">=20\n"
+ "> \n"
  "> in /etc/modprobe.conf\n"
- "> options iwl4965 swcrypto=3D1\n"
- ">=20\n"
- ">=20\n"
+ "> options iwl4965 swcrypto=1\n"
+ "> \n"
+ "> \n"
  "> Tomas\n"
  "> --\n"
- "> To unsubscribe from this list: send the line \"unsubscribe linux-wirel=\n"
- "ess\" in\n"
+ "> To unsubscribe from this list: send the line \"unsubscribe linux-wireless\" in\n"
  "> the body of a message to majordomo@vger.kernel.org\n"
- "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-wireles=\n"
- "s\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-bd3fc15f20357ba91b810cd28edf0456f0363a712c243bfbf684e76539d4f957
+578512eb3503ac047b9f040795cc3628f7367f9b3b73430ffa0c82f75fee5848

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.