Lines Matching full: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 */ in nwamd_wlan_set_key()
701 * Update the selected and/or connected values for the
708 boolean_t connected) in nwamd_set_selected_connected() argument
731 if (connected) { in nwamd_set_selected_connected()
744 (ncu->ncu_name, NWAM_EVENT_TYPE_WLAN_SCAN_REPORT, connected, in nwamd_set_selected_connected()
841 /* unset selected, connected flag for previously connected wlan */ in nwamd_wlan_select()
979 * connected (even if a Known WLAN with higher priority is available). in find_best_wlan_cb()
1013 * we will choose it - but only if the currently-connected in find_best_wlan_cb()
1153 * We fill in actual values for selected/connected/key later when we in get_scan_results()
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; in nwamd_wlan_connected() local
1214 connected = B_TRUE; in nwamd_wlan_connected()
1215 nlog(LOG_DEBUG, "nwamd_wlan_connected: %s connected to %s %s", in nwamd_wlan_connected()
1231 * Are we connected to expected WLAN? Note: in nwamd_wlan_connected()
1235 /* Update connected signal strength */ in nwamd_wlan_connected()
1245 * We're connected, but we've dropped below in nwamd_wlan_connected()
1249 "connected but signal under threshold..."); in nwamd_wlan_connected()
1252 return (connected); in nwamd_wlan_connected()
1259 "nwamd_wlan_connected: connected to hidden WLAN, cannot " in nwamd_wlan_connected()
1261 return (connected); in nwamd_wlan_connected()
1409 /* Set selected, connected and send scan event if we've got new data */ in wlan_scan_thread()
1429 * connected, as can be the case during a periodic scan or in wlan_scan_thread()
1450 /* still connected. if not online, change to online */ in wlan_scan_thread()
1451 nlog(LOG_DEBUG, "wlan_scan_thread: still connected to " in wlan_scan_thread()
1477 /* still connected. if not online, change to online */ in wlan_scan_thread()
1478 nlog(LOG_DEBUG, "wlan_scan_thread: still connected to " in wlan_scan_thread()
1573 /* If it is already connected to the required AP, just return. */ in wlan_connect_thread()