Home
last modified time | relevance | path

Searched refs:SURVEY_INFO_IN_USE (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dchannel.c58 sc->cur_survey->filled &= ~SURVEY_INFO_IN_USE; in ath_set_channel()
63 sc->cur_survey->filled |= SURVEY_INFO_IN_USE; in ath_set_channel()
64 } else if (!(sc->survey[pos].filled & SURVEY_INFO_IN_USE)) { in ath_set_channel()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c688 SURVEY_INFO_IN_USE | in ath5k_get_survey()
/linux-4.1.27/drivers/net/wireless/p54/
Dmain.c640 survey->filled |= SURVEY_INFO_IN_USE; in p54_get_survey()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dmain.c1690 survey->filled |= SURVEY_INFO_IN_USE; in carl9170_op_get_survey()
/linux-4.1.27/include/net/
Dcfg80211.h568 SURVEY_INFO_IN_USE = BIT(1), enumerator
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c4649 survey->filled |= SURVEY_INFO_IN_USE; in ath10k_get_survey()
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2800lib.c8033 survey->filled |= SURVEY_INFO_IN_USE; in rt2800_get_survey()
/linux-4.1.27/net/wireless/
Dnl80211.c6704 if ((survey->filled & SURVEY_INFO_IN_USE) && in nl80211_send_survey()