Home
last modified time | relevance | path

Searched refs:multi_ap_backhaul_ssid (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c1271 hapd->conf->multi_ap_backhaul_ssid.ssid_len) { in hostapd_init_wps()
1273 hapd->conf->multi_ap_backhaul_ssid.ssid_len; in hostapd_init_wps()
1274 cfg.multi_ap_backhaul_ssid = in hostapd_init_wps()
1275 hapd->conf->multi_ap_backhaul_ssid.ssid; in hostapd_init_wps()
1277 if (conf->multi_ap_backhaul_ssid.wpa_passphrase) { in hostapd_init_wps()
1279 conf->multi_ap_backhaul_ssid.wpa_passphrase; in hostapd_init_wps()
1281 os_strlen(conf->multi_ap_backhaul_ssid.wpa_passphrase); in hostapd_init_wps()
1282 } else if (conf->multi_ap_backhaul_ssid.wpa_psk) { in hostapd_init_wps()
1288 conf->multi_ap_backhaul_ssid.wpa_psk->psk, in hostapd_init_wps()
1396 !conf->multi_ap_backhaul_ssid.ssid_len) in hostapd_wps_update_multi_ap()
[all …]
H A Dap_config.c886 hostapd_config_clear_wpa_psk(&conf->multi_ap_backhaul_ssid.wpa_psk); in hostapd_config_free_bss()
887 str_clear_free(conf->multi_ap_backhaul_ssid.wpa_passphrase); in hostapd_config_free_bss()
H A Dap_config.h515 struct hostapd_ssid multi_ap_backhaul_ssid; member
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4018 os_memcpy(bss->multi_ap_backhaul_ssid.ssid, str, slen); in hostapd_config_fill()
4019 bss->multi_ap_backhaul_ssid.ssid_len = slen; in hostapd_config_fill()
4020 bss->multi_ap_backhaul_ssid.ssid_set = 1; in hostapd_config_fill()
4031 os_free(bss->multi_ap_backhaul_ssid.wpa_passphrase); in hostapd_config_fill()
4032 bss->multi_ap_backhaul_ssid.wpa_passphrase = os_strdup(pos); in hostapd_config_fill()
4033 if (bss->multi_ap_backhaul_ssid.wpa_passphrase) { in hostapd_config_fill()
4035 &bss->multi_ap_backhaul_ssid.wpa_psk); in hostapd_config_fill()
4036 bss->multi_ap_backhaul_ssid.wpa_passphrase_set = 1; in hostapd_config_fill()
4040 &bss->multi_ap_backhaul_ssid.wpa_psk); in hostapd_config_fill()
4041 bss->multi_ap_backhaul_ssid.wpa_psk = in hostapd_config_fill()
[all …]
H A DREADME-MULTI-AP118 To support this, hostapd has the 'multi_ap_backhaul_ssid',
139 and multi_ap_backhaul_ssid and either multi_ap_backhaul_wpa_psk or
H A Dctrl_iface.c1036 struct hostapd_ssid *ssid = &hapd->conf->multi_ap_backhaul_ssid; in hostapd_ctrl_iface_get_config()
/freebsd/contrib/wpa/src/wps/
H A Dwps.h423 const u8 *multi_ap_backhaul_ssid; member
886 const u8 *multi_ap_backhaul_ssid,
H A Dwps_registrar.c201 u8 multi_ap_backhaul_ssid[SSID_MAX_LEN]; member
701 if (cfg->multi_ap_backhaul_ssid) { in wps_registrar_init()
702 os_memcpy(reg->multi_ap_backhaul_ssid, in wps_registrar_init()
703 cfg->multi_ap_backhaul_ssid, in wps_registrar_init()
1638 os_memcpy(wps->cred.ssid, reg->multi_ap_backhaul_ssid, in wps_build_cred()
3662 const u8 *multi_ap_backhaul_ssid, in wps_registrar_update_multi_ap() argument
3667 if (multi_ap_backhaul_ssid) { in wps_registrar_update_multi_ap()
3668 os_memcpy(reg->multi_ap_backhaul_ssid, in wps_registrar_update_multi_ap()
3669 multi_ap_backhaul_ssid, multi_ap_backhaul_ssid_len); in wps_registrar_update_multi_ap()