Home
last modified time | relevance | path

Searched refs:c_iapp (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Diapp.c48 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_iapp_init()
70 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_iapp_term()
86 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_iapp_add_notify()
137 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_iapp_radiotap()
193 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_iapp_input()
H A Droaming.c50 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_roaming_init()
88 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_roaming_term()
114 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_roaming()
149 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_roaming_addr()
208 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_roaming_rt()
H A Dparse.y148 hostapd_cfg.c_iapp.i_flags |= (HOSTAPD_IAPP_F_##_f); \
222 if (strlcpy(hostapd_cfg.c_iapp.i_iface, $4,
223 sizeof(hostapd_cfg.c_iapp.i_iface)) >=
224 sizeof(hostapd_cfg.c_iapp.i_iface)) {
240 if ((hostapd_cfg.c_iapp.i_addr_tbl =
250 if ((hostapd_cfg.c_iapp.i_route_tbl =
274 bcopy(&$2, &hostapd_cfg.c_iapp.i_multicast.sin_addr,
286 hostapd_cfg.c_iapp.i_addr.sin_port = htons($2);
297 hostapd_cfg.c_iapp.i_ttl = $2;
1800 cfg->c_iapp.i_flags = HOSTAPD_IAPP_F_DEFAULT; in hostapd_parse_file()
[all …]
H A Dllc.c46 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_llc_init()
75 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_llc_send_xid()
H A Dhostapd.c198 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_udp_init()
309 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_cleanup()
425 iapp = &cfg->c_iapp; in main()
H A Dapme.c81 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_apme_deauth()
343 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_apme_frame()
H A Dprivsep.c87 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_priv_init()
361 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_priv_apme_setnode()
H A Dhostapd.h329 struct hostapd_iapp c_iapp; member
H A Dhandle.c285 struct hostapd_iapp *iapp = &cfg->c_iapp; in hostapd_handle_action()