Re: AirPort WPA Code?
Re: AirPort WPA Code?
- Subject: Re: AirPort WPA Code?
- From: Charlie Boisseau <email@hidden>
- Date: Sun, 22 Jan 2006 11:03:23 +0000
The place you would want to look for this is Apple's Private
Framework, Apple80211.framework, however because it's a private
framework, there's not much chance of getting into it.
If you want to call the WEP encryption functions, rather than look
into how they work, someone did reverse engineer the Apple80211
header file. Although, I don't think they've figured out the WPA
functions yet.
If you're interested, the file can be found here:
<http://www.cocoadev.com/index.pl?AppleEightOhTwoEleven>
The function you want is:
extern WIErr WirelessEncrypt(
CFStringRef inNetworkPassword,
WirelessKey *wepKey,
const UInt32 use104bits);
'use104bits' is 0 for creating a 40-bit key and 1 for 104-bit key.
--
Charlie Boisseau
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden