Lines Matching defs:connected

233  * at when we are in the connected state.
251 * to WLANs with BSSIDs that we previously connected to.
542 /* if changing the key of the connected WLAN, reconnect */
701 * Update the selected and/or connected values for the
708 boolean_t connected)
731 if (connected) {
744 (ncu->ncu_name, NWAM_EVENT_TYPE_WLAN_SCAN_REPORT, connected,
841 /* unset selected, connected flag for previously connected wlan */
979 * connected (even if a Known WLAN with higher priority is available).
1013 * we will choose it - but only if the currently-connected
1153 * We fill in actual values for selected/connected/key later when we
1181 * Check if we're connected to the expected WLAN, or in the case of autoconf
1182 * record the WLAN we're connected to.
1192 boolean_t connected = B_FALSE;
1214 connected = B_TRUE;
1215 nlog(LOG_DEBUG, "nwamd_wlan_connected: %s connected to %s %s",
1231 * Are we connected to expected WLAN? Note:
1235 /* Update connected signal strength */
1245 * We're connected, but we've dropped below
1249 "connected but signal under threshold...");
1252 return (connected);
1259 "nwamd_wlan_connected: connected to hidden WLAN, cannot "
1261 return (connected);
1409 /* Set selected, connected and send scan event if we've got new data */
1429 * connected, as can be the case during a periodic scan or
1450 /* still connected. if not online, change to online */
1451 nlog(LOG_DEBUG, "wlan_scan_thread: still connected to "
1477 /* still connected. if not online, change to online */
1478 nlog(LOG_DEBUG, "wlan_scan_thread: still connected to "
1573 /* If it is already connected to the required AP, just return. */