* Untested work-in-progress. Actually cannot work because of missing
functionality in BNetworkAddress. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39687 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -53,6 +53,8 @@ public:
|
||||
status_t GetScanResultAt(int32 index,
|
||||
wireless_network& network);
|
||||
|
||||
status_t JoinNetwork(wireless_network& network,
|
||||
const char* password = NULL);
|
||||
status_t JoinNetwork(const BNetworkAddress& address,
|
||||
const char* password = NULL);
|
||||
status_t LeaveNetwork();
|
||||
|
||||
Reference in New Issue
Block a user