debian/0000755000000000000000000000000011660604177007176 5ustar debian/copyright0000644000000000000000000000104311660604177011127 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: uaputl Files: * Copyright: 2008-2009, Marvell International Ltd. License: GPL-2.0 Files: debian/* Copyright: 2011 Bdale Garbee License: GPL-2.0+ License: GPL-2.0 This software file (the "File") is distributed by Marvell International Ltd. under the terms of the GNU General Public License Version 2, June 1991 (the "License"). . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/uaputl.examples0000644000000000000000000000001111660604177012240 0ustar config/* debian/uaputl.10000644000000000000000000000733311660604177010600 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH UAPUTL 1 "July 20, 2011" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME uaputl \- configure Marvell uAP wireless driver .SH SYNOPSIS .B uaputl .RI [ options ] .RI < command > .RI [ parameters ] .SH DESCRIPTION This manual page documents briefly the .B uaputl command, which is used to configure the device driver for Marvell's uAP wireless interface. .SH OPTIONS .TP .B \-d Enable debugging output, level can be 0, 1, or 2. .TP .B \-h, \-\-help Show summary of options and commands. .TP .B \-i Select interface to configure. .TP .B \-v Show version of program. .SH COMMANDS For more information on the usage of each command use: uaputl.exe --help .TP .B sys_config Set/get uAP's profile .TP .B sys_info Display system info .TP .B sys_reset Reset uAP .TP .B bss_start Start the BSS .TP .B bss_stop Stop the BSS .TP .B sta_deauth Deauth client .TP .B sta_list Display list of clients .TP .B sys_cfg_ap_mac_address Set/get uAP mac address .TP .B sys_cfg_ssid Set/get uAP ssid .TP .B sys_cfg_beacon_period Set/get uAP beacon period .TP .B sys_cfg_dtim_period Set/get uAP dtim period .TP .B sys_cfg_channel Set/get uAP radio channel .TP .B sys_cfg_scan_channels Set/get uAP radio channel list .TP .B sys_cfg_rates Set/get uAP rates .TP .B sys_cfg_rates_ext Set/get uAP rates (extended) .TP .B sys_cfg_tx_power Set/get uAP tx power .TP .B sys_cfg_bcast_ssid_ctl Set/get uAP broadcast ssid .TP .B sys_cfg_preamble_ctl Get uAP preamble .TP .B sys_cfg_antenna_ctl Set/get uAP tx/rx antenna .TP .B sys_cfg_rts_threshold Set/get uAP rts threshold .TP .B sys_cfg_frag_threshold Set/get uAP frag threshold .TP .B sys_cfg_radio_ctl Set/get uAP radio on/off .TP .B sys_cfg_tx_data_rate Set/get uAP tx rate .TP .B sys_cfg_mcbc_data_rate Set/get uAP MCBC rate .TP .B sys_cfg_rsn_replay_prot Set/get RSN replay protection .TP .B sys_cfg_pkt_fwd_ctl Set/get uAP packet forwarding .TP .B sys_cfg_sta_ageout_timer Set/get station ageout timer .TP .B sys_cfg_auth Set/get uAP authentication mode .TP .B sys_cfg_protocol Set/get uAP security protocol .TP .B sys_cfg_wep_key Set/get uAP wep key .TP .B sys_cfg_cipher Set/get uAP WPA/WPA cipher .TP .B sys_cfg_wpa_passphrase Set/get uAP WPA or WPA2 passphrase .TP .B sys_cfg_group_rekey_timer Set/get uAP group re-key time .TP .B sys_cfg_max_sta_num Set/get uAP max station number .TP .B sys_cfg_retry_limit Set/get uAP retry limit number .TP .B sys_cfg_custom_ie Set/get custom IE configuration .TP .B sta_filter_table Set/get uAP mac filter .TP .B regrdwr Read/Write register command .TP .B memaccess Read/Write to a memory address command .TP .B rdeeprom Read EEPROM .TP .B cfg_data Get/Set configuration file from/to firmware .TP .B sys_debug Set/Get debug parameter .TP .B sys_cfg_80211d Set/Get 802.11D info .TP .B uap_stats Get uAP stats .TP .B powermode Set/get uAP power mode .TP .B coex_config Set/get uAP BT coex configuration .SH SEE ALSO .BR uapevent (1). .br .PP This manual page was written by Bdale Garbee , for the Debian project (and may be used by others). debian/rules0000755000000000000000000000077611660604177010270 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. export DH_VERBOSE=1 override_dh_auto_build: install -d $(CURDIR)/debian/uaputl INSTALLDIR=$(CURDIR)/debian/uaputl dh_auto_build %: dh $@ debian/source/0000755000000000000000000000000011660604177010476 5ustar debian/source/format0000644000000000000000000000001411660604177011704 0ustar 3.0 (quilt) debian/control0000644000000000000000000000067511660604177010611 0ustar Source: uaputl Section: net Priority: optional Maintainer: Bdale Garbee Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.2 Vcs-Git: git://git.gag.com/debian/uaputl Vcs-Browser: http://git.gag.com/?p=debian/uaputl Package: uaputl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: admin utility for Marvell uAP wireless driver A small utility for configurating the Marvell uAP wireless driver. debian/gbp.conf0000644000000000000000000000231011660604177010611 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] # the default build command: #builder = debuild -i\.git/ -I.git # the default clean command: #cleaner = debuild clean # the default branch for upstream sources: upstream-branch = upstream # the default branch for the debian patch: debian-branch = master # the default tag formats used: #upstream-tag = upstream/%(version)s #debian-tag = debian/%(version)s # use pristine-tar: pristine-tar = True # Options only affecting git-buildpackage [git-buildpackage] #upstream-branch = dfsgclean # uncomment this to automatically GPG sign tags #sign-tags = True # keyid to GPG sign tags with #keyid = 0xdeadbeef # push to a remote repository after a successful tag: posttag = git push --mirror # use this for more svn-buildpackage like behaviour: export-dir = ../build-area/uaputl/ #tarball-dir = ../tarballs/ # Options only affecting git-import-orig [git-import-orig] #upstream-branch = newupstream #debian-branch = dfsgclean #filter = .svn # Options only affecting git-import-dsc [git-import-dsc] #upstream-branch = svn-upstream #filter = [ 'CVS', '.cvsignore' ] # Options only affecting git-dch [git-dch] #git-log = --no-merges #snapshot-number = snapshot + 1 debian/uaputl.install0000644000000000000000000000001711660604177012076 0ustar uaputl usr/bin debian/changelog0000644000000000000000000000054711660604177011056 0ustar uaputl (1.12-2) unstable; urgency=low * work around Makefile's inappropriate use of ../.., which breask builds in some chroot environments, closes: #648875 -- Bdale Garbee Tue, 15 Nov 2011 18:48:50 -0600 uaputl (1.12-1) unstable; urgency=low * Initial packaging -- Bdale Garbee Wed, 20 Jul 2011 18:12:22 +0200 debian/uaputl.manpages0000644000000000000000000000002011660604177012215 0ustar debian/uaputl.1 debian/compat0000644000000000000000000000000211660604177010374 0ustar 8