Home
last modified time | relevance | path

Searched refs:bootstrap_methods (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h391 u16 bootstrap_methods; member
2795 void p2p_set_bootstrapmethods(struct p2p_data *p2p, int bootstrap_methods);
H A Dp2p.c3144 p2p->cfg->pairing_config.bootstrap_methods; in p2p_pairing_info_init()
5017 void p2p_set_bootstrapmethods(struct p2p_data *p2p, int bootstrap_methods) in p2p_set_bootstrapmethods() argument
5019 p2p_dbg(p2p, "Bootstraping methods: 0x%x", bootstrap_methods); in p2p_set_bootstrapmethods()
5020 p2p->cfg->pairing_config.bootstrap_methods = bootstrap_methods; in p2p_set_bootstrapmethods()
5022 p2p->pairing_info->supported_bootstrap = bootstrap_methods; in p2p_set_bootstrapmethods()
6158 p2p_buf_add_pbma(buf, p2p->cfg->pairing_config.bootstrap_methods, NULL, in p2p_usd_elems()
6228 dev->info.pairing_config.bootstrap_methods = in p2p_process_usd_elems()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3153 info->pairing_config.bootstrap_methods, in wpas_dev_found()
6069 p2p.pairing_config.bootstrap_methods = in wpas_p2p_init()