Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dacs.c383 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) in acs_survey_interference_factor()
385 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) in acs_survey_interference_factor()
394 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) { in acs_survey_interference_factor()
481 if (!(survey->filled & SURVEY_HAS_NF)) { in acs_survey_is_sufficient()
488 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) { in acs_survey_is_sufficient()
495 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) && in acs_survey_is_sufficient()
496 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) { in acs_survey_is_sufficient()
/hostap-latest/hostapd/
Ddefconfig350 # your driver must have survey dump capability that is filled by the driver
/hostap-latest/src/drivers/
Ddriver_nl80211.c10191 survey->filled = 0; in add_survey()
10196 survey->filled |= SURVEY_HAS_NF; in add_survey()
10202 survey->filled |= SURVEY_HAS_CHAN_TIME; in add_survey()
10208 survey->filled |= SURVEY_HAS_CHAN_TIME_BUSY; in add_survey()
10214 survey->filled |= SURVEY_HAS_CHAN_TIME_RX; in add_survey()
10220 survey->filled |= SURVEY_HAS_CHAN_TIME_TX; in add_survey()
10230 survey->filled); in add_survey()
Ddriver.h5903 unsigned int filled; member
/hostap-latest/wpa_supplicant/
Ddefconfig594 # your driver must have survey dump capability that is filled by the driver