• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AirPort WPA Code?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >AirPort WPA Code? (From: OL&L Lists <email@hidden>)
 >Re: AirPort WPA Code? (From: "Justin C. Walker" <email@hidden>)

  • Prev by Date: Re: Efficient UDP processing
  • Next by Date: Re: Efficient UDP processing
  • Previous by thread: Re: AirPort WPA Code?
  • Next by thread: Efficient UDP processing
  • Index(es):
    • Date
    • Thread