mark
|
11b5981c71
|
Added configuration script, removed an extraneous output from prframe.
|
2000-01-13 14:44:20 +00:00 |
|
mark
|
2c979a48d0
|
Fixed resultcode check in sniff_enable().
|
2000-01-13 03:47:52 +00:00 |
|
mark
|
5473ae50ca
|
Added elements to support sniffing.
|
2000-01-13 03:36:32 +00:00 |
|
mark
|
d37d2d3fca
|
Updated to work with linux-wlan-ng.
|
2000-01-13 03:35:55 +00:00 |
|
mark
|
9236282d96
|
Added test code to generate an indication message whenever an mlme_request
is received.
|
2000-01-13 02:55:02 +00:00 |
|
mark
|
b583c5c801
|
Renamed netlink_init() to indicate_init() and added indicate_shutdown().
|
2000-01-12 21:41:02 +00:00 |
|
mark
|
18262f1820
|
Renamed nelink_init() to indicate_init() and added indicate_shutdown().
|
2000-01-12 21:40:30 +00:00 |
|
mark
|
7984d93fc7
|
Added call to p80211netlink_init().
|
2000-01-12 21:21:11 +00:00 |
|
mark
|
ceacda97b1
|
Fixed bug for generating structs with more than 3 categories in msg metadata.
|
2000-01-12 19:56:10 +00:00 |
|
mark
|
9c3206d536
|
Added support for the sniff indication interface.
|
2000-01-12 19:54:18 +00:00 |
|
mark
|
681dea73b2
|
Fixed setup for lnxind messages.
|
2000-01-12 19:53:33 +00:00 |
|
mark
|
4ef8ffed4a
|
Fixed call to prism2mgmt_wlansniff() from the mlme request handler.
|
2000-01-12 06:37:15 +00:00 |
|
mark
|
8e67bed9d2
|
Added support for wlanctl commands that come from multiple categories.
We still need to fix print_allrequests() to display metadata from
categories other than dot11req.
|
2000-01-12 06:31:02 +00:00 |
|
mark
|
1568e9d2bc
|
Added klog dumping of rx monitor frames for experiment w/ monitor mode.
|
2000-01-12 05:55:58 +00:00 |
|
mark
|
534feabfe8
|
Updated for the new netlink indication multicast groups. Added the group
definitions to p80211ioctl.h and added the prototypes for the three new
delivery functions to p80211req.h .
|
2000-01-12 05:21:36 +00:00 |
|
mark
|
480804f951
|
Modified the indication delivery functions to use the newly defined
multicast groups for mlme, sniff, and distribution messages. Also
changed the msg argument to an skb (saves us a copy).
|
2000-01-12 05:19:57 +00:00 |
|
mark
|
cac560a636
|
Removed an unused variable.
|
2000-01-12 05:18:27 +00:00 |
|
mark
|
fd2d96774c
|
Updated for 8 space tabs.
|
2000-01-12 05:13:56 +00:00 |
|
mark
|
f1f1e0ebbb
|
Removed old placeholder README file.
|
2000-01-12 05:12:44 +00:00 |
|
joellen
|
7b1eaf7f89
|
Replaced loop (one character in command line string) with a strncpy in function p80211totext_displaystr.
|
2000-01-11 19:21:29 +00:00 |
|
mark
|
d4e09de90f
|
Added 802.11b field decodes.
|
2000-01-11 08:03:28 +00:00 |
|
mark
|
830b59f9a2
|
Added constants, metadata and types to support the 802.11b additions.
|
2000-01-11 07:58:26 +00:00 |
|
mark
|
f34b17c1bb
|
In printmsg(), removed the quotes around the error strings when
msgitem.status is non-zero.
|
2000-01-11 04:37:48 +00:00 |
|
joellen
|
3cc831803d
|
Changed tabs in output string of function printmsg to spaces.
|
2000-01-11 04:30:50 +00:00 |
|
mark
|
4c4859e38d
|
Fixed printf format warning.
|
2000-01-11 04:19:57 +00:00 |
|
joellen
|
b3738ea2f5
|
Modified to eliminate the '+1' in the various pstr structure typedefs. Also, created p80211item_maxitemlen to calculate the size of a did-len-data triple. Changed p80211item_getoffset to call p80211item_maxitemlen as opposed to the hardcoding so that the data size of an item is only calculated in one place.
|
2000-01-11 04:13:02 +00:00 |
|
mark
|
c60a78075f
|
SSID debugging code added to mibset()
|
2000-01-10 23:03:21 +00:00 |
|
mark
|
9298b8c043
|
Enabled all rates.
|
2000-01-10 22:39:52 +00:00 |
|
mark
|
6b7d5c4128
|
Fixed debug output of offset of associate request message.
|
2000-01-10 19:55:28 +00:00 |
|
mark
|
56a4cb5cee
|
Added debug offset check for the assoicate request message.
|
2000-01-10 19:52:07 +00:00 |
|
mark
|
cd92ded06b
|
Removed setting the DID and len of resultcode in associate().
|
2000-01-10 15:38:43 +00:00 |
|
mark
|
1354def0ab
|
Added code to set the msgitem status.
|
2000-01-10 05:15:10 +00:00 |
|
joellen
|
6217346de7
|
Fixed the calculation of the length field in the p80211msg_t structure at the beginning of the message.
|
2000-01-10 05:10:30 +00:00 |
|
joellen
|
d351130149
|
Forgot to uncomment do_ioctl; OOPS!
|
2000-01-10 05:03:32 +00:00 |
|
joellen
|
70bacd9385
|
Modified wlanctl to include a status of 1 for "no value" when the data is not set so that data items that aren't required request items can be processed. Also, included loop to initial the all the message arguments' did's, status's, and len's.
|
2000-01-10 04:56:15 +00:00 |
|
mark
|
264b7ccd0b
|
Added initial int_rx() code to handle multiple MAC ports.
|
2000-01-10 04:24:29 +00:00 |
|
mark
|
cb8245c313
|
Added more code to support wlandump.
|
2000-01-09 18:19:30 +00:00 |
|
mark
|
3f60a679a9
|
Added a command and the mgmt response for turning sniffing on and off. tx/rx
path behavior isn't done yet.
|
2000-01-08 19:05:37 +00:00 |
|
mark
|
1309e6e1df
|
Added setting the did and len for resultcode in mgmt requests.
|
2000-01-05 07:14:40 +00:00 |
|
mark
|
eb60b27b39
|
Fixed the totext/fromtext/isvalid function settings for dot11DesiredSSID.
|
2000-01-05 07:10:41 +00:00 |
|
joellen
|
06439e9b54
|
Separated mibset and mibget to have their own functions; also fixed logic bug regarding the storage of the error inside the sub did-len-data triple to the outer error (i.e. "status") field.
|
2000-01-05 07:00:03 +00:00 |
|
mark
|
b049ca7ff3
|
Changed the type for dot11DesiredSSID from OCTETSTR to DISPLAYSTR.
|
2000-01-05 06:41:24 +00:00 |
|
mark
|
2bc9f48434
|
Added commands for wlanctl to issue. Had to make some metadata changes as well.
|
2000-01-05 06:29:01 +00:00 |
|
mark
|
4cef6faa09
|
Added to handled mlme request messages.
|
2000-01-05 04:38:29 +00:00 |
|
mark
|
551c6f7f2c
|
Changed some names for mkmeta??. Added mlme request handlers.
|
2000-01-05 04:32:01 +00:00 |
|
joellen
|
b362213c20
|
Newly revised wlanctl to run with new metadata architecture
|
2000-01-04 21:38:11 +00:00 |
|
joellen
|
397e801d9d
|
Added install rule
|
2000-01-04 21:37:14 +00:00 |
|
mark
|
468a2f1025
|
Removed debug tx dumps, added mark_bh(NET_BH) to int_alloc(). DOH!
|
2000-01-04 21:06:20 +00:00 |
|
mark
|
6b5368ce7f
|
Fixed debug dump of ether frame.
|
2000-01-04 20:35:06 +00:00 |
|
mark
|
5be80362ad
|
Added dumpmem() function.
|
2000-01-04 20:25:37 +00:00 |
|