Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RadarEvent

type of radar event for DFS operation

Type of event to be used with NL80211_ATTR_RADAR_EVENT to inform userspace about detected radars or success of the channel available check (CAC)

Index

Enumeration members

CAC_ABORTED = 2

Channel Availability Check has been aborted, no change to the channel status.

CAC_FINISHED = 1

Channel Availability Check has been finished, the channel is now available.

CAC_STARTED = 5

Channel Availability Check has been started, should be generated by HW if NL80211_EXT_FEATURE_DFS_OFFLOAD is enabled.

DETECTED = 0

A radar pattern has been detected. The channel is now unusable.

NOP_FINISHED = 3

The Non-Occupancy Period for this channel is over, channel becomes usable.

PRE_CAC_EXPIRED = 4

Channel Availability Check done on this non-operating channel is expired and no longer valid. New CAC must be done on this channel before starting the operation. This is not applicable for ETSI dfs domain where pre-CAC is valid for ever.

Generated using TypeDoc