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

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c198 (err = nwam_value_get_uint64(priorityval,
411 err = nwam_value_get_uint64(priorityval, &priority);
484 err = nwam_value_get_uint64(priorityval, &(pcd.priority));
540 if (nwam_value_get_uint64(value, &keyslot) != NWAM_SUCCESS)
554 if (nwam_value_get_uint64(value, &secmode) != NWAM_SUCCESS)
H A Dlibnwam_enm.c225 if (nwam_value_get_uint64(actval, &activation) != NWAM_SUCCESS) {
397 if (nwam_value_get_uint64(value, &activation_mode) != NWAM_SUCCESS)
452 if (nwam_value_get_uint64(activationval, &activation)
561 err = nwam_value_get_uint64(actval, &activation);
H A Dlibnwam_ncp.c935 err = nwam_value_get_uint64(fixedval, &enumval);
1478 (err = nwam_value_get_uint64(classval, &class)) != NWAM_SUCCESS) {
1895 if (nwam_value_get_uint64(typeval, &type) != NWAM_SUCCESS) {
2479 err = nwam_value_get_uint64(typeval, &type);
2499 err = nwam_value_get_uint64(classval, &class);
2523 err = nwam_value_get_uint64(actval, &activation);
2847 if (nwam_value_get_uint64(typeval, &type) != NWAM_SUCCESS) {
2857 if (nwam_value_get_uint64(classval, &class) != NWAM_SUCCESS) {
2908 if (nwam_value_get_uint64(value, &mgmt_type) != NWAM_SUCCESS ||
2920 if (nwam_value_get_uint64(valu
[all...]
H A Dlibnwam_loc.c341 if (nwam_value_get_uint64(activationval, &activation) != NWAM_SUCCESS) {
602 if (nwam_value_get_uint64(value, &activation_mode) != NWAM_SUCCESS)
744 if ((err = nwam_value_get_uint64(actval, &activation))
1035 if (nwam_value_get_uint64(activationval, &activation)
1219 err = nwam_value_get_uint64(actval, &activation);
H A Dlibnwam.h218 extern nwam_error_t nwam_value_get_uint64(nwam_value_t, uint64_t *);
H A Dlibnwam_values.c304 nwam_value_get_uint64(nwam_value_t value, uint64_t *valuep) function

Completed in 87 milliseconds