Lines Matching refs:find_section
186 static section_t *find_section(config_file_t *p_config_file,
1033 find_section(config_file_t *p_config_file, const char *section_id) in find_section() function
1235 p_section = find_section(p_config_file, WIFI_PREFER); in del_prefer()
1297 if (find_section(p_config_file, section_id) == NULL) { in del_section()
1364 if (find_section(p_config_file, pbuf) == NULL) { in set_prefer()
1373 p_section = find_section(p_config_file, WIFI_PREFER); in set_prefer()
1463 p_section = find_section(p_config_file, WIFI_HISTORY); in add_to_history()
1697 p_section = find_section(gp_config_file, pbuf); in essid_of_profile()
1870 p_section = find_section(gp_config_file, WIFI_PREFER); in select_profile()
2043 p_wep_section = find_section(gp_wepkey_file, pbuf); in do_startconf()
2044 p_section = find_section(gp_config_file, pbuf); in do_startconf()
2098 activep_section = find_section(gp_config_file, WIFI_ACTIVEP); in find_active_profile()
2140 p_section = find_section(gp_config_file, WIFI_ACTIVEP); in record_active_profile()
2225 p_wep_section = find_section(gp_wepkey_file, pbuf); in do_loadpf()
2226 p_section = find_section(gp_config_file, pbuf); in do_loadpf()
2299 p_section = find_section(gp_config_file, pbuf); in do_loadpf()
2333 p_section = find_section(gp_wepkey_file, id); in print_wepkey_info()
2406 p_section = find_section(gp_config_file, pbuf); in do_printpf()
2592 p_section = find_section(gp_config_file, WIFI_HISTORY); in do_history()
2704 p_section = find_section(gp_config_file, WIFI_PREFER); in do_lsprefer()
2748 p_section = find_section(gp_config_file, WIFI_PREFER); in do_rmprefer()
3105 p_section = find_section(gp_wepkey_file, section_id); in do_setprofwepkey()
4210 if ((find_section(gp_config_file, pbuf) != NULL) || in do_createprofile()
4211 find_section(gp_wepkey_file, pbuf) != NULL) { in do_createprofile()
4251 psection_config = find_section(gp_config_file, pbuf); in do_setprofparam()
4252 psection_wep = find_section(gp_wepkey_file, pbuf); in do_setprofparam()
4290 p_section = find_section(gp_config_file, pbuf); in do_getprofparam()