| /device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
| H A D | app_promis.c | 43 hi_wifi_ptype_filter filter = {0}; in hi_promis_start() local 45 filter.mdata_en = 1; in hi_promis_start() 46 filter.udata_en = 1; in hi_promis_start() 47 filter.mmngt_en = 1; in hi_promis_start() 48 filter.umngt_en = 1; in hi_promis_start() 52 ret = hi_wifi_promis_enable(ifname, 1, &filter); in hi_promis_start() 67 hi_wifi_ptype_filter filter = {0}; in hi_promis_stop() local 69 ret = hi_wifi_promis_enable(ifname, 0, &filter); in hi_promis_stop()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| H A D | option.h | 72 * option filter. COAP_OPT_FILTER_SHORT + COAP_OPT_FILTER_LONG must be 80 * option filter. COAP_OPT_FILTER_SHORT + COAP_OPT_FILTER_LONG must be 121 /** Pre-defined filter that includes all options. */ 125 * Clears filter @p f. 127 * @param f The filter to clear. 135 * Sets the corresponding entry for @p type in @p filter. This 137 * the given type does not fit in the filter). 139 * @param filter The filter object to change. 144 int coap_option_filter_set(coap_opt_filter_t filter, uint16_ 183 coap_option_setb(coap_opt_filter_t filter, uint16_t type) coap_option_setb() argument 200 coap_option_clrb(coap_opt_filter_t filter, uint16_t type) coap_option_clrb() argument 217 coap_option_getb(coap_opt_filter_t filter, uint16_t type) coap_option_getb() argument 243 coap_opt_filter_t filter; /**< option filter */ global() member [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | bcmbloom.c | 3 * Bloom filter support 57 uint8 *filter; /* can be NULL for validate only */ member 92 bp->filter = (*alloc_cb)(cb_ctx, filter_size); in bcm_bloom_create() 93 if (!bp->filter) { in bcm_bloom_create() 98 memset(bp->filter, 0, filter_size); in bcm_bloom_create() 122 if (bp->filter) in bcm_bloom_destroy() 123 (*free_cb)(bp->cb_ctx, bp->filter, bp->filter_size); in bcm_bloom_destroy() 179 if (!bp->filter) /* every one is a member of empty filter */ in bcm_bloom_is_member() 182 buf = bp->filter; in bcm_bloom_is_member() [all...] |
| H A D | Makefile | 113 #DHDCFLAGS :=$(filter-out -DENABLE_INSMOD_NO_FW_LOAD,$(DHDCFLAGS)) 116 DHDCFLAGS :=$(filter-out -DENABLE_INSMOD_NO_FW_LOAD,$(DHDCFLAGS)) 135 DHDCFLAGS := $(filter-out -DBCMDMA32,$(DHDCFLAGS)) 173 DHDCFLAGS :=$(filter-out -DDHD_FW_COREDUMP,$(DHDCFLAGS)) 174 DHDCFLAGS :=$(filter-out -DWL_STATIC_IF,$(DHDCFLAGS)) 178 DHDCFLAGS :=$(filter-out -DDHD_FW_COREDUMP,$(DHDCFLAGS)) 179 DHDCFLAGS :=$(filter-out -DDHD_LOG_DUMP,$(DHDCFLAGS)) 194 DHDCFLAGS :=$(filter-out -DSDTEST,$(DHDCFLAGS))
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| H A D | bcmbloom.h | 3 * Bloom filter support 48 /* create/allocate a bloom filter. filter size can be 0 for validate only filters */ 53 /* destroy bloom filter */ 56 /* add a hash function to filter, return an index */ 57 int bcm_bloom_add_hash(bcm_bloom_filter_t *filter, bcm_bloom_hash_t hash, uint *idx); 59 /* remove the hash function at index from filter */ 60 int bcm_bloom_remove_hash(bcm_bloom_filter_t *filter, uint idx); 62 /* check if given tag is member of the filter. If buf is NULL and/or buf_len is 0 66 bool bcm_bloom_is_member(bcm_bloom_filter_t *filter, [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/ |
| H A D | Makefile | 27 OBJ_SRCS := $(filter %.c, $(SRC_FILES)) 28 ASM_SRCS := $(filter %.S, $(SRC_FILES)) 34 OBJ_SRCS := $(filter-out %/ethernetif.c, $(OBJ_SRCS))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/ |
| H A D | Makefile | 14 OBJ_SRCS := $(filter %.c, $(SRC_FILES)) 15 ASM_SRCS := $(filter %.S, $(SRC_FILES)) 21 OBJ_SRCS := $(filter-out %/ethernetif.c, $(OBJ_SRCS))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/ |
| H A D | Makefile | 14 OBJ_SRCS := $(filter %.c, $(SRC_FILES)) 15 ASM_SRCS := $(filter %.S, $(SRC_FILES)) 21 OBJ_SRCS := $(filter-out %/ethernetif.c, $(OBJ_SRCS))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/ |
| H A D | module.mk | 14 OBJ_SRCS := $(filter %.c, $(SRC_FILES)) 15 ASM_SRCS := $(filter %.S, $(SRC_FILES)) 21 OBJ_SRCS := $(filter-out %/ethernetif.c, $(OBJ_SRCS))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/ |
| H A D | Makefile | 14 OBJ_SRCS := $(filter %.c, $(SRC_FILES)) 15 ASM_SRCS := $(filter %.S, $(SRC_FILES)) 21 OBJ_SRCS := $(filter-out %/ethernetif.c, $(OBJ_SRCS))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/hilink/ |
| H A D | Makefile | 14 OBJ_SRCS := $(filter %.c, $(SRC_FILES)) 15 ASM_SRCS := $(filter %.S, $(SRC_FILES)) 21 OBJ_SRCS := $(filter-out %/ethernetif.c, $(OBJ_SRCS))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/ |
| H A D | Makefile | 14 OBJ_SRCS := $(filter %.c, $(SRC_FILES)) 15 ASM_SRCS := $(filter %.S, $(SRC_FILES)) 21 OBJ_SRCS := $(filter-out %/ethernetif.c, $(OBJ_SRCS))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| H A D | filter.h | 28 * Description: declaration for socket filter 47 /* @brief Defines codes of socket filter. */ 57 u16_t len; /* the length of the filter array */ 58 struct sock_filter *filter; /* pointer of socket filter codes */ member 125 u32_t sock_run_filter(struct pbuf *pbuf, struct sock_filter *filter, u16_t flen); 128 s32_t sock_check_filter(struct sock_filter *filter, int len);
|
| H A D | debug.h | 218 void debug_socket_info(int idx, int filter, int expend);
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
| H A D | wal_cfg80211_apt.c | 864 hi_u8 filter; in hwal_send_others_bss_data() local 882 filter = hwal_get_promis_filter(); in hwal_send_others_bss_data() 883 if ((filter == 0x3) || (filter == 0x2) || (filter == 0x1)) { /* 数据帧 0011 0x3 0x2 0x1 */ in hwal_send_others_bss_data() 888 if ((filter == 0xC) || (filter == 0x8) || (filter == 0x4)) { /* 管理帧 1100 0xC 0x8 0x4 */ in hwal_send_others_bss_data() 893 if ((filter == 0x2) || (filter in hwal_send_others_bss_data() [all...] |
| /device/soc/rockchip/common/sdk_linux/ |
| H A D | Makefile | 14 $(if $(filter __%, $(MAKECMDGOALS)), \ 97 ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) 165 ifneq ($(filter 3.%,$(MAKE_VERSION)),) 180 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make 278 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),) 279 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),) 284 ifneq ($(filter $(no-sync-config-targets), $(MAKECMDGOALS)),) 285 ifeq ($(filter-out $(no-sync-config-targets), $(MAKECMDGOALS)),) 295 ifneq ($(filter %config,$(MAKECMDGOALS)),) 304 ifneq ($(filter [all...] |
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| H A D | hmac_rx_filter.c | 341 hi_u32 filter = hwal_get_promis_filter(); in hmac_send_rx_filter_event() local 342 if ((filter & 0x1) == HI_TRUE) { /* bit 0 :上报组播(广播)数据帧使能标志 */ in hmac_send_rx_filter_event() 345 if (((filter >> 1) & 0x1) == HI_TRUE) { /* bit 1 :上报单播数据包使能标志 */ in hmac_send_rx_filter_event() 348 if (((filter >> 2) & 0x1) == HI_TRUE) { /* bit 2 :上报组播(广播)管理帧使能标志 */ in hmac_send_rx_filter_event() 351 if (((filter >> 3) & 0x1) == HI_TRUE) { /* bit 3 :上报单播管理帧使能标志 */ in hmac_send_rx_filter_event()
|
| /device/board/hihope/rk3568/wifi/bcmdhd_wifi6/ |
| H A D | Makefile | 156 #DHDCFLAGS :=$(filter-out -DENABLE_INSMOD_NO_FW_LOAD,$(DHDCFLAGS)) 159 DHDCFLAGS :=$(filter-out -DENABLE_INSMOD_NO_FW_LOAD,$(DHDCFLAGS)) 178 DHDCFLAGS := $(filter-out -DBCMDMA32,$(DHDCFLAGS)) 216 DHDCFLAGS :=$(filter-out -DDHD_FW_COREDUMP,$(DHDCFLAGS)) 217 DHDCFLAGS :=$(filter-out -DWL_STATIC_IF,$(DHDCFLAGS)) 221 DHDCFLAGS :=$(filter-out -DDHD_FW_COREDUMP,$(DHDCFLAGS)) 222 DHDCFLAGS :=$(filter-out -DDHD_LOG_DUMP,$(DHDCFLAGS)) 237 DHDCFLAGS :=$(filter-out -DSDTEST,$(DHDCFLAGS))
|
| /device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
| H A D | library.mak | 3 ifeq (,$(filter %clean config,$(MAKECMDGOALS))) 37 $$(LD) $(LDFLAGS) $(LDEXEFLAGS) $$(LD_O) $$(filter %.o,$$^) $$(THISLIB) $(FFEXTRALIBS) $$(EXTRALIBS-$$(*F)) $$(ELIBS) 52 $$(LD) $(SHFLAGS) $(LDFLAGS) $(LDSOFLAGS) $$(LD_O) $$(filter %.o,$$^) $(FFEXTRALIBS)
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | Makefile | 203 $(if $(filter y m,$(value $(value config))), \ 216 $(if $(filter y m,$(value $(value config))), \
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/ |
| H A D | Makefile | 17 OBJ_SRCS = $(filter %.c, $(SRC_FILES)) 18 ASM_SRCS = $(filter %.S, $(SRC_FILES))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/ |
| H A D | Makefile | 17 OBJ_SRCS = $(filter %.c, $(SRC_FILES)) 18 ASM_SRCS = $(filter %.S, $(SRC_FILES))
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/ |
| H A D | Makefile | 17 OBJ_SRCS = $(filter %.c, $(SRC_FILES)) 18 ASM_SRCS = $(filter %.S, $(SRC_FILES))
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/ |
| H A D | Makefile | 42 ifneq ($(filter $(HI_SUBARCH), hi3569v100 hi3568v100), )
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/mbedtls_prepare/ |
| H A D | Makefile | 61 ifneq ($(filter $(HI_SUBARCH), hi3569v100 hi3568v100), )
|