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