Go to the source code of this file.
Typedefs | |
typedef struct Apple80211 * | Apple80211Ref |
Enumerations | |
enum | { APPLE80211_VALUE_SSID = 1, APPLE80211_VALUE_BSSID = 9 } |
Functions | |
int | Apple80211Associate (Apple80211Ref handle, CFDictionaryRef bss, CFStringRef password) |
int | Apple80211AssociateAndCopyInfo (Apple80211Ref handle, CFDictionaryRef bss, CFStringRef password, CFDictionaryRef *info) |
int | Apple80211BindToInterface (Apple80211Ref handle, CFStringRef interface) |
int | Apple80211Close (Apple80211Ref ctx) |
int | Apple80211CopyValue (Apple80211Ref handle, int field, CFDictionaryRef arg2, void *value) |
int | Apple80211GetIfListCopy (Apple80211Ref handle, CFArrayRef *list) |
int | Apple80211GetInfoCopy (Apple80211Ref handle, CFDictionaryRef *info) |
int | Apple80211GetInterfaceNameCopy (Apple80211Ref handle, CFStringRef *name) |
int | Apple80211GetPower (Apple80211Ref handle, char *pwr) |
int | Apple80211Open (Apple80211Ref *ctx) |
int | Apple80211Scan (Apple80211Ref handle, CFArrayRef *list, CFDictionaryRef parameters) |
int | Apple80211SetPower (Apple80211Ref handle, char pwr) |
typedef struct Apple80211* Apple80211Ref |
Definition at line 10 of file MobileApple80211.h.
anonymous enum |
Definition at line 35 of file MobileApple80211.h.
int Apple80211Associate | ( | Apple80211Ref | handle, | |
CFDictionaryRef | bss, | |||
CFStringRef | password | |||
) |
Definition at line 107 of file MobileApple80211.c.
int Apple80211AssociateAndCopyInfo | ( | Apple80211Ref | handle, | |
CFDictionaryRef | bss, | |||
CFStringRef | password, | |||
CFDictionaryRef * | info | |||
) |
Definition at line 120 of file MobileApple80211.c.
int Apple80211BindToInterface | ( | Apple80211Ref | handle, | |
CFStringRef | interface | |||
) |
Definition at line 51 of file MobileApple80211.c.
int Apple80211Close | ( | Apple80211Ref | ctx | ) |
Definition at line 33 of file MobileApple80211.c.
int Apple80211CopyValue | ( | Apple80211Ref | handle, | |
int | field, | |||
CFDictionaryRef | arg2, | |||
void * | value | |||
) |
Definition at line 130 of file MobileApple80211.c.
int Apple80211GetIfListCopy | ( | Apple80211Ref | handle, | |
CFArrayRef * | list | |||
) |
Definition at line 42 of file MobileApple80211.c.
int Apple80211GetInfoCopy | ( | Apple80211Ref | handle, | |
CFDictionaryRef * | info | |||
) |
Definition at line 71 of file MobileApple80211.c.
int Apple80211GetInterfaceNameCopy | ( | Apple80211Ref | handle, | |
CFStringRef * | name | |||
) |
Definition at line 61 of file MobileApple80211.c.
int Apple80211GetPower | ( | Apple80211Ref | handle, | |
char * | pwr | |||
) |
Definition at line 80 of file MobileApple80211.c.
int Apple80211Open | ( | Apple80211Ref * | ctx | ) |
Definition at line 25 of file MobileApple80211.c.
int Apple80211Scan | ( | Apple80211Ref | handle, | |
CFArrayRef * | list, | |||
CFDictionaryRef | parameters | |||
) |
Definition at line 97 of file MobileApple80211.c.
int Apple80211SetPower | ( | Apple80211Ref | handle, | |
char | pwr | |||
) |
Definition at line 88 of file MobileApple80211.c.