Lines Matching defs:bp
1580 unsigned char *bp = buf;1593 bp = malloc(len);1594 if (bp == NULL) {1600 eth = (struct l2_ethhdr *) bp;1606 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);1608 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);1610 if (bp != buf)1611 free(bp);