HomeSort by relevance Sort by last modified time
    Searched full:first_active (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 601 int first_active = -1; local
669 } else if (first_active < 0 &&
671 first_active = networkSelect->count() - 1;
681 if (!current && first_active >= 0)
682 networkSelect->setCurrentIndex(first_active);
    [all...]

Completed in 58 milliseconds