Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for regulation to WiFi driver #13

Open
jerome-pouiller opened this issue Jul 1, 2024 · 0 comments
Open

Add support for regulation to WiFi driver #13

jerome-pouiller opened this issue Jul 1, 2024 · 0 comments
Assignees

Comments

@jerome-pouiller
Copy link
Contributor

Need to implement:

/** Set or get regulatory domain
 *
 * @param dev Pointer to the device structure for the driver instance.
 * @param reg_domain Regulatory domain
 *
 * @return 0 if ok, < 0 if error
 */
int (*reg_domain)(const struct device *dev, struct wifi_reg_domain *reg_domain);
@jerome-pouiller jerome-pouiller self-assigned this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant