Lines Matching refs:domain
16 to the kernel one regulatory domain to be used as the central
17 core regulatory domain all wireless devices should adhere to.
22 Userspace gets a regulatory domain in the kernel by having
27 is CRDA - central regulatory domain agent. Its documented here:
32 it needs a new regulatory domain. A udev rule can be put in place
33 to trigger crda to send the respective regulatory domain for a
54 # set regulatory domain to "Costa Rica"
57 This will request the kernel to set the regulatory domain to
59 to provide a regulatory domain for the alpha2 specified by the user
65 regulatory domain is required. More on this to be added
70 If drivers determine they need a specific regulatory domain
73 crda can provide back a regulatory domain for that country or
74 they can build their own regulatory domain based on internal
82 is called when the core's regulatory domain has been changed. The driver
89 Device drivers who provide their own built regulatory domain
99 domain value to a specific alpha2 as follows:
136 Example code - drivers providing a built in regulatory domain:
142 driver and you *need* to use this we let you build a regulatory domain
144 kmalloc() a structure big enough to hold your regulatory domain
146 call regulatory_hint() with the regulatory domain structure in it.
148 Bellow is a simple example, with a regulatory domain cached using the stack.
151 Example cache of some regulatory domain