|
Lines 2251-2260
supplicant_iface_connection_state_cb_handler (gpointer user_data)
Link Here
|
| 2251 |
goto out; |
2251 |
goto out; |
| 2252 |
} |
2252 |
} |
| 2253 |
|
2253 |
|
| 2254 |
nm_info ("(%s): supplicant connection state: %s -> %s", |
2254 |
// nm_info ("(%s): supplicant connection state: %s -> %s", |
| 2255 |
nm_device_get_iface (dev), |
2255 |
// nm_device_get_iface (dev), |
| 2256 |
nm_supplicant_interface_connection_state_to_string (task->old_state), |
2256 |
// nm_supplicant_interface_connection_state_to_string (task->old_state), |
| 2257 |
nm_supplicant_interface_connection_state_to_string (task->new_state)); |
2257 |
// nm_supplicant_interface_connection_state_to_string (task->new_state)); |
| 2258 |
|
2258 |
|
| 2259 |
scanning = nm_supplicant_interface_get_scanning (priv->supplicant.iface); |
2259 |
scanning = nm_supplicant_interface_get_scanning (priv->supplicant.iface); |
| 2260 |
|
2260 |
|