Home
last modified time | relevance | path

Searched refs:epcs_debug (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_epcs.c73 epcs_debug("ml peer type %d", opmode); in wlan_mlo_is_node_epcs_authorized()
134 epcs_debug("PAV ML IE with length %zu is present", ml_pa_ie_len); in mlo_process_ml_priorityaccess_ie()
427 epcs_debug("cmd:old state %d new state %d ev cat %d dialog token %d status %d", in wlan_mlo_peer_rcv_cmd()
503 epcs_debug("action:old state %d new state %d ev cat %d dialog token %d status %d", in wlan_mlo_peer_rcv_action_frame()
545 epcs_debug("Mac add "QDF_MAC_ADDR_FMT" is already authorized", in wlan_mlo_update_authorize_epcs_mac_addr()
552 epcs_debug("EPCS authorize database is full"); in wlan_mlo_update_authorize_epcs_mac_addr()
563 epcs_debug("EPCS Stored authorize mac addr is"QDF_MAC_ADDR_FMT" at index %d", in wlan_mlo_update_authorize_epcs_mac_addr()
595 epcs_debug("Mac addr "QDF_MAC_ADDR_FMT" not found in authorized database", in wlan_mlo_update_deauthorize_epcs_mac_addr()
602 epcs_debug("Mac addr "QDF_MAC_ADDR_FMT" is already deauthorized in database", in wlan_mlo_update_deauthorize_epcs_mac_addr()
610 epcs_debug("EPCS Stored authorize mac addr is "QDF_MAC_ADDR_FMT" at idx %d is removed", in wlan_mlo_update_deauthorize_epcs_mac_addr()
H A Dutils_mlo.c5062 epcs_debug("Invalid edca length %d in PAV IE", in util_parse_pamlie_perstaprofile_stactrl()
5076 epcs_debug("Unrelated Venfor IE reecived ie_id %d ie_len %d", in util_parse_pamlie_perstaprofile_stactrl()
5091 epcs_debug("Invalid muedca length %d in PAV IE", in util_parse_pamlie_perstaprofile_stactrl()
5096 epcs_debug("Unrelated Extn IE reecived ie_id %d ie_len %d extid %d IN PAV IE", in util_parse_pamlie_perstaprofile_stactrl()
5104 epcs_debug("Unrelated IE reecived ie_id %d ie_len %d in PAV IE", in util_parse_pamlie_perstaprofile_stactrl()
5114 epcs_debug("Error in processing per sta profile of PA ML IE %zu %zu", in util_parse_pamlie_perstaprofile_stactrl()
5118 epcs_debug("Link id %d presence of edca %d muedca %d wme %d", in util_parse_pamlie_perstaprofile_stactrl()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_epcs.h192 #define epcs_debug(format, args...) \ macro