prepare to upload
[debian/uaputl] / uapcmd.h
1 /** @file  uapcmd.h
2  *
3  *  @brief This file contains declaration referring to
4  *  functions defined in uapcmd.c
5  * 
6  * Copyright (C) 2008-2009, Marvell International Ltd. 
7  *
8  * This software file (the "File") is distributed by Marvell International 
9  * Ltd. under the terms of the GNU General Public License Version 2, June 1991 
10  * (the "License").  You may use, redistribute and/or modify this File in 
11  * accordance with the terms and conditions of the License, a copy of which 
12  * is available along with the File in the gpl.txt file or by writing to 
13  * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 
14  * 02111-1307 or on the worldwide web at http://www.gnu.org/licenses/gpl.txt.
15  *
16  * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE 
17  * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE 
18  * ARE EXPRESSLY DISCLAIMED.  The License provides additional details about 
19  * this warranty disclaimer.
20  *
21  */
22 /************************************************************************
23 Change log:
24     03/01/08: Initial creation
25 ************************************************************************/
26
27 #ifndef _UAPCMD_H
28 #define _UAPCMD_H
29
30 /** Function Prototype Declaration */
31 void apcmd_sys_cfg_ap_mac_address(int argc, char *argv[]);
32 void apcmd_sys_cfg_ssid(int argc, char *argv[]);
33 void apcmd_sys_cfg_beacon_period(int argc, char *argv[]);
34 void apcmd_sys_cfg_dtim_period(int argc, char *argv[]);
35 void apcmd_sys_cfg_channel(int argc, char *argv[]);
36 void apcmd_sys_cfg_scan_channels(int argc, char *argv[]);
37 void apcmd_sys_cfg_rates(int argc, char *argv[]);
38 void apcmd_sys_cfg_rates_ext(int argc, char *argv[]);
39 void apcmd_sys_cfg_tx_power(int argc, char *argv[]);
40 void apcmd_sys_cfg_bcast_ssid_ctl(int argc, char *argv[]);
41 void apcmd_sys_cfg_preamble_ctl(int argc, char *argv[]);
42 void apcmd_sys_cfg_antenna_ctl(int argc, char *argv[]);
43 void apcmd_sys_cfg_rts_threshold(int argc, char *argv[]);
44 void apcmd_sys_cfg_frag_threshold(int argc, char *argv[]);
45 void apcmd_sys_cfg_radio_ctl(int argc, char *argv[]);
46 void apcmd_sys_cfg_rsn_replay_prot(int argc, char *argv[]);
47 void apcmd_sys_cfg_tx_data_rate(int argc, char *argv[]);
48 void apcmd_sys_cfg_mcbc_data_rate(int argc, char *argv[]);
49 void apcmd_sys_cfg_pkt_fwd_ctl(int argc, char *argv[]);
50 void apcmd_sys_cfg_sta_ageout_timer(int argc, char *argv[]);
51 void apcmd_sys_cfg_auth(int argc, char *argv[]);
52 void apcmd_sys_cfg_protocol(int argc, char *argv[]);
53 void apcmd_sys_cfg_wep_key(int argc, char *argv[]);
54 void apcmd_sys_cfg_custom_ie(int argc, char *argv[]);
55 void apcmd_sys_cfg_cipher(int argc, char *argv[]);
56 void apcmd_sys_cfg_wpa_passphrase(int argc, char *argv[]);
57 void apcmd_sys_cfg_group_rekey_timer(int argc, char *argv[]);
58 void apcmd_coex_config_profile(int argc, char *argv[]);
59 void apcmd_sta_filter_table(int argc, char *argv[]);
60 void apcmd_sys_cfg_max_sta_num(int argc, char *argv[]);
61 void apcmd_sys_cfg_retry_limit(int argc, char *argv[]);
62 void apcmd_cfg_data(int argc, char *argv[]);
63 #endif /* _UAP_H */