Lines Matching refs:request_wiphy
1128 struct wiphy *request_wiphy = NULL; in handle_channel() local
1133 request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in handle_channel()
1154 request_wiphy && request_wiphy == wiphy && in handle_channel()
1155 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()
1187 request_wiphy && request_wiphy == wiphy && in handle_channel()
1188 request_wiphy->regulatory_flags & REGULATORY_STRICT_REG) { in handle_channel()
2821 struct wiphy *request_wiphy; in reg_set_rd_driver() local
2835 request_wiphy = wiphy_idx_to_wiphy(driver_request->wiphy_idx); in reg_set_rd_driver()
2836 if (!request_wiphy) { in reg_set_rd_driver()
2843 if (request_wiphy->regd) in reg_set_rd_driver()
2850 rcu_assign_pointer(request_wiphy->regd, regd); in reg_set_rd_driver()
2864 tmp = get_wiphy_regdom(request_wiphy); in reg_set_rd_driver()
2865 rcu_assign_pointer(request_wiphy->regd, rd); in reg_set_rd_driver()
2878 struct wiphy *request_wiphy; in reg_set_rd_country_ie() local
2896 request_wiphy = wiphy_idx_to_wiphy(country_ie_request->wiphy_idx); in reg_set_rd_country_ie()
2897 if (!request_wiphy) { in reg_set_rd_country_ie()
3064 struct wiphy *request_wiphy = NULL; in wiphy_regulatory_deregister() local
3076 request_wiphy = wiphy_idx_to_wiphy(lr->wiphy_idx); in wiphy_regulatory_deregister()
3078 if (!request_wiphy || request_wiphy != wiphy) in wiphy_regulatory_deregister()