mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-30 20:37:26 +01:00 
			
		
		
		
	station: Provide SignalLevelAgent update while connecting
When a station enters the "connecting" state, if a SignalLevelAgent is registered, provide an initial signal level via a "Changed" method call.
This commit is contained in:
		
							parent
							
								
									38e2d4383a
								
							
						
					
					
						commit
						ce227e7b94
					
				| @ -1487,6 +1487,9 @@ static void station_enter_state(struct station *station, | ||||
| 				network_get_path(station->connected_network), | ||||
| 				IWD_NETWORK_INTERFACE, "Connected"); | ||||
| 
 | ||||
| 		if (station->signal_agent) | ||||
| 			station_signal_agent_notify(station); | ||||
| 
 | ||||
| 		periodic_scan_stop(station); | ||||
| 		break; | ||||
| 	case STATION_STATE_CONNECTED: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jesse Lentz
						Jesse Lentz