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

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c223 nwam_value_create_string_array(char **values, uint_t numvalues, function
233 return (nwam_value_create_string_array(&value, 1, valuep));
474 if ((err = nwam_value_create_string_array(valstr, numvalues,
497 if ((err = nwam_value_create_string_array(strs, numvalues,
H A Dlibnwam_known_wlan.c707 err = nwam_value_create_string_array(new_bssids, nelem + 1,
846 err = nwam_value_create_string_array(new_bssids, nelem - 1, &bssidsval);
H A Dlibnwam.h209 extern nwam_error_t nwam_value_create_string_array(char **, uint_t,
H A Dlibnwam_ncp.c1212 if ((err = nwam_value_create_string_array(addrs, nv4, &vals))
1268 err = nwam_value_create_string_array(addrs, nv6, &vals);

Completed in 36 milliseconds