Lines Matching refs:priorityval
97 nwam_value_t priorityval = NULL;
112 if ((err = nwam_value_create_uint64(0, &priorityval)) != NWAM_SUCCESS)
115 NWAM_KNOWN_WLAN_PROP_PRIORITY, priorityval);
118 nwam_value_free(priorityval);
168 nwam_value_t priorityval = NULL;
188 NWAM_KNOWN_WLAN_PROP_PRIORITY, &priorityval)) != NWAM_SUCCESS ||
189 (err = nwam_value_get_uint64(priorityval,
192 nwam_value_free(priorityval);
196 nwam_value_free(priorityval);
363 nwam_value_t priorityval;
380 &priorityval);
383 err = nwam_value_get_uint64(priorityval, &priority);
386 nwam_value_free(priorityval);
393 err = nwam_value_create_uint64(priority + 1, &priorityval);
397 NWAM_KNOWN_WLAN_PROP_PRIORITY, priorityval);
398 nwam_value_free(priorityval);
428 nwam_value_t priorityval;
454 NWAM_KNOWN_WLAN_PROP_PRIORITY, &priorityval);
457 err = nwam_value_get_uint64(priorityval, &(pcd.priority));
458 nwam_value_free(priorityval);
586 nwam_value_t secmodeval = NULL, priorityval = NULL;
604 if ((err = nwam_value_create_uint64(0, &priorityval))
610 NWAM_KNOWN_WLAN_PROP_PRIORITY, priorityval);
611 nwam_value_free(priorityval);