Home
last modified time | relevance | path

Searched refs:ifmgr_debug (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/interface_mgr/src/
Dwlan_if_mgr_roam.c94 ifmgr_debug("Enable roaming for vdev_id %d", vdev_id); in if_mgr_enable_roaming_on_vdev()
142 ifmgr_debug("Roaming disabled on vdev_id %d", vdev_id); in if_mgr_disable_roaming_on_vdev()
227 ifmgr_debug("P2P client disconnected, enable roam"); in if_mgr_enable_roaming_after_p2p_disconnect()
326 ifmgr_debug(QDF_MAC_ADDR_FMT, QDF_MAC_ADDR_REF(mac_addr)); in if_mgr_send_chng_mcc_beacon_interval()
328 ifmgr_debug("session %d BeaconInterval %d", p_msg->session_id, in if_mgr_send_chng_mcc_beacon_interval()
455 ifmgr_debug("Bcn Intrvl validation not require for STA/CLIENT"); in if_mgr_validate_sta_bcn_intrvl()
479 ifmgr_debug("*** MCC with SAP+STA sessions ****"); in if_mgr_validate_sta_bcn_intrvl()
508 ifmgr_debug("Peer AP BI : %d, new Beacon Interval: %d", in if_mgr_validate_sta_bcn_intrvl()
577 ifmgr_debug("Ignore Beacon Interval Validation..."); in if_mgr_validate_p2pcli_bcn_intrvl()
897ifmgr_debug("STA connection not allowed on bssid: "QDF_MAC_ADDR_FMT" with freq: %d (6Ghz or indoor… in if_mgr_validate_candidate()
[all …]
Dwlan_if_mgr_sap.c107 ifmgr_debug("p2p go mode, keep roam disabled"); in if_mgr_ap_start_bss_complete()
115 ifmgr_debug("check for SAP restart"); in if_mgr_ap_start_bss_complete()
166 ifmgr_debug("p2p go disconnected enable roam"); in if_mgr_ap_stop_bss_complete()
170 ifmgr_debug("SAP/P2P-GO is stopped, re-enable roaming if it's stopped due to SAP/P2P-GO CSA"); in if_mgr_ap_stop_bss_complete()
Dwlan_if_mgr_sta.c159 ifmgr_debug("p2p client active, keep roam disabled"); in if_mgr_connect_complete()
161 ifmgr_debug("set pcl when connection on vdev id:%d", in if_mgr_connect_complete()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/interface_mgr/src/
Dwlan_if_mgr_main.c41 ifmgr_debug("interface mgr psoc create and delete handler registered with objmgr"); in wlan_if_mgr_init()
68 ifmgr_debug("interface mgr psoc create and delete handler deregistered with objmgr"); in wlan_if_mgr_deinit()
Dwlan_if_mgr_core.c130 ifmgr_debug("IF MGR event received: %s(%d)", in if_mgr_deliver_event()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/interface_mgr/inc/
Dwlan_if_mgr_main.h43 #define ifmgr_debug(params...) \ macro