Mac flags
Member Name | Description |
---|---|
AckFramesOn | If set, the device will acknowledge the data frames sent to its address. This is useful when the device needs to interact with other devices on the 802.11 network, bacause handling the ACKs in software is normally too slow. |
MonitorModeOn | If set, the device is configured to work in monitor mode. When monitor mode is on, the device captures all the frames transmitted on the channel. This includes: - unicast packets - multicast packets - broadcast packets - control and management packets When monitor mode is off, the device has a filter on unicast packets to capture only the packets whose MAC destination address equals the device's address. This means the following frames will be received: - unicast packets whose destination is the address of the device - multicast packets - broadcast packets - beacons and probe requests |