Home
last modified time | relevance | path

Searched refs:MLME_CLEAR_BIT (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_public_struct.h2612 #define MLME_CLEAR_BIT(value, bit_offset) ((value) &= ~(1 << (bit_offset))) macro
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c3033 MLME_CLEAR_BIT(*btm_offload_config, in cm_update_btm_offload_config()