Searched refs:WOWL_MAX_PTRNS_ALLOWED (Results 1 – 3 of 3) sorted by relevance
40 static char *g_hdd_wowl_ptrns[WOWL_MAX_PTRNS_ALLOWED];41 static bool g_hdd_wowl_ptrns_debugfs[WOWL_MAX_PTRNS_ALLOWED] = { 0 };342 if (pattern_idx > (WOWL_MAX_PTRNS_ALLOWED - 1)) { in hdd_add_wowl_ptrn_debugfs()344 pattern_idx, WOWL_MAX_PTRNS_ALLOWED - 1); in hdd_add_wowl_ptrn_debugfs()454 if (pattern_idx > (WOWL_MAX_PTRNS_ALLOWED - 1)) { in hdd_del_wowl_ptrn_debugfs()456 pattern_idx, WOWL_MAX_PTRNS_ALLOWED - 1); in hdd_del_wowl_ptrn_debugfs()492 for (i = 0; i < WOWL_MAX_PTRNS_ALLOWED; ++i) { in hdd_free_user_wowl_ptrns()
1259 .n_patterns = WOWL_MAX_PTRNS_ALLOWED,21859 wiphy->wowlan.n_patterns = WOWL_MAX_PTRNS_ALLOWED; in wlan_hdd_cfg80211_init()
102 #define WOWL_MAX_PTRNS_ALLOWED PMO_WOW_FILTERS_MAX macro