Lines Matching refs:network
28 #include "network.h"
159 /* Complete network packet (header + data) */
280 /* The handle for the network layer, for the sending of events to it. */
281 struct ipw_network *network;
572 ipwireless_ppp_mru(hw->network) + 2;
686 * network layer.
725 if (hw->network != NULL) {
726 /* If the network hasn't been disconnected. */
733 hw->network,
802 if (hw->network)
804 hw->network,
918 * PRIO_SETUP. The network layer therefore need not care about
1763 * Associate the specified network with this hardware, so it will receive events
1767 struct ipw_network *network)
1769 hw->network = network;