Home
last modified time | relevance | path

Searched refs:find_section (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c184 static section_t *find_section(config_file_t *p_config_file,
1031 find_section(config_file_t *p_config_file, const char *section_id) in find_section() function
1233 p_section = find_section(p_config_file, WIFI_PREFER); in del_prefer()
1295 if (find_section(p_config_file, section_id) == NULL) { in del_section()
1362 if (find_section(p_config_file, pbuf) == NULL) { in set_prefer()
1371 p_section = find_section(p_config_file, WIFI_PREFER); in set_prefer()
1461 p_section = find_section(p_config_file, WIFI_HISTORY); in add_to_history()
1695 p_section = find_section(gp_config_file, pbuf); in essid_of_profile()
1868 p_section = find_section(gp_config_file, WIFI_PREFER); in select_profile()
2041 p_wep_section = find_section(gp_wepkey_file, pbuf); in do_startconf()
[all …]