Home
last modified time | relevance | path

Searched refs:beacon_filter (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ti/wl1251/
A Dacx.c463 struct acx_beacon_filter_option *beacon_filter; in wl1251_acx_beacon_filter_opt() local
468 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()
/linux/drivers/net/wireless/ti/wlcore/
A Dacx.c343 struct acx_beacon_filter_option *beacon_filter = NULL; in wl1271_acx_beacon_filter_opt() local
353 beacon_filter = kzalloc(sizeof(*beacon_filter), GFP_KERNEL); in wl1271_acx_beacon_filter_opt()
354 if (!beacon_filter) { in wl1271_acx_beacon_filter_opt()
359 beacon_filter->role_id = wlvif->role_id; in wl1271_acx_beacon_filter_opt()
360 beacon_filter->enable = enable_filter; in wl1271_acx_beacon_filter_opt()
366 beacon_filter->max_num_beacons = 0; in wl1271_acx_beacon_filter_opt()
369 beacon_filter, sizeof(*beacon_filter)); in wl1271_acx_beacon_filter_opt()
376 kfree(beacon_filter); in wl1271_acx_beacon_filter_opt()
/linux/drivers/net/wireless/ti/wl18xx/
A Ddebugfs.c124 WL18XX_DEBUGFS_FWSTATS_FILE(rx_filter, beacon_filter, "%u");
513 DEBUGFS_FWSTATS_ADD(rx_filter, beacon_filter); in wl18xx_debugfs_add_files()
A Dacx.h192 u32 beacon_filter; member

Completed in 14 milliseconds