Home
last modified time | relevance | path

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

/linux-6.1.9/net/mac80211/
Dmlme.c2997 memset(sdata->vif.bss_conf.tx_pwr_env, 0, in ieee80211_set_disassoc()
2998 sizeof(sdata->vif.bss_conf.tx_pwr_env)); in ieee80211_set_disassoc()
4699 BUILD_BUG_ON(ARRAY_SIZE(bss_conf->tx_pwr_env) != in ieee80211_prep_channel()
4700 ARRAY_SIZE(elems->tx_pwr_env)); in ieee80211_prep_channel()
4704 sizeof(bss_conf->tx_pwr_env[j])) in ieee80211_prep_channel()
4708 memcpy(&bss_conf->tx_pwr_env[j], elems->tx_pwr_env[i], in ieee80211_prep_channel()
Dieee80211_i.h1654 const struct ieee80211_tx_pwr_env *tx_pwr_env[IEEE80211_TPE_MAX_IE_COUNT]; member
Dutil.c1373 if (elems->tx_pwr_env_num >= ARRAY_SIZE(elems->tx_pwr_env)) in _ieee802_11_parse_elems_full()
1376 elems->tx_pwr_env[elems->tx_pwr_env_num] = (void *)pos; in _ieee802_11_parse_elems_full()
/linux-6.1.9/include/net/
Dmac80211.h717 struct ieee80211_tx_pwr_env tx_pwr_env[IEEE80211_TPE_MAX_IE_COUNT]; member