Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/hostapd/
HDctrl_iface.c2407 hapd->iface->interfaces->ctrl_iface_group && in hostapd_ctrl_iface_init()
2409 hapd->iface->interfaces->ctrl_iface_group) < 0) { in hostapd_ctrl_iface_init()
2490 hapd->iface->interfaces->ctrl_iface_group && in hostapd_ctrl_iface_init()
2491 chown(fname, -1, hapd->iface->interfaces->ctrl_iface_group) < 0) { in hostapd_ctrl_iface_init()
3019 } else if (interface->ctrl_iface_group && in hostapd_global_ctrl_iface_init()
3021 interface->ctrl_iface_group) < 0) { in hostapd_global_ctrl_iface_init()
3078 if (interface->ctrl_iface_group && in hostapd_global_ctrl_iface_init()
3079 chown(fname, -1, interface->ctrl_iface_group) < 0) { in hostapd_global_ctrl_iface_init()
HDmain.c510 interfaces->ctrl_iface_group = grp->gr_gid; in hostapd_get_ctrl_iface_group()
/NextBSD/contrib/wpa/src/ap/
HDhostapd.h48 gid_t ctrl_iface_group; member