HomeSort by relevance Sort by last modified time
    Searched refs:preference_present (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.h 30 u8 preference; /* valid if preference_present=1 */
40 unsigned int preference_present:1; member in struct:neighbor_report
wnm_sta.c 373 rep->preference_present = 1;
522 if (nei->preference_present && nei->preference == 0) {
533 nei->preference_present ? nei->preference :
560 nei->preference_present ? nei->preference :
571 nei->preference_present ? nei->preference :
588 nei->preference_present ? nei->preference :
946 if (!aa->preference_present && !bb->preference_present)
948 if (!aa->preference_present)
950 if (!bb->preference_present)
    [all...]

Completed in 84 milliseconds