Home | History | Annotate | Download | only in hostapd

Lines Matching defs:hex

1170 		char hex[PMK_LEN * 2 + 1];
1171 wpa_snprintf_hex(hex, sizeof(hex),
1173 ret = os_snprintf(pos, end - pos, "psk=%s\n", hex);
2245 /* cmd: <vendor id> <subcommand id> [<hex formatted data>] */