Lines Matching refs:regd
1057 const struct linuxkpi_ieee80211_regdomain *regd; member
1176 struct linuxkpi_ieee80211_regdomain *regd);
1507 struct linuxkpi_ieee80211_regdomain *regd) in regulatory_set_wiphy_regd_sync() argument
1510 return (linuxkpi_regulatory_set_wiphy_regd_sync(wiphy, regd)); in regulatory_set_wiphy_regd_sync()
1515 struct linuxkpi_ieee80211_regdomain *regd) in regulatory_set_wiphy_regd_sync_rtnl() argument
1519 return (linuxkpi_regulatory_set_wiphy_regd_sync(wiphy, regd)); in regulatory_set_wiphy_regd_sync_rtnl()
1524 struct linuxkpi_ieee80211_regdomain *regd) in regulatory_set_wiphy_regd() argument
1528 if (regd == NULL) in regulatory_set_wiphy_regd()
1533 wiphy->regd = regd; in regulatory_set_wiphy_regd()
1544 struct linuxkpi_ieee80211_regdomain *regd; in regulatory_hint() local
1546 if (wiphy->regd != NULL) in regulatory_hint()
1549 regd = lkpi_get_linuxkpi_ieee80211_regdomain(0); in regulatory_hint()
1550 if (regd == NULL) in regulatory_hint()
1553 regd->alpha2[0] = alpha2[0]; in regulatory_hint()
1554 regd->alpha2[1] = alpha2[1]; in regulatory_hint()
1555 wiphy->regd = regd; in regulatory_hint()
1570 rtnl_dereference(const struct linuxkpi_ieee80211_regdomain *regd) in rtnl_dereference() argument
1585 const struct linuxkpi_ieee80211_regdomain *regd) in wiphy_apply_custom_regulatory() argument