Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dioctl.h372 #define MWIFIEX_MEF_MAX_BYTESEQ 6 /* non-adjustable */ macro
378 s8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1];
Dcfg80211.c2377 u8 byte_seq[MWIFIEX_MEF_MAX_BYTESEQ + 1]; in mwifiex_cfg80211_suspend()
2408 MWIFIEX_MEF_MAX_BYTESEQ)) { in mwifiex_cfg80211_suspend()
2416 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 1)) { in mwifiex_cfg80211_suspend()
2423 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 2)) || in mwifiex_cfg80211_suspend()
2425 (byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] == 3))) { in mwifiex_cfg80211_suspend()
2451 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_cfg80211_suspend()
2462 mef_entry->filter[filt_num].byte_seq[MWIFIEX_MEF_MAX_BYTESEQ] = in mwifiex_cfg80211_suspend()
Dsta_cmd.c1334 byte_len = filter->byte_seq[MWIFIEX_MEF_MAX_BYTESEQ]; in mwifiex_cmd_append_rpn_expression()