Searched refs:beacon_filter (Results 1 – 4 of 4) sorted by relevance
463 struct acx_beacon_filter_option *beacon_filter; in wl1251_acx_beacon_filter_opt() local468 beacon_filter = kzalloc(sizeof(*beacon_filter), GFP_KERNEL); in wl1251_acx_beacon_filter_opt()469 if (!beacon_filter) in wl1251_acx_beacon_filter_opt()472 beacon_filter->enable = enable_filter; in wl1251_acx_beacon_filter_opt()473 beacon_filter->max_num_beacons = 0; in wl1251_acx_beacon_filter_opt()476 beacon_filter, sizeof(*beacon_filter)); in wl1251_acx_beacon_filter_opt()483 kfree(beacon_filter); in wl1251_acx_beacon_filter_opt()
357 struct acx_beacon_filter_option *beacon_filter = NULL; in wl1271_acx_beacon_filter_opt() local367 beacon_filter = kzalloc(sizeof(*beacon_filter), GFP_KERNEL); in wl1271_acx_beacon_filter_opt()368 if (!beacon_filter) { in wl1271_acx_beacon_filter_opt()373 beacon_filter->role_id = wlvif->role_id; in wl1271_acx_beacon_filter_opt()374 beacon_filter->enable = enable_filter; in wl1271_acx_beacon_filter_opt()380 beacon_filter->max_num_beacons = 0; in wl1271_acx_beacon_filter_opt()383 beacon_filter, sizeof(*beacon_filter)); in wl1271_acx_beacon_filter_opt()390 kfree(beacon_filter); in wl1271_acx_beacon_filter_opt()
138 WL18XX_DEBUGFS_FWSTATS_FILE(rx_filter, beacon_filter, "%u");537 DEBUGFS_FWSTATS_ADD(rx_filter, beacon_filter); in wl18xx_debugfs_add_files()
206 u32 beacon_filter; member