Home
last modified time | relevance | path

Searched refs:mask_len (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_wowl.c339 uint16_t pattern_len, mask_len, i; in hdd_add_wowl_ptrn_debugfs() local
391 mask_len = strlen(pattern_mask); in hdd_add_wowl_ptrn_debugfs()
392 if ((mask_len % 2) in hdd_add_wowl_ptrn_debugfs()
393 || (wow_pattern.pattern_mask_size != (mask_len >> 1))) { in hdd_add_wowl_ptrn_debugfs()
/wlan-driver/qcacld-3.0/components/target_if/pmo/src/
Dtarget_if_pmo_wow.c102 uint8_t mask_len, bool user) in target_if_pmo_send_wow_patterns_to_fw() argument
130 mask, mask_len, user, 0); in target_if_pmo_send_wow_patterns_to_fw()
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/
Dwlan_pmo_tgt_wow.c93 uint8_t mask_len, bool user) in pmo_tgt_send_wow_patterns_to_fw() argument
113 mask_len, user); in pmo_tgt_send_wow_patterns_to_fw()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_pmo_api.c67 uint8_t mask_len, bool user, in wmi_unified_wow_patterns_to_fw_cmd() argument
74 mask_len, user, default_patterns); in wmi_unified_wow_patterns_to_fw_cmd()
Dwmi_unified_pmo_tlv.c180 uint8_t mask_len, bool user, in send_wow_patterns_to_fw_cmd_tlv() argument
230 qdf_mem_copy(&bitmap_pattern->bitmaskbuf[0], mask, mask_len); in send_wow_patterns_to_fw_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_pmo_api.h90 uint8_t mask_len, bool user,
Dwmi_unified_priv.h1028 uint8_t mask_len, bool user,
/wlan-driver/qcacld-3.0/components/target_if/pmo/inc/
Dtarget_if_pmo.h69 uint8_t mask_len, bool user);
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/
Dwlan_pmo_obj_mgmt_public_struct.h194 uint8_t mask_len, bool user);
Dwlan_pmo_tgt_api.h154 uint8_t mask_len, bool user);