Package inet.linklayer.mf80211

Name Type Description
Nic80211 compound module

This NIC implements an 802.11 network interface card.

NicCsma compound module

The CsmaNic contains a csma-like MAC layer. The SnrEval module is used as the mac needs a RadioState to be published. However as still the BasicDecider is used all messages will be delivered to the MAC and no packets get lost

SnrNic compound module

This is the easiest nic to implement "real" network behaviour. It uses the CsmaMacLayer and the SnrDecider and SnrEval modules.