Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RegulatoryInitiator

Indicates the initiator of a reg domain request

Index

Enumeration members

Enumeration members

CORE = 0

Core queried CRDA for a dynamic world regulatory domain.

COUNTRY_IE = 3

the wireless core has received an 802.11 country information element with regulatory information it thinks we should consider. cfg80211 only processes the country code from the IE, and relies on the regulatory domain information structure passed by userspace (CRDA) from our wireless-regdb. If a channel is enabled but the country code indicates it should be disabled we disable the channel and re-enable it upon disassociation.

DRIVER = 2

a wireless drivers has hinted to the wireless core it thinks its knows the regulatory domain we should be in.

USER = 1

User asked the wireless core to set the regulatory domain.

Generated using TypeDoc