Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dlink.c109 link->ap_power_level = IEEE80211_UNSET_POWER_LEVEL; in ieee80211_link_init()
H A Dmain.c170 if (local->user_power_level != IEEE80211_UNSET_POWER_LEVEL) in ieee80211_calc_hw_conf_chan()
965 local->user_power_level = IEEE80211_UNSET_POWER_LEVEL; in ieee80211_alloc_hw_nm()
H A Diface.c62 if (link->user_power_level != IEEE80211_UNSET_POWER_LEVEL) in __ieee80211_recalc_txpower()
65 if (link->ap_power_level != IEEE80211_UNSET_POWER_LEVEL) in __ieee80211_recalc_txpower()
H A Dieee80211_i.h58 #define IEEE80211_UNSET_POWER_LEVEL INT_MIN macro
H A Dcfg.c3353 user_power_level = IEEE80211_UNSET_POWER_LEVEL; in ieee80211_set_tx_power()
H A Dmlme.c4186 sdata->deflink.ap_power_level = IEEE80211_UNSET_POWER_LEVEL; in ieee80211_set_disassoc()