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