Re: [PATCH] prism54: wpa support for fullmac cards

2006-10-17 Thread John W. Linville
On Tue, Oct 03, 2006 at 02:57:33PM +0200, [EMAIL PROTECTED] wrote:
 This patch (prism54-en-wpa3.patch) brings WPA/WPA2(RSN) with 
 TKIP-Cipher to everyone with a FULLMAC Prism GT/Indigo/Duette card.
 I removed all the parts(e.g.: Hostapd Support) which are not relevant for 
 wpa_supplicant (client/managed mode).
 
 now, you can connect to your WLAN with: 
 wpa_supplicant -Dwext -c{WPA_CONF} -i{WPA_ETH} -dd
 
 This code is just for review  testers...
 so only a pre-signed-off for now. ;)
 Pre- Signed-off-by: Christian Lamparter [EMAIL PROTECTED]

I apologize for the late response.

I was going to include this patch in my pending branch, but I can't
get it to apply.  The rejects are a bit big for me to hand-resolve.

Please review the patch posting procedures documented here:

http://linux.yyz.us/patch-format.html

Feel free to resubmit the patch, based of the current wireless-2.6 tree:

git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git

Thanks,

John
-- 
John W. Linville
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] prism54: wpa support for fullmac cards

2006-10-05 Thread chunkeey
On Wed, Oct 04, 2006 23:43 you wrote:
 On Wed, Oct 04, 2006 at 04:12:26PM +0200, [EMAIL PROTECTED] wrote:
  the AP code never worked. And the hostapd-ioctl interface was designed
  for prism2/2.5/3 cards, but not for fullmac prism54.

 What do you mean by never working? I have seen fullmac Prism54
 completing WPA authentication with hostapd.. This was using the
 driver_prism54.c in hostapd, not the Host AP driver interface.
  (BTW, hostapd's backend for prism54 uses a proprietary interface -
  PIMFOR -, which never made it into the kernel.)

 But it worked in the external driver. So yes, saying that the version in
 kernel tree never worked in AP mode would probably be valid.

ok, sorry my fault, I should have put it this was:

it was never woking for ME, linmax, roland warsow, ...
and I tried alot of things. (patches, how-tos, ask the maintainer, etc. )
But i only saw Oops or mgt: queue full ...
 
the PIMFOR-Interface is a direct tunnel to the hardware.
And guess what? it's very crashy .. (e.g set/get the generic elements does 
a very good job. ;) )

 And as far as the WEXT interface in hostapd is concerned, no, there is
 no such thing yet.

that's correct.
WEXT is not going anywhere anymore, but maybe cfg80211?

Chr
 
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] prism54: wpa support for fullmac cards

2006-10-04 Thread Jiri Benc
On Tue, 3 Oct 2006 14:57:33 +0200, [EMAIL PROTECTED] wrote:
 This patch (prism54-en-wpa3.patch) brings WPA/WPA2(RSN) with 
 TKIP-Cipher to everyone with a FULLMAC Prism GT/Indigo/Duette card.
 I removed all the parts(e.g.: Hostapd Support) which are not relevant for 
 wpa_supplicant (client/managed mode).

Are you proposing a patch that removes AP support from the driver or did
I understand it wrong?

Thanks,

 Jiri

-- 
Jiri Benc
SUSE Labs
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] prism54: wpa support for fullmac cards

2006-10-04 Thread Dan Williams
On Wed, 2006-10-04 at 12:38 +0200, Jiri Benc wrote:
 On Tue, 3 Oct 2006 14:57:33 +0200, [EMAIL PROTECTED] wrote:
  This patch (prism54-en-wpa3.patch) brings WPA/WPA2(RSN) with 
  TKIP-Cipher to everyone with a FULLMAC Prism GT/Indigo/Duette card.
  I removed all the parts(e.g.: Hostapd Support) which are not relevant for 
  wpa_supplicant (client/managed mode).
 
 Are you proposing a patch that removes AP support from the driver or did
 I understand it wrong?

I believe it adds the support back in, just using standard WE ioctls
like ENCODEEXT and AUTH rather than the custom HostAP ones...  which
brings up the question whether the hostapd driver for wext (is there
such a thing?) works well enough.

Dan

 Thanks,
 
  Jiri
 

-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] prism54: wpa support for fullmac cards

2006-10-04 Thread chunkeey
On Wed, 4 Oct 2006 13:40 +0200 [EMAIL PROTECTED] wrote:
 On Wed, 2006-10-04 at 12:38 +0200, Jiri Benc wrote:
  On Tue, 3 Oct 2006 14:57:33 +0200, [EMAIL PROTECTED] wrote:
   This patch (prism54-en-wpa3.patch) brings WPA/WPA2(RSN) with
   TKIP-Cipher to everyone with a FULLMAC Prism GT/Indigo/Duette card.
   I removed all the parts(e.g.: Hostapd Support) which are not relevant
   for wpa_supplicant (client/managed mode).
 
  Are you proposing a patch that removes AP support from the driver or did
  I understand it wrong?

 I believe it adds the support back in, just using standard WE ioctls
 like ENCODEEXT and AUTH rather than the custom HostAP ones...  which
 brings up the question whether the hostapd driver for wext (is there
 such a thing?) works well enough.

 Dan


the AP code never worked. And the hostapd-ioctl interface was designed 
for prism2/2.5/3 cards, but not for fullmac prism54.
Because the fullmac prism54 card does everything(mac-, key- and 
station-management) in the firmware and the hostapd_param struct 
does neither support the necessary mlme requests/responses (Authentication  
Association frames) nor a param to handle the EAP filter for the stations.

(I wrote a patch HostAPD support, but with it's own 
firmwareap_param struct and some other hacky things, but it works well.
I can post a diff too, but be warned! ;) )

(BTW, hostapd's backend for prism54 uses a proprietary interface - 
PIMFOR -, which never made it into the kernel.) 

Chr.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] prism54: wpa support for fullmac cards

2006-10-04 Thread Jouni Malinen
On Wed, Oct 04, 2006 at 04:12:26PM +0200, [EMAIL PROTECTED] wrote:

 the AP code never worked. And the hostapd-ioctl interface was designed 
 for prism2/2.5/3 cards, but not for fullmac prism54.

What do you mean by never working? I have seen fullmac Prism54
completing WPA authentication with hostapd.. This was using the
driver_prism54.c in hostapd, not the Host AP driver interface.

 (BTW, hostapd's backend for prism54 uses a proprietary interface - 
 PIMFOR -, which never made it into the kernel.) 

But it worked in the external driver. So yes, saying that the version in
kernel tree never worked in AP mode would probably be valid.

And as far as the WEXT interface in hostapd is concerned, no, there is
no such thing yet.

-- 
Jouni MalinenPGP id EFC895FA
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html