Home
last modified time | relevance | path

Searched refs:intf (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/sap/src/
Dsap_fsm.c554 uint8_t intf; in sap_plus_sap_cac_skip() local
556 for (intf = 0; intf < SAP_MAX_NUM_SESSION; intf++) { in sap_plus_sap_cac_skip()
558 mac->sap.sapCtxList[intf].sap_context; in sap_plus_sap_cac_skip()
562 if (mac->sap.sapCtxList[intf].sapPersona != QDF_SAP_MODE && in sap_plus_sap_cac_skip()
563 mac->sap.sapCtxList[intf].sapPersona != QDF_P2P_GO_MODE) in sap_plus_sap_cac_skip()
1641 uint8_t intf = 0; in sap_find_valid_concurrent_session() local
1644 for (intf = 0; intf < SAP_MAX_NUM_SESSION; intf++) { in sap_find_valid_concurrent_session()
1646 mac_ctx->sap.sapCtxList[intf].sapPersona) || in sap_find_valid_concurrent_session()
1648 mac_ctx->sap.sapCtxList[intf].sapPersona)) && in sap_find_valid_concurrent_session()
1649 mac_ctx->sap.sapCtxList[intf].sap_context) { in sap_find_valid_concurrent_session()
[all …]
Dsap_api_link_cntl.c577 uint8_t intf; in wlansap_roam_process_dfs_chansw_update() local
693 for (intf = 0; intf < SAP_MAX_NUM_SESSION; intf++) { in wlansap_roam_process_dfs_chansw_update()
696 if (!((QDF_SAP_MODE == mac_ctx->sap.sapCtxList[intf].sapPersona || in wlansap_roam_process_dfs_chansw_update()
697 QDF_P2P_GO_MODE == mac_ctx->sap.sapCtxList[intf].sapPersona) in wlansap_roam_process_dfs_chansw_update()
698 && (mac_ctx->sap.sapCtxList[intf].sap_context))) in wlansap_roam_process_dfs_chansw_update()
700 sap_context = mac_ctx->sap.sapCtxList[intf].sap_context; in wlansap_roam_process_dfs_chansw_update()
861 int intf; in wlansap_update_vendor_acs_chan() local
886 for (intf = 0; intf < SAP_MAX_NUM_SESSION; intf++) { in wlansap_update_vendor_acs_chan()
890 mac_ctx->sap.sapCtxList[intf].sapPersona) || in wlansap_update_vendor_acs_chan()
892 mac_ctx->sap.sapCtxList[intf].sapPersona)) && in wlansap_update_vendor_acs_chan()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_nan_datapath.h47 #define WMA_IS_VDEV_IN_NDI_MODE(intf, vdev_id) \ argument
48 (WMI_VDEV_TYPE_NDI == intf[vdev_id].type)
103 #define WMA_IS_VDEV_IN_NDI_MODE(intf, vdev_id) (false) argument
Dwma_dev_if.c169 struct wma_txrx_node *intf = wma->interfaces; in wma_is_vdev_in_ap_mode() local
177 if ((intf[vdev_id].type == WMI_VDEV_TYPE_AP) && in wma_is_vdev_in_ap_mode()
178 ((intf[vdev_id].sub_type == WMI_UNIFIED_VDEV_SUBTYPE_P2P_GO) || in wma_is_vdev_in_ap_mode()
179 (intf[vdev_id].sub_type == 0))) in wma_is_vdev_in_ap_mode()
5665 struct wma_txrx_node *intf = wma->interfaces; in wma_is_vdev_in_sap_mode() local
5673 if ((intf[vdev_id].type == WMI_VDEV_TYPE_AP) && in wma_is_vdev_in_sap_mode()
5674 (intf[vdev_id].sub_type == 0)) in wma_is_vdev_in_sap_mode()
5682 struct wma_txrx_node *intf = wma->interfaces; in wma_is_vdev_in_go_mode() local
5690 if ((intf[vdev_id].type == WMI_VDEV_TYPE_AP) && in wma_is_vdev_in_go_mode()
5691 (intf[vdev_id].sub_type == WMI_UNIFIED_VDEV_SUBTYPE_P2P_GO)) in wma_is_vdev_in_go_mode()
[all …]
Dwma_mgmt.c2357 struct wma_txrx_node *intf; in wma_tbttoffset_update_event_handler() local
2373 intf = wma->interfaces; in wma_tbttoffset_update_event_handler()
2382 if (!intf[if_id].vdev) in wma_tbttoffset_update_event_handler()
2388 bcn = intf[if_id].beacon; in wma_tbttoffset_update_event_handler()
2398 intf[if_id].tsfadjust = adjusted_tsf[if_id]; in wma_tbttoffset_update_event_handler()
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/src/
Di_host_diag_core_event.h276 void host_log_acs_req_event(uint8_t *intf, const uint8_t *hw_mode,
346 static inline void host_log_acs_req_event(uint8_t *intf, const uint8_t *hw_mode, in host_log_acs_req_event() argument
Dhost_diag_log.c322 void host_log_acs_req_event(uint8_t *intf, const uint8_t *hw_mode, uint16_t bw, in host_log_acs_req_event() argument
328 qdf_str_lcopy(acs_req.intf, intf, HOST_EVENT_INTF_STR_LEN); in host_log_acs_req_event()
/wlan-driver/qcacld-3.0/components/pre_cac/dispatcher/inc/
Dwlan_pre_cac_api.h100 uint8_t intf) in wlansap_pre_cac_end_notify() argument
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
Dhost_diag_core_event.h1020 uint8_t intf[HOST_EVENT_INTF_STR_LEN]; member