mapfile-vers revision ab32bdf2f746488f918233b2d8cabd5835efe9f3
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson#
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# CDDL HEADER START
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson#
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# The contents of this file are subject to the terms of the
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# Common Development and Distribution License (the "License").
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# You may not use this file except in compliance with the License.
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson#
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# or http://www.opensolaris.org/os/licensing.
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# See the License for the specific language governing permissions
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# and limitations under the License.
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson#
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# When distributing Covered Code, include this CDDL HEADER in each
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# If applicable, add the following below this CDDL HEADER, with the
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# fields enclosed by brackets "[]" replaced with your own identifying
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# information: Portions Copyright [yyyy] [name of copyright owner]
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson#
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# CDDL HEADER END
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson#
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson#
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson# Use is subject to license terms.
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson#
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson
b00044a2eb43864b8718585d21949611a2ee59efJames CarlsonSUNWprivate_1.1 {
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson global:
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_wait_event;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_free_event;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_get_llp_list;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_free_llp_list;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_set_llp_priority;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_lock_llp;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_get_wlan_list;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_free_wlan_list;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_get_known_ap_list;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_free_known_ap_list;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_add_known_ap;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_delete_known_ap;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_select_wlan;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_wlan_key;
ab32bdf2f746488f918233b2d8cabd5835efe9f3James Carlson libnwam_wlan_key_secmode;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_start_rescan;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_fini;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson libnwam_init;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson local:
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson *;
b00044a2eb43864b8718585d21949611a2ee59efJames Carlson};