luxlabs header browser preview


@class CWFInterface, NSString;

@interface WFWiFiSettingsClient : WFSettingsClient <WFBooleanStateSetting>

@property (readonly, nonatomic) CWFInterface *interface;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (void)createClientWithCompletionHandler:(id /* block */)a0;

- (id)rxRate;
- (id)channel;
- (id)networkName;
- (void)dealloc;
- (id)RSSI;
- (id)noise;
- (id)txRate;
- (void).cxx_destruct;
- (id)initWithInterface:(id)a0;
- (id)hardwareMACAddress;
- (id)BSSID;
- (void)getStateWithCompletionHandler:(id /* block */)a0;
- (void)setState:(BOOL)a0 completionHandler:(id /* block */)a1;
- (id)wifiStandard;

@end