Home
last modified time | relevance | path

Searched refs:scan_cb (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_scn.c25 ASN1_SCTX *ASN1_SCTX_new(int (*scan_cb) (ASN1_SCTX *ctx)) in ASN1_SCTX_new()
33 ret->scan_cb = scan_cb; in ASN1_SCTX_new()
H A Dasn1_local.h38 int (*scan_cb) (ASN1_SCTX *ctx); member
/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c348 iface->scan_cb = NULL; in ieee80211n_check_scan()
529 iface->scan_cb = ieee80211n_check_scan; in ap_ht40_scan_retry()
591 iface->scan_cb = ieee80211n_check_scan; in ieee80211n_check_40mhz()
H A Dacs.c1330 iface->scan_cb = NULL; in acs_scan_complete()
1468 iface->scan_cb = acs_scan_complete; in acs_request_scan()
H A Ddrv_callbacks.c2449 if (hapd->iface->scan_cb) in wpa_supplicant_event()
2450 hapd->iface->scan_cb(hapd->iface); in wpa_supplicant_event()
2452 if (!hapd->iface->scan_cb && hapd->conf->mld_ap) { in wpa_supplicant_event()
2462 h_hapd->iface->scan_cb) in wpa_supplicant_event()
2463 h_hapd->iface->scan_cb(h_hapd->iface); in wpa_supplicant_event()
H A Dhostapd.h688 void (*scan_cb)(struct hostapd_iface *iface); member
H A Ddpp_hostapd.c3762 hapd->iface->scan_cb = in hostapd_dpp_chirp_next()
3881 if (hapd->iface->scan_cb == hostapd_dpp_chirp_scan_res_handler) { in hostapd_dpp_chirp_stop()
3883 hapd->iface->scan_cb = NULL; in hostapd_dpp_chirp_stop()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h1078 ASN1_SCTX *ASN1_SCTX_new(int (*scan_cb) (ASN1_SCTX *ctx));
H A Dasn1.h.in911 ASN1_SCTX *ASN1_SCTX_new(int (*scan_cb) (ASN1_SCTX *ctx));
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c2520 if (wpa_s->ap_iface->scan_cb) in _wpa_supplicant_event_scan_results()
2521 wpa_s->ap_iface->scan_cb(wpa_s->ap_iface); in _wpa_supplicant_event_scan_results()