/freebsd/sys/dev/wtap/ |
H A D | if_medium.h | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | if_medium.c | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | if_wtapioctl.h | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | if_wtap_module.c | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | if_wtapvar.h | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | if_wtap.c | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
/freebsd/sys/dev/wtap/plugins/ |
H A D | wtap_plugin.h | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | visibility.h | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | visibility_ioctl.h | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | visibility.c | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
/freebsd/sys/dev/wtap/wtap_hal/ |
H A D | handler.h | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | hal.h | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
H A D | hal.c | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|
/freebsd/sys/modules/wtap/ |
H A D | Makefile | 04d198028975d9b9fa18d64f2be53aca08f07259 Wed Jan 11 18:41:14 CET 2012 Adrian Chadd <adrian@FreeBSD.org> Introduce wtap, the beginnings of a net80211 wlan simulator.
This introduces:
* a basic wtap interface * a HAL, which implements an abstraction layer for implementing different device behavious; * A visibility plugin, which allows for control over which nodes see other nodes (useful for mesh work.)
It doesn't yet implement sta/adhoc/hostap modes but these are quite feasible to implement.
Monthadar uses it to do 802.11s mesh verification.
The userland tools will be committed in a follow-up commit.
Submitted by: Monthadar Al Jaberi <monthadar@gmail.com>
|