Lines Matching refs:next
694 TX_SEMAPHORE *next; in dbg_lock_info()
697 &first_suspended, &suspended_count, &next); in dbg_lock_info()
1623 static void wlcm_request_reconnect(enum cm_sta_state *next, struct wlan_network *network);
2913 static void wlcm_process_deepsleep_event(struct wifi_message *msg, enum cm_sta_state *next) in wlcm_process_deepsleep_event() argument
3003 static void wlcm_process_scan_result_event(struct wifi_message *msg, enum cm_sta_state *next) in wlcm_process_scan_result_event() argument
3016 *next = wlan.sta_state; in wlcm_process_scan_result_event()
3017 wlcm_d("SM: returned to %s", dbg_sta_state_name(*next)); in wlcm_process_scan_result_event()
3042 *next = wlan.sta_return_to; in wlcm_process_scan_result_event()
3043 wlcm_d("SM: returned to %s", dbg_sta_state_name(*next)); in wlcm_process_scan_result_event()
3083 wlcm_d("SM: returned to %s", dbg_sta_state_name(*next)); in wlcm_process_scan_result_event()
3092 *next = wlan.sta_state; in wlcm_process_scan_result_event()
3104 enum cm_sta_state *next, in wlcm_process_sta_addr_config_event() argument
3138 *next = wlan.sta_state; in wlcm_process_sta_addr_config_event()
3166 *next = CM_STA_CONNECTED; in wlcm_process_sta_addr_config_event()
3187 *next = CM_STA_OBTAINING_ADDRESS; in wlcm_process_sta_addr_config_event()
3200 static void wlcm_process_channel_switch_ann(enum cm_sta_state *next, struct wlan_network *network) in wlcm_process_channel_switch_ann() argument
3227 *next = CM_STA_IDLE; in wlcm_process_channel_switch_ann()
3659 static void wlcm_process_association_event(struct wifi_message *msg, enum cm_sta_state *next) in wlcm_process_association_event() argument
3702 *next = CM_STA_ASSOCIATED; in wlcm_process_association_event()
3731 *next = CM_STA_SCANNING; in wlcm_process_association_event()
3754 wlcm_request_reconnect(next, &wlan.networks[wlan.cur_network_idx]); in wlcm_process_association_event()
3757 *next = wlan.sta_state; in wlcm_process_association_event()
3764 static void wlcm_process_association_notify_event(struct wifi_message *msg, enum cm_sta_state *next) in wlcm_process_association_notify_event() argument
3769 (void)next; in wlcm_process_association_notify_event()
3780 static void wlcm_process_pmk_event(struct wifi_message *msg, enum cm_sta_state *next, struct wlan_n… in wlcm_process_pmk_event() argument
3804 enum cm_sta_state *next, in wlcm_process_authentication_event() argument
3857 *next = CM_STA_CONNECTED; in wlcm_process_authentication_event()
3915 *next = CM_STA_CONNECTED; in wlcm_process_authentication_event()
3934 *next = wlan.sta_state; in wlcm_process_authentication_event()
3938 *next = CM_STA_REQUESTING_ADDRESS; in wlcm_process_authentication_event()
3945 *next = CM_STA_AUTHENTICATED; in wlcm_process_authentication_event()
4024 *next = CM_STA_IDLE; in wlcm_process_authentication_event()
4036 wlcm_request_reconnect(next, network); in wlcm_process_authentication_event()
4067 static void wlcm_process_rssi_low_event(struct wifi_message *msg, enum cm_sta_state *next, struct w… in wlcm_process_rssi_low_event() argument
4236 enum cm_sta_state *next, in wlcm_process_neighbor_list_report_event() argument
4270 enum cm_sta_state *next, in wlcm_process_neighbor_list_report_event() argument
4613 enum cm_sta_state *next, in wlcm_process_link_loss_event() argument
4660 *next = CM_STA_IDLE; in wlcm_process_link_loss_event()
4676 *next = CM_STA_IDLE; in wlcm_process_link_loss_event()
4703 *next = wlan.sta_state; in wlcm_process_link_loss_event()
4718 wlcm_request_reconnect(next, network); in wlcm_process_link_loss_event()
4726 enum cm_sta_state *next, in wlcm_process_network_switch_event() argument
4754 static void wlcm_process_disassoc_event(struct wifi_message *msg, enum cm_sta_state *next, struct w… in wlcm_process_disassoc_event() argument
4783 *next = CM_STA_IDLE; in wlcm_process_disassoc_event()
4790 wlcm_request_reconnect(next, network); in wlcm_process_disassoc_event()
4795 enum cm_sta_state *next, in wlcm_process_deauthentication_event() argument
4852 enum cm_sta_state *next, in wlcm_process_net_dhcp_config() argument
4896 wlcm_request_reconnect(next, network); in wlcm_process_net_dhcp_config()
4899 *next = wlan.sta_state; in wlcm_process_net_dhcp_config()
4905 *next = CM_STA_CONNECTED; in wlcm_process_net_dhcp_config()
4940 *next = CM_STA_CONNECTED; in wlcm_process_net_dhcp_config()
4980 *next = CM_STA_AUTHENTICATED; in wlcm_process_net_dhcp_config()
5011 *next = CM_STA_CONNECTED; in wlcm_process_net_dhcp_config()
5018 enum cm_sta_state *next, in wlcm_process_net_ipv6_config() argument
5697 static void wlcm_process_init(enum cm_sta_state *next) in wlcm_process_init() argument
5703 *next = CM_STA_IDLE; in wlcm_process_init()
5845 static void wlcm_process_net_if_config_event(struct wifi_message *msg, enum cm_sta_state *next) in wlcm_process_net_if_config_event() argument
5865 *next = CM_STA_INITIALIZING; in wlcm_process_net_if_config_event()
5901 wlcm_process_init(next); in wlcm_process_net_if_config_event()
5904 static void wlcm_request_disconnect(enum cm_sta_state *next, struct wlan_network *curr_nw);
5907 static void wlcm_process_fw_hang_event(struct wifi_message *msg, enum cm_sta_state *next) in wlcm_process_fw_hang_event() argument
5922 wlcm_request_disconnect(next, &wlan.networks[wlan.cur_network_idx]); in wlcm_process_fw_hang_event()
5934 static void wlcm_process_fw_reset_event(struct wifi_message *msg, enum cm_sta_state *next) in wlcm_process_fw_reset_event() argument
5937 (void)next; in wlcm_process_fw_reset_event()
5941 wlcm_process_init(next); in wlcm_process_fw_reset_event()
5982 enum cm_uap_state next = wlan.uap_state; in uap_state_machine() local
6001 next = wlan.uap_state; in uap_state_machine()
6013 next = wlan.uap_state; in uap_state_machine()
6077 next = CM_UAP_STARTED; in uap_state_machine()
6166 next = CM_UAP_IP_UP; in uap_state_machine()
6172 next = CM_UAP_INITIALIZING; in uap_state_machine()
6189 return next; in uap_state_machine()
6193 static void wlcm_request_scan(struct wifi_message *msg, enum cm_sta_state *next) in wlcm_request_scan() argument
6277 *next = wlan.sta_state; in wlcm_request_scan()
6289 *next = CM_STA_SCANNING_USER; in wlcm_request_scan()
6313 static void wlcm_request_disconnect(enum cm_sta_state *next, struct wlan_network *curr_nw) in wlcm_request_disconnect() argument
6395 *next = CM_STA_IDLE; in wlcm_request_disconnect()
6418 *next = CM_STA_IDLE; in wlcm_request_disconnect()
6427 *next = CM_STA_IDLE; in wlcm_request_disconnect()
6482 static void wlcm_request_connect(struct wifi_message *msg, enum cm_sta_state *next, struct wlan_net… in wlcm_request_connect() argument
6563 *next = wlan.sta_state; in wlcm_request_connect()
6566 static void wlcm_request_reconnect(enum cm_sta_state *next, struct wlan_network *network) in wlcm_request_reconnect() argument
6581 wlcm_request_connect(&msg, next, network); in wlcm_request_reconnect()
6735 static void wlcm_set_rssi_low_threshold(enum cm_sta_state *next, struct wlan_network *curr_nw) in wlcm_set_rssi_low_threshold() argument
6737 (void)next; in wlcm_set_rssi_low_threshold()
6745 static void wlcm_send_host_sleep(struct wifi_message *msg, enum cm_sta_state *next, struct wlan_net… in wlcm_send_host_sleep() argument
6749 (void)next; in wlcm_send_host_sleep()
6838 enum cm_sta_state next = wlan.sta_state; in handle_message() local
6855 wlcm_request_connect(msg, &next, network); in handle_message()
6887 wlcm_request_disconnect(&next, network); in handle_message()
6891 wlcm_request_scan(msg, &next); in handle_message()
6895 wlcm_set_rssi_low_threshold(&next, network); in handle_message()
6900 wlcm_send_host_sleep(msg, &next, network); in handle_message()
6944 wlcm_process_scan_result_event(msg, &next); in handle_message()
6950 wlcm_process_fw_hang_event(msg, &next); in handle_message()
6954 wlcm_process_fw_reset_event(msg, &next); in handle_message()
6971 wlcm_process_association_event(msg, &next); in handle_message()
6980 wlcm_process_association_notify_event(msg, &next); in handle_message()
6990 wlcm_process_pmk_event(msg, &next, network); in handle_message()
7014 wlcm_process_authentication_event(msg, &next, network); in handle_message()
7031 wlcm_process_link_loss_event(msg, &next, network); in handle_message()
7042 wlcm_process_rssi_low_event(msg, &next, network); in handle_message()
7118 wlcm_process_neighbor_list_report_event(msg, &next, network); in handle_message()
7124 wlcm_process_network_switch_event(msg, &next, network); in handle_message()
7136 wlcm_process_disassoc_event(msg, &next, network); in handle_message()
7144 wlcm_process_deauthentication_event(msg, &next, network); in handle_message()
7152 wlcm_process_sta_addr_config_event(msg, &next, network); in handle_message()
7161 wlcm_process_net_if_config_event(msg, &next); in handle_message()
7168 wlcm_process_net_dhcp_config(msg, &next, network); in handle_message()
7176 wlcm_process_net_ipv6_config(msg, &next, network); in handle_message()
7185 wlcm_process_channel_switch_ann(&next, network); in handle_message()
7221 wlcm_process_deepsleep_event(msg, &next); in handle_message()
7316 next = wlan.sta_state; in handle_message()
7357 return next; in handle_message()