Searched refs:gp_wepkey_file (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 147 static config_file_t *gp_wepkey_file = NULL; variable 2043 p_wep_section = find_section(gp_wepkey_file, pbuf); in do_startconf() 2225 p_wep_section = find_section(gp_wepkey_file, pbuf); in do_loadpf() 2333 p_section = find_section(gp_wepkey_file, id); in print_wepkey_info() 2526 (void) del_section(gp_wepkey_file, section_id); in do_deletepf() 2547 if (del_section(gp_wepkey_file, section_id) in do_deletepf() 2563 (void) del_section(gp_wepkey_file, section_id); in do_deletepf() 3105 p_section = find_section(gp_wepkey_file, section_id); in do_setprofwepkey() 4211 find_section(gp_wepkey_file, pbuf) != NULL) { in do_createprofile() 4224 new_section(gp_wepkey_file, plist_wepkey, pbuf); in do_createprofile() [all …]
|