Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration UserRegulatoryHintType

type of user regulatory hint

Index

Enumeration members

Enumeration members

CELL_BASE = 1

the hint comes from a cellular base station. Device drivers that have been tested to work properly to support this type of hint can enable these hints by setting the NL80211_FEATURE_CELL_BASE_REG_HINTS feature capability on the struct wiphy. The wireless core will ignore all cell base station hints until at least one device present has been registered with the wireless core that has listed NL80211_FEATURE_CELL_BASE_REG_HINTS as a supported feature.

INDOOR = 2

a user sent an hint indicating that the platform is operating in an indoor environment.

USER = 0

a user sent the hint. This is always assumed if the attribute is not set.

Generated using TypeDoc