Lines Matching defs:add
19 * - add support for MOVE-notify and MOVE-response (this requires support for
21 * - add support for Send- and ACK-Security-Block to speedup IEEE 802.1X during
178 struct iapp_add_notify *add;
188 hdr->length = host_to_be16(sizeof(*hdr) + sizeof(*add));
190 add = (struct iapp_add_notify *) (hdr + 1);
191 add->addr_len = ETH_ALEN;
192 add->reserved = 0;
193 os_memcpy(add->mac_addr, mac_addr, ETH_ALEN);
195 add->seq_num = host_to_be16(seq_num);
201 if (sendto(iapp->udp_sock, buf, (char *) (add + 1) - buf, 0,
264 struct iapp_add_notify *add = (struct iapp_add_notify *) (hdr + 1);
267 if (len != sizeof(*add)) {
269 len, (unsigned long) sizeof(*add));
273 sta = ap_get_sta(iapp->hapd, add->mac_addr);
276 hostapd_logger(iapp->hapd, add->mac_addr, HOSTAPD_MODULE_IAPP,
279 be_to_host16(add->seq_num),
290 hostapd_logger(iapp->hapd, add->mac_addr, HOSTAPD_MODULE_IAPP,