What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Sep 11, 2007 by pumpkingod
Apple80211Open  

Initializes the Apple80211 library.

int Apple80211Open(struct Apple80211 **handle);

Parameters

  • handle The (returned) handle to the opened library

Returns

  • 0 if successful
  • -1 if the argument is NULL
  • -2 if it was unable to allocate memory for the Apple80211 struct
  • -3 if it was unable to open the socket


Sign in to add a comment