Lines Matching refs:rrule

882 			 struct ieee80211_reg_rule *rrule)  in set_wmm_rule()  argument
884 struct ieee80211_wmm_rule *wmm_rule = &rrule->wmm_rule; in set_wmm_rule()
911 rrule->has_wmm = true; in set_wmm_rule()
916 struct ieee80211_reg_rule *rrule) in __regdb_query_wmm() argument
932 set_wmm_rule(db, country, rule, rrule); in __regdb_query_wmm()
985 struct ieee80211_reg_rule *rrule = &regdom->reg_rules[i]; in regdb_query_country() local
987 rrule->freq_range.start_freq_khz = be32_to_cpu(rule->start); in regdb_query_country()
988 rrule->freq_range.end_freq_khz = be32_to_cpu(rule->end); in regdb_query_country()
989 rrule->freq_range.max_bandwidth_khz = be32_to_cpu(rule->max_bw); in regdb_query_country()
991 rrule->power_rule.max_antenna_gain = 0; in regdb_query_country()
992 rrule->power_rule.max_eirp = be16_to_cpu(rule->max_eirp); in regdb_query_country()
994 rrule->flags = 0; in regdb_query_country()
996 rrule->flags |= NL80211_RRF_NO_OFDM; in regdb_query_country()
998 rrule->flags |= NL80211_RRF_NO_OUTDOOR; in regdb_query_country()
1000 rrule->flags |= NL80211_RRF_DFS; in regdb_query_country()
1002 rrule->flags |= NL80211_RRF_NO_IR; in regdb_query_country()
1004 rrule->flags |= NL80211_RRF_AUTO_BW; in regdb_query_country()
1006 rrule->dfs_cac_ms = 0; in regdb_query_country()
1010 rrule->dfs_cac_ms = in regdb_query_country()
1013 set_wmm_rule(db, country, rule, rrule); in regdb_query_country()
1990 const struct ieee80211_reg_rule *rrule = NULL; in handle_channel() local
1996 rrule = freq_reg_info(wiphy, orig_chan_freq); in handle_channel()
1997 if (IS_ERR(rrule)) { in handle_channel()
2045 PTR_ERR(rrule) == -ERANGE) in handle_channel()
2064 request_wiphy, rrule); in handle_channel()