Home
last modified time | relevance | path

Searched refs:WIPHY_PARAM_COVERAGE_CLASS (Results 1 – 3 of 3) sorted by relevance

/linux/net/mac80211/
H A Dcfg.c3309 if ((changed & WIPHY_PARAM_COVERAGE_CLASS) || in ieee80211_set_wiphy_params()
3313 coverage_class = changed & WIPHY_PARAM_COVERAGE_CLASS ? in ieee80211_set_wiphy_params()
/linux/include/net/
H A Dcfg80211.h3633 * @WIPHY_PARAM_COVERAGE_CLASS: coverage class changed
3644 WIPHY_PARAM_COVERAGE_CLASS = BIT(4),
3590 WIPHY_PARAM_COVERAGE_CLASS = BIT(4), global() enumerator
/linux/net/wireless/
H A Dnl80211.c4088 changed |= WIPHY_PARAM_COVERAGE_CLASS; in nl80211_set_wiphy()
4173 if (changed & WIPHY_PARAM_COVERAGE_CLASS) in nl80211_send_chandef()