Show mode=mesh in STATUS command

Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
This commit is contained in:
Saurav Babu 2016-09-21 19:55:26 +05:30 committed by Jouni Malinen
parent 0d7eba5417
commit cee0be7343

View file

@ -1886,6 +1886,10 @@ static int wpa_supplicant_ctrl_iface_status(struct wpa_supplicant *wpa_s,
"mode=P2P GO - group "
"formation\n");
break;
case WPAS_MODE_MESH:
ret = os_snprintf(pos, end - pos,
"mode=mesh\n");
break;
default:
ret = 0;
break;