Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c2080 const char *activeprofile = NULL; in find_active_profile() local
2101 activeprofile = get_value(activep_section->list-> in find_active_profile()
2103 if (activeprofile == NULL) in find_active_profile()
2109 (strcmp(p_section->section_id, activeprofile) == 0)) { in find_active_profile()