Searched defs:regulatory_request (Results 1 – 1 of 1) sorted by relevance
76 struct regulatory_request { struct77 struct rcu_head rcu_head;78 int wiphy_idx;79 enum nl80211_reg_initiator initiator;80 enum nl80211_user_reg_hint_type user_reg_hint_type;81 char alpha2[2];82 enum nl80211_dfs_regions dfs_region;83 bool intersect;84 bool processed;85 enum environment_cap country_ie_env;[all …]