Home
last modified time | relevance | path

Searched defs:regulatory_request (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/net/
Dregulatory.h80 struct regulatory_request { struct
81 struct rcu_head rcu_head;
82 int wiphy_idx;
83 enum nl80211_reg_initiator initiator;
84 enum nl80211_user_reg_hint_type user_reg_hint_type;
85 char alpha2[3];
86 enum nl80211_dfs_regions dfs_region;
87 bool intersect;
88 bool processed;
89 enum environment_cap country_ie_env;
[all …]
/kernel/linux/linux-5.10/include/net/
Dregulatory.h77 struct regulatory_request { struct
78 struct rcu_head rcu_head;
79 int wiphy_idx;
80 enum nl80211_reg_initiator initiator;
81 enum nl80211_user_reg_hint_type user_reg_hint_type;
82 char alpha2[3];
83 enum nl80211_dfs_regions dfs_region;
84 bool intersect;
85 bool processed;
86 enum environment_cap country_ie_env;
[all …]