Home
last modified time | relevance | path

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

/openbsd/usr.sbin/hostapd/
H A Dprivsep.c117 cfg->c_flags &= ~HOSTAPD_CFG_F_PRIV; in hostapd_priv_init()
144 cfg->c_flags |= HOSTAPD_CFG_F_PRIV; in hostapd_priv_init()
H A Dhostapd.c321 if (cfg->c_flags & HOSTAPD_CFG_F_PRIV && in hostapd_cleanup()
342 if ((cfg->c_flags & HOSTAPD_CFG_F_PRIV) == 0 && in hostapd_cleanup()
H A Dhostapd.h342 #define HOSTAPD_CFG_F_PRIV 0x40 macro
H A Dapme.c212 if (cfg->c_flags & HOSTAPD_CFG_F_PRIV) in hostapd_apme_term()