Home
last modified time | relevance | path

Searched refs:max_local (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac80211/
H A Dparse.c214 out = tpe->max_local[category].power; in ieee80211_parse_tpe()
215 cnt_out = &tpe->max_local[category].count; in ieee80211_parse_tpe()
216 tpe->max_local[category].valid = true; in ieee80211_parse_tpe()
H A Dutil.c4424 tpe->max_local[i].valid = false; in ieee80211_clear_tpe()
4425 memset(tpe->max_local[i].power, in ieee80211_clear_tpe()
4427 sizeof(tpe->max_local[i].power)); in ieee80211_clear_tpe()
H A Dmlme.c850 if (needed_pwr_count < tpe->max_local[i].count) in ieee80211_rearrange_tpe()
851 tpe->max_local[i].count = needed_pwr_count; in ieee80211_rearrange_tpe()
/linux/include/net/
H A Dmac80211.h586 struct ieee80211_parsed_tpe_eirp max_local[2], max_reg_client[2]; member