Lines Matching defs:object
455 nlog(LOG_ERR, "nwamd_wlan_set_key: could not find object "
473 * Name key object for this WLAN so it can be later retrieved.
474 * (bssid is appended if an object, with the same keyname,
506 nlog(LOG_ERR, "store_key: could not remove old secure object "
523 nlog(LOG_ERR, "store_key: could not create secure object "
595 nlog(LOG_DEBUG, "nwamd_wlan_get_key_named: len = %d, object = %s\n",
627 "from secure object '%s': %s", cooked_key->wk_name,
651 " from secure object '%s'", cooked_key->wk_name);
673 * Called with object lock held.
676 wireless_selection_possible(nwamd_object_t object)
678 nwamd_ncu_t *ncu = object->nwamd_object_data;
684 if (object->nwamd_object_state == NWAM_STATE_DISABLED ||
685 ((object->nwamd_object_state == NWAM_STATE_OFFLINE ||
686 object->nwamd_object_state == NWAM_STATE_ONLINE_TO_OFFLINE) &&
805 * for a BSSID match. Called with object lock held.
825 nlog(LOG_ERR, "nwamd_wlan_select: could not find object "
1069 /* Create periodic scan event for object. Called with object lock held. */
1100 "no object %s", event->event_object);
1154 * reacquire the object lock.
1292 nlog(LOG_ERR, "wlan_scan_thread: could not find object "
1303 * object lock. We try to prevent excessive scanning by limiting the
1358 nlog(LOG_ERR, "wlan_scan_thread: could not find object "
1558 nlog(LOG_ERR, "wlan_connect_thread: could not find object "
1613 /* Make a copy of the key as we need to unlock the object */
1632 * try a second time using autoconf. Drop the object lock during the
1634 * the link object during that period would be impossible if we held the
1657 /* Connect succeeded, reacquire object */
1660 nlog(LOG_ERR, "wlan_connect_thread: could not find object "
1758 "not find object for link %s", linkname);
1847 nlog(LOG_INFO, "nwamd_ncu_handle_link_state_event: no object "