reg.h 335 B

12345678910111213
  1. #ifndef __NET_WIRELESS_REG_H
  2. #define __NET_WIRELESS_REG_H
  3. extern struct mutex cfg80211_reg_mutex;
  4. bool is_world_regdom(const char *alpha2);
  5. bool reg_is_valid_request(const char *alpha2);
  6. int regulatory_init(void);
  7. void regulatory_exit(void);
  8. int set_regdom(const struct ieee80211_regdomain *rd);
  9. #endif /* __NET_WIRELESS_REG_H */