Lines Matching refs:state
391 cur_state = ml_peer->epcs_info.state; in wlan_mlo_peer_rcv_cmd()
392 switch (ml_peer->epcs_info.state) { in wlan_mlo_peer_rcv_cmd()
412 ml_peer->epcs_info.state = EPCS_DOWN; in wlan_mlo_peer_rcv_cmd()
423 ml_peer->epcs_info.state); in wlan_mlo_peer_rcv_cmd()
426 new_state = ml_peer->epcs_info.state; in wlan_mlo_peer_rcv_cmd()
455 cur_state = ml_peer->epcs_info.state; in wlan_mlo_peer_rcv_action_frame()
456 switch (ml_peer->epcs_info.state) { in wlan_mlo_peer_rcv_action_frame()
462 ml_peer->epcs_info.state = EPCS_ENABLE; in wlan_mlo_peer_rcv_action_frame()
476 ml_peer->epcs_info.state = EPCS_ENABLE; in wlan_mlo_peer_rcv_action_frame()
489 ml_peer->epcs_info.state = EPCS_DOWN; in wlan_mlo_peer_rcv_action_frame()
499 epcs_err("Invalid peer state %d", ml_peer->epcs_info.state); in wlan_mlo_peer_rcv_action_frame()
502 new_state = ml_peer->epcs_info.state; in wlan_mlo_peer_rcv_action_frame()