Searched refs:find_section (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 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() [all …]
|