Lines Matching refs:request_wiphy
1745 struct wiphy *request_wiphy, in handle_channel_single_rule() argument
1758 request_wiphy && request_wiphy == wiphy && in handle_channel_single_rule()
1759 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel_single_rule()
1818 struct wiphy *request_wiphy, in handle_channel_adjacent_rules() argument
1837 request_wiphy && request_wiphy == wiphy && in handle_channel_adjacent_rules()
1838 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel_adjacent_rules()
1933 struct wiphy *request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in handle_channel() local
1972 flags, lr, request_wiphy, in handle_channel()
1993 request_wiphy && request_wiphy == wiphy && in handle_channel()
1994 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()
2008 request_wiphy, rrule); in handle_channel()
3755 struct wiphy *request_wiphy; in reg_set_rd_driver() local
3770 request_wiphy = wiphy_idx_to_wiphy(driver_request->wiphy_idx); in reg_set_rd_driver()
3771 if (!request_wiphy) in reg_set_rd_driver()
3775 if (request_wiphy->regd) in reg_set_rd_driver()
3782 rcu_assign_pointer(request_wiphy->regd, regd); in reg_set_rd_driver()
3796 tmp = get_wiphy_regdom(request_wiphy); in reg_set_rd_driver()
3797 rcu_assign_pointer(request_wiphy->regd, rd); in reg_set_rd_driver()
3810 struct wiphy *request_wiphy; in reg_set_rd_country_ie() local
3829 request_wiphy = wiphy_idx_to_wiphy(country_ie_request->wiphy_idx); in reg_set_rd_country_ie()
3830 if (!request_wiphy) in reg_set_rd_country_ie()
4008 struct wiphy *request_wiphy = NULL; in wiphy_regulatory_deregister() local
4020 request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in wiphy_regulatory_deregister()
4022 if (!request_wiphy || request_wiphy != wiphy) in wiphy_regulatory_deregister()