Home
last modified time | relevance | path

Searched refs:match_security_func (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
H A Dwlan_scan_filter.c997 if (!filter->ignore_auth_enc_type && !filter->match_security_func && in scm_filter_match()
1004 if (filter->match_security_func && in scm_filter_match()
1005 !filter->match_security_func(filter->match_security_func_arg, in scm_filter_match()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_public_structs.h801 bool (*match_security_func)(void *, struct scan_cache_entry *); member