Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dap_config.c871 os_free(conf->rxkh_file); in hostapd_config_free_bss()
872 conf->rxkh_file = NULL; in hostapd_config_free_bss()
H A Dap_config.h409 char *rxkh_file; member
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3262 os_free(bss->rxkh_file); in hostapd_config_fill()
3263 bss->rxkh_file = os_strdup(pos); in hostapd_config_fill()
3264 if (!bss->rxkh_file) { in hostapd_config_fill()
H A Dctrl_iface.c1537 err = hostapd_config_read_rxkh_file(conf, conf->rxkh_file); in hostapd_ctrl_iface_reload_rxkhs()