]> git.ipfire.org Git - thirdparty/iw.git/commit - scan.c
iw: Add support for showing Beacon IEs and TIM IE
authorJouni Malinen <j@w1.fi>
Wed, 6 Jan 2010 15:53:59 +0000 (17:53 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Sat, 16 Jan 2010 20:59:41 +0000 (21:59 +0100)
commit575280ccc907e98cc4146dbaeb7adabb6232e150
tree355c89c2817e15678330e523324448d3709b6fd6
parentd4350a3ea2a644d070bb29e6b2e6ef5d7037951d
iw: Add support for showing Beacon IEs and TIM IE

An undocumented '-b' option can now be used with scan commands
to request the IEs from Beacon frames to be shown in addition to
the Probe Response IEs. TIM IE is parsed so that the DTIM period
is more easily available.

The '-b' option could be made to work with '-u' and get documented
if the command argument parsing were to be somewhat more flexible,
but that is a task for another change..
scan.c