![]() |
|
|||
0001 /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */ 0002 /* 0003 * 0004 * Request handling functions 0005 * 0006 * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. 0007 * -------------------------------------------------------------------- 0008 * 0009 * linux-wlan 0010 * 0011 * The contents of this file are subject to the Mozilla Public 0012 * License Version 1.1 (the "License"); you may not use this file 0013 * except in compliance with the License. You may obtain a copy of 0014 * the License at http://www.mozilla.org/MPL/ 0015 * 0016 * Software distributed under the License is distributed on an "AS 0017 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or 0018 * implied. See the License for the specific language governing 0019 * rights and limitations under the License. 0020 * 0021 * Alternatively, the contents of this file may be used under the 0022 * terms of the GNU Public License version 2 (the "GPL"), in which 0023 * case the provisions of the GPL are applicable instead of the 0024 * above. If you wish to allow the use of your version of this file 0025 * only under the terms of the GPL and not to allow others to use 0026 * your version of this file under the MPL, indicate your decision 0027 * by deleting the provisions above and replace them with the notice 0028 * and other provisions required by the GPL. If you do not delete 0029 * the provisions above, a recipient may use your version of this 0030 * file under either the MPL or the GPL. 0031 * 0032 * -------------------------------------------------------------------- 0033 * 0034 * Inquiries regarding the linux-wlan Open Source project can be 0035 * made directly to: 0036 * 0037 * AbsoluteValue Systems Inc. 0038 * info@linux-wlan.com 0039 * http://www.linux-wlan.com 0040 * 0041 * -------------------------------------------------------------------- 0042 * 0043 * Portions of the development of this software were funded by 0044 * Intersil Corporation as part of PRISM(R) chipset product development. 0045 * 0046 * -------------------------------------------------------------------- 0047 */ 0048 0049 #ifndef _LINUX_P80211REQ_H 0050 #define _LINUX_P80211REQ_H 0051 0052 int p80211req_dorequest(struct wlandevice *wlandev, u8 *msgbuf); 0053 0054 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |