Home | History | Annotate | Download | only in server

Lines Matching refs:persist

771      * Tell the supplicant to persist the current list of configured networks.
790 * @param persist {@code true} if the setting should be remembered.
792 * The persist behavior exists so that wifi can fall back to the last
796 public void setCountryCode(String countryCode, boolean persist) {
798 " with persist set to " + persist);
800 mWifiStateMachine.setCountryCode(countryCode, persist);
809 * @param persist {@code true} if the setting should be remembered.
812 public void setFrequencyBand(int band, boolean persist) {
816 " with persist set to " + persist);
817 mWifiStateMachine.setFrequencyBand(band, persist);