Shaun
If WANA is going to advertise 192.168.1.0/24 via BGP to a peer router, then that prefix (address and mask) must appear in the local routing table. If WANA does not have that prefix in the local routing table then BGP can not advertise the route. If that route does not appear in the table normally (because WANA is learning a summarized set of routes) then you must put that prefix into the routing table. The most common way to do this would be a static route:
ip route 192.168.1.0 255.255.255.0
and then put a network statement into BGP for that prefix. You would not redistribute that static into your interior routing protocol. The route will be in the routing table, BGP will advertise it to the peer, and if any packets for that network are received at WANA it will forward toward the destination.
HTH
Rick
HTH
Rick