Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wl1251/
Dacx.c465 struct acx_beacon_filter_option *beacon_filter; in wl1251_acx_beacon_filter_opt() local
470 beacon_filter = kzalloc(sizeof(*beacon_filter), GFP_KERNEL); in wl1251_acx_beacon_filter_opt()
471 if (!beacon_filter) in wl1251_acx_beacon_filter_opt()
474 beacon_filter->enable = enable_filter; in wl1251_acx_beacon_filter_opt()
475 beacon_filter->max_num_beacons = 0; in wl1251_acx_beacon_filter_opt()
478 beacon_filter, sizeof(*beacon_filter)); in wl1251_acx_beacon_filter_opt()
485 kfree(beacon_filter); in wl1251_acx_beacon_filter_opt()
/drivers/net/wireless/ti/wlcore/
Dacx.c358 struct acx_beacon_filter_option *beacon_filter = NULL; in wl1271_acx_beacon_filter_opt() local
368 beacon_filter = kzalloc(sizeof(*beacon_filter), GFP_KERNEL); in wl1271_acx_beacon_filter_opt()
369 if (!beacon_filter) { in wl1271_acx_beacon_filter_opt()
374 beacon_filter->role_id = wlvif->role_id; in wl1271_acx_beacon_filter_opt()
375 beacon_filter->enable = enable_filter; in wl1271_acx_beacon_filter_opt()
381 beacon_filter->max_num_beacons = 0; in wl1271_acx_beacon_filter_opt()
384 beacon_filter, sizeof(*beacon_filter)); in wl1271_acx_beacon_filter_opt()
391 kfree(beacon_filter); in wl1271_acx_beacon_filter_opt()
/drivers/net/wireless/ti/wl18xx/
Ddebugfs.c129 WL18XX_DEBUGFS_FWSTATS_FILE(rx_filter, beacon_filter, "%u");
353 DEBUGFS_FWSTATS_ADD(rx_filter, beacon_filter); in wl18xx_debugfs_add_files()
Dacx.h211 u32 beacon_filter; member