Searched refs:wimax_state_change (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dwimax.h459 extern void wimax_state_change(struct wimax_dev *, enum wimax_st);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dstack.c31 * - device state machine [wimax_state_change()] and support to send
39 * [__]wimax_state_change() Called by drivers to update device's state
200 * wimax_state_change().
327 * wimax_state_change - Set the current state of a WiMAX device
346 void wimax_state_change(struct wimax_dev *wimax_dev, enum wimax_st new_state) function
365 EXPORT_SYMBOL_GPL(wimax_state_change); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dcontrol.c327 wimax_state_change(wimax_dev, WIMAX_ST_UNINITIALIZED);
332 wimax_state_change(wimax_dev, WIMAX_ST_RADIO_OFF);
338 wimax_state_change(wimax_dev, WIMAX_ST_READY);
343 wimax_state_change(wimax_dev, WIMAX_ST_READY);
348 wimax_state_change(wimax_dev, WIMAX_ST_SCANNING);
355 wimax_state_change(wimax_dev, WIMAX_ST_CONNECTED);
H A Ddriver.c457 wimax_state_change(wimax_dev, __WIMAX_ST_QUIESCING);
475 wimax_state_change(wimax_dev, WIMAX_ST_DOWN);

Completed in 128 milliseconds