Home
last modified time | relevance | path

Searched refs:MWIFIEX_MEF_MAX_BYTESEQ (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Dioctl.h398 #define MWIFIEX_MEF_MAX_BYTESEQ 6 /* non-adjustable */ macro
404 s8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1];
Dcfg80211.c3345 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_set_auto_arp_mef_entry()
3359 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = 2; in mwifiex_set_auto_arp_mef_entry()
3372 u8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1]; in mwifiex_set_wowlan_mef_entry()
3383 MWIFIEX_MEF_MAX_BYTESEQ)) { in mwifiex_set_wowlan_mef_entry()
3391 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 1)) { in mwifiex_set_wowlan_mef_entry()
3398 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 2)) || in mwifiex_set_wowlan_mef_entry()
3400 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 3))) { in mwifiex_set_wowlan_mef_entry()
3427 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_set_wowlan_mef_entry()
3438 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_set_wowlan_mef_entry()
Dsta_cmd.c1390 byte_len = filter->byte_seq[MWIFIEX_MEF_MAX_BYTESEQ]; in mwifiex_cmd_append_rpn_expression()