You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** 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);
The text was updated successfully, but these errors were encountered:
Need to implement:
The text was updated successfully, but these errors were encountered: