Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl1251/
H A Dacx.c456 struct acx_beacon_filter_option *beacon_filter; in wl1251_acx_beacon_filter_opt() local
461 beacon_filter = kzalloc_obj(*beacon_filter); in wl1251_acx_beacon_filter_opt()
462 if (!beacon_filter) in wl1251_acx_beacon_filter_opt()
465 beacon_filter->enable = enable_filter; in wl1251_acx_beacon_filter_opt()
466 beacon_filter->max_num_beacons = 0; in wl1251_acx_beacon_filter_opt()
469 beacon_filter, sizeof(*beacon_filter)); in wl1251_acx_beacon_filter_opt()
476 kfree(beacon_filter); in wl1251_acx_beacon_filter_opt()
/linux/drivers/net/wireless/ti/wlcore/
H A Dacx.c343 struct acx_beacon_filter_option *beacon_filter = NULL; in wl1271_acx_beacon_filter_opt() local
353 beacon_filter = kzalloc_obj(*beacon_filter); 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/
H A Dacx.h192 u32 beacon_filter; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dnotif.c368 DEFINE_SIMPLE_CANCELLATION(beacon_filter, iwl_beacon_filter_notif, link_id)