Home | History | Annotate | Download | only in drivers

Lines Matching defs:bp

1578 	unsigned char *bp = buf;
1591 bp = malloc(len);
1592 if (bp == NULL) {
1598 eth = (struct l2_ethhdr *) bp;
1604 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL", bp, len);
1606 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len);
1608 if (bp != buf)
1609 free(bp);