Searched refs:NWAM_STATE_OFFLINE_TO_ONLINE (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_phys.c | 548 case NWAM_STATE_OFFLINE_TO_ONLINE: in nwamd_wlan_set_key() 554 NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_wlan_set_key() 906 NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_wlan_select() 910 ncu_obj->nwamd_object_name, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_wlan_select() 1108 if (ncu_obj->nwamd_object_state == NWAM_STATE_OFFLINE_TO_ONLINE || in nwamd_ncu_handle_periodic_scan_event() 1446 NWAM_STATE_OFFLINE_TO_ONLINE, in wlan_scan_thread() 1457 NWAM_STATE_OFFLINE_TO_ONLINE, in wlan_scan_thread() 1484 NWAM_STATE_OFFLINE_TO_ONLINE, in wlan_scan_thread() 1609 NWAM_STATE_OFFLINE_TO_ONLINE, in wlan_connect_thread() 1906 NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_handle_link_state_event() [all …]
|
H A D | loc.c | 395 NWAM_STATE_OFFLINE_TO_ONLINE, NWAM_AUX_STATE_METHOD_RUNNING); in nwamd_loc_check_conditions() 457 event->event_object, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_loc_handle_init_event() 507 event->event_object, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_loc_handle_action_event() 589 case NWAM_STATE_OFFLINE_TO_ONLINE: in nwamd_loc_handle_state_event()
|
H A D | ncp.c | 387 name, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_check_or_activate() 421 name, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_check_or_activate() 465 name, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_check_or_activate() 495 name, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_check_or_activate()
|
H A D | enm.c | 166 (object->nwamd_object_state == NWAM_STATE_OFFLINE_TO_ONLINE); in nwamd_enm_activate_deactivate_thread() 703 NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_enm_check() 783 event->event_object, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_enm_handle_init_event() 843 event->event_object, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_enm_handle_action_event() 925 case NWAM_STATE_OFFLINE_TO_ONLINE: in nwamd_enm_handle_state_event()
|
H A D | ncu_ip.c | 122 NWAM_STATE_OFFLINE_TO_ONLINE : in nwamd_propogate_link_up_down_to_ip() 533 NWAM_STATE_OFFLINE_TO_ONLINE, NWAM_AUX_STATE_UP); in interface_ncu_up_down() 833 case NWAM_STATE_OFFLINE_TO_ONLINE: in nwamd_ncu_handle_if_state_event() 1140 state == NWAM_STATE_OFFLINE_TO_ONLINE) { in nwamd_ncu_handle_if_state_event() 1346 if (ncu_obj->nwamd_object_state != NWAM_STATE_OFFLINE_TO_ONLINE && in start_dhcp_thread() 1401 object_name, NWAM_STATE_OFFLINE_TO_ONLINE, in start_dhcp_thread()
|
H A D | ncu.c | 255 object_name, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_state_machine() 376 NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_state_machine() 417 NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_state_machine() 1838 NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_handle_init_event() 1844 NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_handle_init_event() 1961 event->event_object, NWAM_STATE_OFFLINE_TO_ONLINE, in nwamd_ncu_handle_action_event() 2066 (new_state == NWAM_STATE_OFFLINE_TO_ONLINE && in nwamd_ncu_handle_state_event() 2100 case NWAM_STATE_OFFLINE_TO_ONLINE: in nwamd_ncu_handle_state_event()
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam.h | 203 NWAM_STATE_OFFLINE_TO_ONLINE = 0x4, enumerator 214 NWAM_STATE_OFFLINE_TO_ONLINE | \
|
H A D | libnwam_util.c | 398 case NWAM_STATE_OFFLINE_TO_ONLINE: in nwam_state_to_string()
|