]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "NSObject.h" | |
8 | ||
9 | @class NSLock, NSMutableArray; | |
10 | ||
11 | @interface SBWiFiManager : NSObject | |
12 | { | |
13 | struct _Apple80211 *_wireless; | |
14 | int _rssiThreshold; | |
15 | BOOL _busy; | |
16 | BOOL _joining; | |
17 | BOOL _cancel; | |
18 | NSLock *_lock; | |
19 | id _delegate; | |
20 | BOOL _eventThreadRunning; | |
21 | NSLock *_eventLock; | |
22 | NSMutableArray *_eventQueue; | |
23 | } | |
24 | ||
25 | + (id)sharedInstance; | |
26 | - (void)dealloc; | |
27 | - (id)init; | |
28 | - (void)setDelegate:(id)fp8; | |
29 | - (void)cancel; | |
30 | - (void)scan; | |
31 | - (BOOL)busy; | |
32 | - (BOOL)joining; | |
33 | - (void)dismissAlerts; | |
34 | - (void)_scanThread; | |
35 | - (void)_scanComplete:(id)fp8; | |
36 | - (void)_joinNetworkThread:(id)fp8; | |
37 | - (void)_joinNetwork:(id)fp8; | |
38 | - (void)_joinComplete:(id)fp8; | |
39 | - (SEL)_dequeueEventAction; | |
40 | - (void)_eventThread; | |
41 | - (void)_eventThreadFinished; | |
42 | - (void)enqueueEventAction:(SEL)fp8; | |
43 | - (void)_SBAirPortUpdateTimer; | |
44 | - (void)_SBAirPortPowerChanged; | |
45 | - (void)_SBAirPortConfigurationChanged; | |
46 | - (void)joinSecureNetwork:(id)fp8 password:(id)fp12; | |
47 | - (void)joinNetwork:(id)fp8; | |
48 | ||
49 | @end | |
50 |