Home
last modified time | relevance | path

Searched refs:epcs_err (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_epcs.c48 epcs_err("ml_peer is null"); in wlan_mlo_is_node_epcs_authorized()
54 epcs_err("mlo dev ctx is null"); in wlan_mlo_is_node_epcs_authorized()
69 epcs_err("no valid vdev entry found"); in wlan_mlo_is_node_epcs_authorized()
79 epcs_err("epcs info is null"); in wlan_mlo_is_node_epcs_authorized()
308 epcs_err("Invalid action :%d", action_frm->action); in wlan_mlo_parse_epcs_action_frame()
368 epcs_err("Invalid category:%d", args->category); in wlan_mlo_add_epcs_action_frame()
384 epcs_err("Null MLO peer"); in wlan_mlo_peer_rcv_cmd()
407 epcs_err("Invalid command"); in wlan_mlo_peer_rcv_cmd()
418 epcs_err("Invalid command"); in wlan_mlo_peer_rcv_cmd()
422 epcs_err("Invalid peer state %d", in wlan_mlo_peer_rcv_cmd()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_epcs.h183 #define epcs_err(format, args...) \ macro