Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3199 mwifiex_is_pattern_supported(struct cfg80211_pkt_pattern *pat, s8 *byte_seq, in mwifiex_is_pattern_supported() argument
3208 memcpy(byte_seq + valid_byte_cnt, in mwifiex_is_pattern_supported()
3229 byte_seq[max_byte_seq] = valid_byte_cnt; in mwifiex_is_pattern_supported()
3266 memcpy(mef_entry->filter[filt_num].byte_seq, in mwifiex_set_auto_arp_mef_entry()
3269 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_set_auto_arp_mef_entry()
3281 mef_entry->filter[filt_num].byte_seq[0] = 0x08; in mwifiex_set_auto_arp_mef_entry()
3282 mef_entry->filter[filt_num].byte_seq[1] = 0x06; in mwifiex_set_auto_arp_mef_entry()
3283 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = 2; in mwifiex_set_auto_arp_mef_entry()
3296 u8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1]; in mwifiex_set_wowlan_mef_entry() local
3304 memset(byte_seq, 0, sizeof(byte_seq)); in mwifiex_set_wowlan_mef_entry()
[all …]
H A Dioctl.h410 s8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1]; member
H A Dsta_cmd.c1397 byte_len = filter->byte_seq[MWIFIEX_MEF_MAX_BYTESEQ]; in mwifiex_cmd_append_rpn_expression()
1398 memcpy(stack_ptr, filter->byte_seq, byte_len); in mwifiex_cmd_append_rpn_expression()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_cfg80211.c1792 woal_is_pattern_supported(struct cfg80211_pkt_pattern *pat, t_u8 *byte_seq, in woal_is_pattern_supported() argument
1801 memcpy(byte_seq + valid_byte_cnt, in woal_is_pattern_supported()
1816 byte_seq[max_byte_seq] = valid_byte_cnt; in woal_is_pattern_supported()
1829 woal_get_coalesce_pkt_type(t_u8 *byte_seq) in woal_get_coalesce_pkt_type() argument
1835 if ((byte_seq[0] & 0x01) && (byte_seq[COALESCE_MAX_BYTESEQ] == 1)) in woal_get_coalesce_pkt_type()
1837 else if (!memcmp(byte_seq, bc_mac, 4)) in woal_get_coalesce_pkt_type()
1839 else if ((!memcmp(byte_seq, ipv4_mc_mac, 2) && in woal_get_coalesce_pkt_type()
1840 byte_seq[COALESCE_MAX_BYTESEQ] == 2) || in woal_get_coalesce_pkt_type()
1841 (!memcmp(byte_seq, ipv6_mc_mac, 3) && in woal_get_coalesce_pkt_type()
1842 byte_seq[COALESCE_MAX_BYTESEQ] == 3)) in woal_get_coalesce_pkt_type()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.c2022 t_u8 *byte_seq, t_u8 max_byte_seq) in woal_is_pattern_supported() argument
2030 moal_memcpy_ext(NULL, byte_seq + valid_byte_cnt, in woal_is_pattern_supported()
2047 byte_seq[max_byte_seq] = valid_byte_cnt; in woal_is_pattern_supported()
2052 static int woal_get_coalesce_pkt_type(t_u8 *byte_seq) in woal_get_coalesce_pkt_type() argument
2058 if ((byte_seq[0] & 0x01) && (byte_seq[COALESCE_MAX_BYTESEQ] == 1)) in woal_get_coalesce_pkt_type()
2060 else if (!memcmp(byte_seq, bc_mac, 4)) in woal_get_coalesce_pkt_type()
2062 else if ((!memcmp(byte_seq, ipv4_mc_mac, 2) && in woal_get_coalesce_pkt_type()
2063 byte_seq[COALESCE_MAX_BYTESEQ] == 2) || in woal_get_coalesce_pkt_type()
2064 (!memcmp(byte_seq, ipv6_mc_mac, 3) && in woal_get_coalesce_pkt_type()
2065 byte_seq[COALESCE_MAX_BYTESEQ] == 3)) in woal_get_coalesce_pkt_type()
[all …]
H A Dmoal_sta_cfg80211.c6708 s8 *byte_seq) in is_wowlan_pattern_supported() argument
6717 byte_seq + valid_byte_cnt, in is_wowlan_pattern_supported()
6732 byte_seq[MAX_NUM_BYTE_SEQ] = valid_byte_cnt; in is_wowlan_pattern_supported()
6757 t_u8 byte_seq[MAX_NUM_BYTE_SEQ + 1]; in woal_cfg80211_suspend() local
6814 memset(byte_seq, 0, sizeof(byte_seq)); in woal_cfg80211_suspend()
6816 byte_seq)) { in woal_cfg80211_suspend()
6825 if (!(byte_seq[0] & 0x01) && in woal_cfg80211_suspend()
6826 (byte_seq[MAX_NUM_BYTE_SEQ] == 1)) { in woal_cfg80211_suspend()
6829 } else if (is_broadcast_ether_addr(byte_seq)) { in woal_cfg80211_suspend()
6832 } else if ((!memcmp(byte_seq, ipv4_mc_mac, 2) && in woal_cfg80211_suspend()
[all …]
H A Dmoal_ioctl.c2897 moal_memcpy_ext(handle, filter->byte_seq, "\x08\x00", 2, in woal_set_wake_on_mdns()
2898 sizeof(filter->byte_seq)); in woal_set_wake_on_mdns()
2908 moal_memcpy_ext(handle, filter->byte_seq, "\xe0\x00\x00\xfb", 4, in woal_set_wake_on_mdns()
2909 sizeof(filter->byte_seq)); in woal_set_wake_on_mdns()
2989 moal_memcpy_ext(handle, filter->byte_seq, "\x86\xdd", 2, in woal_set_ipv6_ns_offload()
2990 sizeof(filter->byte_seq)); in woal_set_ipv6_ns_offload()
3000 moal_memcpy_ext(handle, filter->byte_seq, "\x87", 1, in woal_set_ipv6_ns_offload()
3001 sizeof(filter->byte_seq)); in woal_set_ipv6_ns_offload()
3148 moal_memcpy_ext(handle, filter->byte_seq, "\x08\x06", 2, in woal_set_auto_arp_ext()
3149 sizeof(filter->byte_seq)); in woal_set_auto_arp_ext()
[all …]
H A Dmlan_ioctl.h5248 t_u8 byte_seq[MAX_NUM_BYTE_SEQ]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_ioctl.h5248 t_u8 byte_seq[MAX_NUM_BYTE_SEQ]; member
H A Dmlan_misc.c5303 memcpy_ext(pmadapter, &op.val[1], filter->byte_seq, in push_filter_byte_eq()
5366 memcpy_ext(pmadapter, &op.val[1], filter->byte_seq, in push_filter_bit_eq()