Home
last modified time | relevance | path

Searched refs:sap_tx_block_mask (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c561 dp_intf->sap_tx_block_mask |= WLAN_DP_SUSPEND; in ucfg_dp_suspend_handler()
591 dp_intf->sap_tx_block_mask &= ~WLAN_DP_SUSPEND; in ucfg_dp_resume_handler()
867 dp_intf->sap_tx_block_mask |= DP_TX_DFS_CAC_BLOCK; in ucfg_dp_set_dfs_cac_tx()
869 dp_intf->sap_tx_block_mask &= ~DP_TX_DFS_CAC_BLOCK; in ucfg_dp_set_dfs_cac_tx()
885 dp_intf->sap_tx_block_mask &= ~DP_TX_SAP_STOP; in ucfg_dp_set_bss_state_start()
888 dp_intf->sap_tx_block_mask |= DP_TX_SAP_STOP; in ucfg_dp_set_bss_state_start()
1395 dp_intf->sap_tx_block_mask &= ~DP_TX_FN_CLR; in ucfg_dp_softap_register_txrx_ops()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_softap_txrx.c523 if (qdf_unlikely(dp_intf->sap_tx_block_mask)) { in dp_softap_validate_driver_state()
525 dp_intf->sap_tx_block_mask); in dp_softap_validate_driver_state()
H A Dwlan_dp_main.c1243 dp_intf->sap_tx_block_mask = DP_TX_FN_CLR | in dp_vdev_obj_create_notification()
1336 dp_intf->sap_tx_block_mask |= DP_TX_FN_CLR; in dp_vdev_obj_destroy_notification()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h672 uint32_t sap_tx_block_mask; member