Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/hostapd/
Diapp.c111 if (cfg->c_flags & HOSTAPD_CFG_F_BRDCAST) in hostapd_iapp_add_notify()
160 if (cfg->c_flags & HOSTAPD_CFG_F_BRDCAST) in hostapd_iapp_radiotap()
Dhostapd.c251 if (cfg->c_flags & HOSTAPD_CFG_F_BRDCAST) { in hostapd_udp_init()
322 (cfg->c_flags & HOSTAPD_CFG_F_BRDCAST) == 0) { in hostapd_cleanup()
Dhostapd.h341 #define HOSTAPD_CFG_F_BRDCAST 0x20 macro
Dparse.y263 hostapd_cfg.c_flags &= ~HOSTAPD_CFG_F_BRDCAST;
267 hostapd_cfg.c_flags |= HOSTAPD_CFG_F_BRDCAST;