On Sun, Feb 07, 2021 at 06:48:31PM +0100, Patrick Steinhardt wrote: > The function `wpa_config_get_line()` is used by the wpa_supplicant > config file parser in order to retrieve the next non-commend non-blank > line. We'll need the same kind of functionality in order to implement > the file-based external password backend, so as a preparatory step this > commit extracts the function into its own standalone file in the utils > package. > > No functional changes are expected from this commit. > diff --git a/src/utils/config.c b/src/utils/config.c > @@ -0,0 +1,97 @@ > +/* > + * Configuration parsing > + * Copyright (c) 2021, Patrick Steinhardt <ps@xxxxxx> Isn't this just moving existing functionality from wpa_supplicant/config_file.c to another file? Changing copyright statement for the otherwise unmodified implementation does not sound appropriate. > diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile This would need matching changes in wpa_supplicant/Android.mk to avoid breaking Android builds. And actually also in wpa_supplicant/nmake.mak and wpa_supplicant/vs2005/*/*.vcproj. -- Jouni Malinen PGP id EFC895FA _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap