zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _iwconfig modu
@ 2007-06-18 21:03 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-06-18 21:03 UTC (permalink / raw)
  To: zsh-workers

This should try to parse iwlist modulation but my driver isn't giving
anything for that so I can't help.

Index: Completion/Linux/Command/_iwconfig
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Linux/Command/_iwconfig,v
retrieving revision 1.2
diff -u -r1.2 _iwconfig
--- Completion/Linux/Command/_iwconfig	24 Jun 2005 14:49:04 -0000	1.2
+++ Completion/Linux/Command/_iwconfig	18 Jun 2007 20:55:35 -0000
@@ -44,6 +44,7 @@
     period|timeout) _message -e timeouts 'timeout' ;;
     txpower) _message -e power 'transmit power' ;;
     retry) _message -e retries 'retries' ;;
+    (modu) _wanted -x names expl 'modulation' compadd 11g CCK OFDMa auto ;;
     *)
       _values -S ' ' -w 'option' \
       	'essid[set the network name]' \
@@ -60,6 +61,7 @@
 	'*power[manipulate power management scheme parameters]' \
 	'txpower[set transmit power]' \
 	'retry[set number of retries]' \
+	'modu[force a specific set of modulations]' \
 	'commit[apply changes imediately]' && ret=0
     ;;
   esac


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-18 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-18 21:03 PATCH: _iwconfig modu Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).