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# 22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23b00044a2SJames Carlson# Use is subject to license terms. 24b00044a2SJames Carlson# 25b00044a2SJames Carlson 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 38*bfed486aSAli Bahrami# 39*bfed486aSAli Bahrami 40b00044a2SJames CarlsonSUNWprivate_1.1 { 41b00044a2SJames Carlson global: 42b00044a2SJames Carlson libnwam_wait_event; 43b00044a2SJames Carlson libnwam_free_event; 44b00044a2SJames Carlson libnwam_get_llp_list; 45b00044a2SJames Carlson libnwam_free_llp_list; 46b00044a2SJames Carlson libnwam_set_llp_priority; 47b00044a2SJames Carlson libnwam_lock_llp; 48b00044a2SJames Carlson libnwam_get_wlan_list; 49b00044a2SJames Carlson libnwam_free_wlan_list; 50b00044a2SJames Carlson libnwam_get_known_ap_list; 51b00044a2SJames Carlson libnwam_free_known_ap_list; 52b00044a2SJames Carlson libnwam_add_known_ap; 53b00044a2SJames Carlson libnwam_delete_known_ap; 54b00044a2SJames Carlson libnwam_select_wlan; 55b00044a2SJames Carlson libnwam_wlan_key; 56ab32bdf2SJames Carlson libnwam_wlan_key_secmode; 57b00044a2SJames Carlson libnwam_start_rescan; 58b00044a2SJames Carlson libnwam_fini; 59b00044a2SJames Carlson libnwam_init; 60b00044a2SJames Carlson local: 61b00044a2SJames Carlson *; 62b00044a2SJames Carlson}; 63