]> git.ipfire.org Git - thirdparty/iw.git/commit - interface.c
iw: Add OCB mode handling
authorRostislav Lisovy <lisovy@gmail.com>
Mon, 12 Jan 2015 12:49:57 +0000 (13:49 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Jan 2015 08:54:58 +0000 (09:54 +0100)
commit3955e5247806b94261ed2fc6d34c54e6cdee6676
treed1073c52765199b665de99223ed5b8ab9ae62779
parentf21da10f10a676707d82a50b419aa0b8304a8dca
iw: Add OCB mode handling

Since the commit 6e0bd6c35b021dc73a81ebd1ef79761233c48b50
("cfg80211: 802.11p OCB mode handling") and
239281f803e2efdb77d906ef296086b6917e5d71
("mac80211: 802.11p OCB mode support")
does the Linux kernel support OCB mode. This commit adds
proper OCB mode handling.

Modify the command for device type setting to support OCB mode.
Add commands for "joining" and "leaving" the OCB mode network.
When joining two arguments are mandatory -- frequency and
channel bandwidth (5 or 10 MHz).

Signed-off-by: Rostislav Lisovy <rostislav.lisovy@fel.cvut.cz>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Makefile
interface.c
ocb.c [new file with mode: 0644]
util.c