Lines Matching refs:can

8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
57 such as name service specification, proxies, etc. can be specified.
71 connect. Priorities associated with known WLANs can also be manipulated
91 information that can be used to ask the user if he wants to pick a
109 handles can be obtained via calls to nwam_<entity>_create() or
114 can be modified in-memory, and later persistently committed to storage
115 via nwam_<entity>_commit(). Entities can also be copied with
147 Entity validation on an in-memory representation can be explicitly requested
149 can be validated via nwam_<entity>_validate_prop().
154 of functions. Data can be retrieved from the nwam_value_t via the
156 set, the associated nwam_value_t can be immediately freed. For retrieval,
158 A property can also be delete with nwam_<entity>_delete_prop().
171 Values can be any of the following types:
192 contained in them can be retrieved via the following functions:
203 Type and number of value can be retrieved via:
214 can be safely freed prior to commit). For retrieval, the type and
219 NCUs, locations and ENMs can all specify conditional activation conditions.
253 walk can be modified via the flags option to only select specific NCU types
292 Each NCU has a set of properties associated with it. Each property can
341 this behavior can be changed by passing the NWAM_FLAG_BLOCKING in the flags
495 Events can then be recieved by calling nwam_event_wait():
499 The event can then be processed, and free via nwam_event_free();