net: wifi: Fix typo in event
Wrong macro was copied, this causes the event to fail. Signed-off-by: Krishna T <krishna.t@nordicsemi.no>
This commit is contained in:
parent
fa973d1b7b
commit
b7cabb72fa
|
@ -390,7 +390,7 @@ void wifi_mgmt_raise_disconnect_complete_event(struct net_if *iface,
|
|||
.status = status,
|
||||
};
|
||||
|
||||
net_mgmt_event_notify_with_info(NET_EVENT_WIFI_CMD_DISCONNECT_COMPLETE,
|
||||
net_mgmt_event_notify_with_info(NET_EVENT_WIFI_DISCONNECT_COMPLETE,
|
||||
iface, &cnx_status,
|
||||
sizeof(struct wifi_status));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue