Home | History | Annotate | Download | only in ap

Lines Matching defs:hapd

35 	struct hostapd_data *hapd = ctx;
96 sta = ap_get_sta(hapd, b->hw_addr);
113 hostapd_drv_br_delete_ip_neigh(hapd, 4,
117 res = hostapd_drv_br_add_ip_neigh(hapd, 4, (u8 *) &b->your_ip,
128 if (hapd->conf->disable_dgaf && is_broadcast_ether_addr(buf)) {
129 for (sta = hapd->sta_list; sta; sta = sta->next) {
132 x_snoop_mcast_to_ucast_convert_send(hapd, sta,
139 int dhcp_snoop_init(struct hostapd_data *hapd)
141 hapd->sock_dhcp = x_snoop_get_l2_packet(hapd, handle_dhcp,
143 if (hapd->sock_dhcp == NULL) {
154 void dhcp_snoop_deinit(struct hostapd_data *hapd)
156 l2_packet_deinit(hapd->sock_dhcp);