Lines Matching refs:station_state
514 } station_state; member
745 if(priv->station_state != STATION_STATE_READY) { in start_tx()
1130 priv->station_state == STATION_STATE_READY) { in service_interrupt()
1180 priv->wstats.status = priv->station_state; in atmel_get_wireless_stats()
1183 if (priv->station_state != STATION_STATE_READY) { in atmel_get_wireless_stats()
1222 priv->station_state = STATION_STATE_INITIALIZING; in atmel_open()
1224 priv->station_state = STATION_STATE_DOWN; in atmel_open()
1237 priv->station_state = STATION_STATE_DOWN; in atmel_close()
1251 if (priv->station_state != STATION_STATE_DOWN) { in atmel_proc_output()
1288 switch(priv->station_state) { in atmel_proc_output()
1351 priv->station_state = STATION_STATE_DOWN; in init_atmel_card()
1961 if (priv->station_state == STATION_STATE_DOWN || in atmel_set_scan()
1962 priv->station_state == STATION_STATE_NO_CARD) in atmel_set_scan()
2304 int old_state = priv->station_state; in atmel_enter_state()
2317 priv->station_state = new_state; in atmel_enter_state()
2891 if (priv->station_state == STATION_STATE_READY) { in atmel_management_frame()
2908 if (priv->station_state == STATION_STATE_SCANNING ) in atmel_management_frame()
2917 if (priv->station_state == STATION_STATE_AUTHENTICATING) in atmel_management_frame()
2925 if (priv->station_state == STATION_STATE_ASSOCIATING || in atmel_management_frame()
2926 priv->station_state == STATION_STATE_REASSOCIATING) in atmel_management_frame()
2969 if (priv->station_state == STATION_STATE_NO_CARD) in atmel_management_timer()
2974 switch (priv->station_state) { in atmel_management_timer()
3101 if (priv->station_state == STATION_STATE_FORCED_JOINNING) { in atmel_command_irq()
3144 priv->station_state = STATION_STATE_NO_CARD; in atmel_wakeup_firmware()
3301 if (priv->station_state == STATION_STATE_NO_CARD || in reset_atmel_card()
3302 priv->station_state == STATION_STATE_DOWN) in reset_atmel_card()
3327 priv->station_state = STATION_STATE_INITIALIZING; in reset_atmel_card()