Home | History | Annotate | Download | only in ap

Lines Matching defs:hex

1065 		char *hex = os_malloc(hex_len);
1067 if (hex) {
1068 wpa_snprintf_hex(hex, hex_len, rx_mgmt->frame,
1070 wpa_msg(hapd->msg_ctx, MSG_INFO, "MGMT-RX %s", hex);
1071 os_free(hex);