Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmlme.c3065 memset(sdata->vif.bss_conf.tx_pwr_env, 0, in ieee80211_set_disassoc()
3066 sizeof(sdata->vif.bss_conf.tx_pwr_env)); in ieee80211_set_disassoc()
4928 BUILD_BUG_ON(ARRAY_SIZE(bss_conf->tx_pwr_env) != in ieee80211_prep_channel()
4929 ARRAY_SIZE(elems->tx_pwr_env)); in ieee80211_prep_channel()
4933 sizeof(bss_conf->tx_pwr_env[j])) in ieee80211_prep_channel()
4937 memcpy(&bss_conf->tx_pwr_env[j], elems->tx_pwr_env[i], in ieee80211_prep_channel()
H A Dieee80211_i.h1701 const struct ieee80211_tx_pwr_env *tx_pwr_env[IEEE80211_TPE_MAX_IE_COUNT]; member
H A Dutil.c1371 if (elems->tx_pwr_env_num >= ARRAY_SIZE(elems->tx_pwr_env)) in _ieee802_11_parse_elems_full()
1374 elems->tx_pwr_env[elems->tx_pwr_env_num] = (void *)pos; in _ieee802_11_parse_elems_full()
/openbmc/linux/include/net/
H A Dmac80211.h750 struct ieee80211_tx_pwr_env tx_pwr_env[IEEE80211_TPE_MAX_IE_COUNT]; member