]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
OWE: Remove forgotten developer debug prints
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 11 Oct 2017 20:43:59 +0000 (23:43 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 11 Oct 2017 20:43:59 +0000 (23:43 +0300)
These were used during initial implementation testing and were not
supposed to get committed.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/hostapd.c

index 3ab2e0cee5dbd00d02f6beb23012a8116d15dbda..990b42ca2f7355091584ec3d386e29809454a556 100644 (file)
@@ -1744,15 +1744,9 @@ static int hostapd_owe_iface_iter2(struct hostapd_iface *iface, void *ctx)
                struct hostapd_data *bss = iface->bss[i];
                int res;
 
-               wpa_printf(MSG_DEBUG, "JKM:%s:iface=%s trans_ifname=%s",
-                          __func__, bss->conf->iface,
-                          bss->conf->owe_transition_ifname);
                if (!bss->conf->owe_transition_ifname[0])
                        continue;
                res = hostapd_owe_trans_get_info(bss);
-               wpa_printf(MSG_DEBUG, "JKM:%s:iface=%s trans_ifname=%s res=%d",
-                          __func__, bss->conf->iface,
-                          bss->conf->owe_transition_ifname, res);
                if (res == 0)
                        continue;
                wpa_printf(MSG_DEBUG,