mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 04:57:25 +01:00 
			
		
		
		
	ap: update Frequency property on started
This was forgotten when adding the property
This commit is contained in:
		
							parent
							
								
									0363d51c5c
								
							
						
					
					
						commit
						b627f99800
					
				
							
								
								
									
										3
									
								
								src/ap.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								src/ap.c
									
									
									
									
									
								
							| @ -3709,6 +3709,9 @@ static void ap_if_event_func(enum ap_event_type type, const void *event_data, | ||||
| 		l_dbus_property_changed(dbus_get_bus(), | ||||
| 					netdev_get_path(ap_if->netdev), | ||||
| 					IWD_AP_INTERFACE, "Name"); | ||||
| 		l_dbus_property_changed(dbus_get_bus(), | ||||
| 					netdev_get_path(ap_if->netdev), | ||||
| 					IWD_AP_INTERFACE, "Frequency"); | ||||
| 		l_dbus_property_changed(dbus_get_bus(), | ||||
| 					netdev_get_path(ap_if->netdev), | ||||
| 					IWD_AP_INTERFACE, "PairwiseCiphers"); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood