xref: /titanic_54/usr/src/lib/libnwam/common/mapfile-vers (revision ab32bdf2f746488f918233b2d8cabd5835efe9f3)
1b00044a2SJames Carlson#
2b00044a2SJames Carlson# CDDL HEADER START
3b00044a2SJames Carlson#
4b00044a2SJames Carlson# The contents of this file are subject to the terms of the
5b00044a2SJames Carlson# Common Development and Distribution License (the "License").
6b00044a2SJames Carlson# You may not use this file except in compliance with the License.
7b00044a2SJames Carlson#
8b00044a2SJames Carlson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9b00044a2SJames Carlson# or http://www.opensolaris.org/os/licensing.
10b00044a2SJames Carlson# See the License for the specific language governing permissions
11b00044a2SJames Carlson# and limitations under the License.
12b00044a2SJames Carlson#
13b00044a2SJames Carlson# When distributing Covered Code, include this CDDL HEADER in each
14b00044a2SJames Carlson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15b00044a2SJames Carlson# If applicable, add the following below this CDDL HEADER, with the
16b00044a2SJames Carlson# fields enclosed by brackets "[]" replaced with your own identifying
17b00044a2SJames Carlson# information: Portions Copyright [yyyy] [name of copyright owner]
18b00044a2SJames Carlson#
19b00044a2SJames Carlson# CDDL HEADER END
20b00044a2SJames Carlson#
21b00044a2SJames Carlson#
22b00044a2SJames Carlson# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23b00044a2SJames Carlson# Use is subject to license terms.
24b00044a2SJames Carlson#
25b00044a2SJames Carlson
26b00044a2SJames CarlsonSUNWprivate_1.1 {
27b00044a2SJames Carlson    global:
28b00044a2SJames Carlson	libnwam_wait_event;
29b00044a2SJames Carlson	libnwam_free_event;
30b00044a2SJames Carlson	libnwam_get_llp_list;
31b00044a2SJames Carlson	libnwam_free_llp_list;
32b00044a2SJames Carlson	libnwam_set_llp_priority;
33b00044a2SJames Carlson	libnwam_lock_llp;
34b00044a2SJames Carlson	libnwam_get_wlan_list;
35b00044a2SJames Carlson	libnwam_free_wlan_list;
36b00044a2SJames Carlson	libnwam_get_known_ap_list;
37b00044a2SJames Carlson	libnwam_free_known_ap_list;
38b00044a2SJames Carlson	libnwam_add_known_ap;
39b00044a2SJames Carlson	libnwam_delete_known_ap;
40b00044a2SJames Carlson	libnwam_select_wlan;
41b00044a2SJames Carlson	libnwam_wlan_key;
42*ab32bdf2SJames Carlson	libnwam_wlan_key_secmode;
43b00044a2SJames Carlson	libnwam_start_rescan;
44b00044a2SJames Carlson	libnwam_fini;
45b00044a2SJames Carlson	libnwam_init;
46b00044a2SJames Carlson    local:
47b00044a2SJames Carlson	*;
48b00044a2SJames Carlson};
49