Searched refs:nwam_value_create_string_array (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 223 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 D | libnwam_known_wlan.c | 707 err = nwam_value_create_string_array(new_bssids, nelem + 1, 846 err = nwam_value_create_string_array(new_bssids, nelem - 1, &bssidsval);
|
H A D | libnwam.h | 209 extern nwam_error_t nwam_value_create_string_array(char **, uint_t,
|
H A D | libnwam_ncp.c | 1212 if ((err = nwam_value_create_string_array(addrs, nv4, &vals)) 1268 err = nwam_value_create_string_array(addrs, nv6, &vals);
|
Completed in 36 milliseconds