Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/tdls/core/src/ !
H A Dwlan_tdls_ct.c1107 if (TDLS_IS_OFF_CHANNEL_ENABLED(tdls_feature_flags) && in tdls_set_tdls_offchannel()
1133 if (!TDLS_IS_OFF_CHANNEL_ENABLED(tdls_feature_flags) || in tdls_set_tdls_secoffchanneloffset()
1311 if (!TDLS_IS_OFF_CHANNEL_ENABLED(tdls_feature_flags) || in tdls_set_tdls_offchannelmode()
H A Dwlan_tdls_peer.c515 if (!(TDLS_IS_OFF_CHANNEL_ENABLED( in tdls_determine_channel_opclass()
569 if ((TDLS_IS_OFF_CHANNEL_ENABLED( in tdls_get_wifi_hal_state()
H A Dwlan_tdls_main.c1465 if (TDLS_IS_OFF_CHANNEL_ENABLED(tdls_feature_flags) && in tdls_send_update_to_fw()
/wlan-driver/qcacld-3.0/components/tdls/dispatcher/inc/ !
H A Dwlan_tdls_public_structs.h458 #define TDLS_IS_OFF_CHANNEL_ENABLED(flags) \ macro