Home
last modified time | relevance | path

Searched refs:IEEE80211_UNSET_POWER_LEVEL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/mac80211/
H A Diface.c63 if (sdata->deflink.user_power_level != IEEE80211_UNSET_POWER_LEVEL) in __ieee80211_recalc_txpower()
66 if (sdata->deflink.ap_power_level != IEEE80211_UNSET_POWER_LEVEL) in __ieee80211_recalc_txpower()
2225 sdata->deflink.ap_power_level = IEEE80211_UNSET_POWER_LEVEL; in ieee80211_if_add()
H A Dmain.c795 local->user_power_level = IEEE80211_UNSET_POWER_LEVEL; in ieee80211_alloc_hw_nm()
H A Dieee80211_i.h57 #define IEEE80211_UNSET_POWER_LEVEL INT_MIN macro
H A Dcfg.c3043 IEEE80211_UNSET_POWER_LEVEL; in ieee80211_set_tx_power()
3066 local->user_power_level = IEEE80211_UNSET_POWER_LEVEL; in ieee80211_set_tx_power()
H A Dmlme.c3003 sdata->deflink.ap_power_level = IEEE80211_UNSET_POWER_LEVEL; in ieee80211_set_disassoc()