]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAirportNetwork.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRAirportNetwork.h
1 /*
2  *     Generated by class-dump 3.1.1.
3  *
4  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
5  */
6
7 #import "NSObject.h"
8
9 @class NSDictionary;
10
11 @interface BRAirportNetwork : NSObject
12 {
13     NSDictionary *_data;
14 }
15
16 + (id)networkWithName:(id)fp8 error:(id *)fp12;
17 + (id)networkWithDictionary:(id)fp8;
18 + (BOOL)openApple80211Ref:(struct _Apple80211 **)fp8 error:(int *)fp12;
19 + (void)checkAirportPower;
20 - (id)init;
21 - (void)dealloc;
22 - (id)name;
23 - (int)securityType;
24 - (BOOL)associateUsingPassword:(id)fp8 error:(id *)fp12;
25
26 @end
27