Home
last modified time | relevance | path

Searched refs:twt_debug (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/twt/core/src/
H A Dwlan_twt_common.c175 twt_debug("TWT req disable: pdev_id:%d role:%d ext:%d reason_code:%d", in wlan_twt_requestor_disable()
201 twt_debug("TWT res disable: pdev_id:%d role:%d ext:%d reason_code:%d", in wlan_twt_responder_disable()
247 twt_debug("TWT req enable: pdev_id:%d cong:%d bcast:%d rtwt:%d", in wlan_twt_requestor_enable()
250 twt_debug("TWT req enable: role:%d ext:%d oper:%d", in wlan_twt_requestor_enable()
288 twt_debug("TWT res enable: pdev_id:%d bcast:%d", in wlan_twt_responder_enable()
290 twt_debug("TWT res enable: role:%d ext:%d oper:%d", in wlan_twt_responder_enable()
307 twt_debug("Peer object not found " QDF_MAC_ADDR_FMT, in wlan_twt_set_peer_capabilities()
324 twt_debug("set peer cap: 0x%x", peer_cap); in wlan_twt_set_peer_capabilities()
359 twt_debug("get peer cap: 0x%x", *peer_cap); in wlan_twt_get_peer_capabilities()
380 twt_debug("pdev_id:%d status:%d twt_role:%d", in wlan_twt_enable_event_handler()
[all …]
H A Dwlan_twt_objmgr.c53 twt_debug("twt psoc priv obj attach successful"); in wlan_twt_psoc_obj_create_handler()
105 twt_debug("twt vdev priv obj attach successful"); in wlan_twt_vdev_obj_create_handler()
177 twt_debug("twt peer priv obj attach successful"); in wlan_twt_peer_obj_create_handler()
207 twt_debug("peer twt object detached"); in wlan_twt_peer_obj_destroy_handler()
223 twt_debug("Psoc twt_disabled %x", twt_psoc_obj->twt_pmo_disabled); in wlan_twt_psoc_set_pmo_disable()
240 twt_debug("Psoc twt_disabled %x", twt_psoc_obj->twt_pmo_disabled); in wlan_twt_psoc_set_pmo_enable()
/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_main.c163 twt_debug("init done"); in wlan_twt_init_context()
202 twt_debug("is_twt_notify_in_progress: %d", is_twt_notify_in_progress); in wlan_is_twt_notify_in_progress()
237 twt_debug("twt_wait_for_notify: %d", is_set); in wlan_twt_set_wait_for_notify()
283 twt_debug("Update Peer TWT capabilities: %d", peer_cap); in wlan_twt_update_peer_twt_required_bit()
753 twt_debug("init done"); in wlan_twt_init_all_peers_context()
939 twt_debug("num_twt_sessions:%d max_twt_sessions:%d", in wlan_twt_is_max_sessions_reached()
1204 twt_debug("Already TWT command:%d is in progress", active_cmd); in wlan_twt_setup_req()
1257 twt_debug("Already TWT command:%d is in progress", active_cmd); in wlan_twt_sta_teardown_req()
1303 twt_debug("Already TWT command:%d is in progress", active_cmd); in wlan_twt_pause_req()
1350 twt_debug("Already TWT command:%d is in progress", active_cmd); in wlan_twt_resume_req()
[all …]
H A Dwlan_twt_cfg.c64 twt_debug("req: %d resp: %d", twt_cfg->twt_requestor, in wlan_twt_cfg_init()
128 twt_debug("req: %d resp: %d bcast_req: %d bcast_resp: %d", in wlan_twt_cfg_update()
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/inc/
H A Dwlan_twt_api.h38 #define twt_debug(params...) \ macro