Searched refs:hostapd_set_drv_ieee8021x (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.h | 34 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
|
H A D | ieee802_1x.c | 2601 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1)) in ieee802_1x_init() 2660 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0); in ieee802_1x_deinit()
|
H A D | ap_drv_ops.c | 342 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, in hostapd_set_drv_ieee8021x() function
|
H A D | hostapd.c | 161 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1); in hostapd_reload_bss() 163 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0); in hostapd_reload_bss()
|