OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // The remainder of this file is copied from the Google Gear project: | 5 // The remainder of this file is copied from the Gears project: |
6 // http://code.google.com/p/gears/source/browse/trunk/gears/geolocation/osx_wifi
.h | 6 // http://code.google.com/p/gears/source/browse/trunk/gears/geolocation/osx_wifi
.h |
7 | 7 |
8 // The contents of this file are taken from Apple80211.h from the iStumbler | 8 // The contents of this file are taken from Apple80211.h from the iStumbler |
9 // project (http://www.istumbler.net). This project is released under the BSD | 9 // project (http://www.istumbler.net). This project is released under the BSD |
10 // license with the following restrictions. | 10 // license with the following restrictions. |
11 // | 11 // |
12 // Copyright (c) 02006, Alf Watt (alf@istumbler.net). All rights reserved. | 12 // Copyright (c) 02006, Alf Watt (alf@istumbler.net). All rights reserved. |
13 // | 13 // |
14 // Redistribution and use in source and binary forms, with or without | 14 // Redistribution and use in source and binary forms, with or without |
15 // modification, are permitted provided that the following conditions | 15 // modification, are permitted provided that the following conditions |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 // | 94 // |
95 // If stripDups != 0 only one bases tation for each SSID will be returned. | 95 // If stripDups != 0 only one bases tation for each SSID will be returned. |
96 typedef WIErr (*WirelessScanSplitFunction)(WirelessContext* inContext, | 96 typedef WIErr (*WirelessScanSplitFunction)(WirelessContext* inContext, |
97 CFArrayRef* apList, | 97 CFArrayRef* apList, |
98 CFArrayRef* adhocList, | 98 CFArrayRef* adhocList, |
99 const UInt32 stripDups); | 99 const UInt32 stripDups); |
100 | 100 |
101 } // extern "C" | 101 } // extern "C" |
102 | 102 |
103 #endif // CONTENT_BROWSER_GEOLOCATION_OSX_WIFI_H_ | 103 #endif // CONTENT_BROWSER_GEOLOCATION_OSX_WIFI_H_ |
OLD | NEW |