Searched refs:del_section (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c196 static boolean_t del_section(config_file_t *p_config_file, char *section_id);
1276 * del_section: Delete an section from p_config_file, the idea is
1282 del_section(config_file_t *p_config_file, char *section_id) function
1290 PRTDBG(("del_section(0x%x, \"%s\")\n", p_config_file, section_id));
1291 PRTDBG(("del_section: %d section(s) in config file\n",
2523 (void) del_section(gp_config_file, section_id);
2524 (void) del_section(gp_wepkey_file, section_id);
2543 if (del_section(gp_config_file, section_id)
2545 if (del_section(gp_wepkey_file, section_id)
2561 (void) del_section(gp_wepkey_fil
[all...]

Completed in 72 milliseconds