Package inet.linklayer.ieee80211

Name Type Description
Ieee80211Nic compound module

This NIC implements an 802.11 network interface card. It can be configured via the mgmtType parameter to act as an AP or a STA, or for ad-hoc mode.

Ieee80211NicAdhoc compound module

This NIC implements an 802.11 network interface card in ad-hoc mode.

Ieee80211NicAP compound module

This NIC implements an 802.11 network interface card, in an AP, using infrastructure mode.

Ieee80211NicAPSimplified compound module

This NIC implements an infrastructure mode 802.11 network interface card for a wireless Access Point (AP), but using a simplified mgmt module that does not support handovers.

Ieee80211NicSTA compound module

This NIC implements an 802.11 network interface card, in a STA, using infrastructure mode.

Ieee80211NicSTASimplified compound module

This NIC implements an infrastructure mode 802.11 network interface card for a host (STA), but using a simplified mgmt module that does not support handovers.