Searched refs:mask_len (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_wowl.c | 339 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/ |
D | target_if_pmo_wow.c | 102 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/ |
D | wlan_pmo_tgt_wow.c | 93 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/ |
D | wmi_unified_pmo_api.c | 67 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()
|
D | wmi_unified_pmo_tlv.c | 180 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/ |
D | wmi_unified_pmo_api.h | 90 uint8_t mask_len, bool user,
|
D | wmi_unified_priv.h | 1028 uint8_t mask_len, bool user,
|
/wlan-driver/qcacld-3.0/components/target_if/pmo/inc/ |
D | target_if_pmo.h | 69 uint8_t mask_len, bool user);
|
/wlan-driver/qcacld-3.0/components/pmo/dispatcher/inc/ |
D | wlan_pmo_obj_mgmt_public_struct.h | 194 uint8_t mask_len, bool user);
|
D | wlan_pmo_tgt_api.h | 154 uint8_t mask_len, bool user);
|