mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 18:07:52 +00:00 
			
		
		
		
	hostapd: add afcd respawn
Customize the procd instance respawn time parameters to avoid afcd instance crash while creating afc-location.json Fixes: WIFI-14261 Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
		 Tanya Singh
					Tanya Singh
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						John Crispin
					
				
			
						parent
						
							8ecd0c36dd
						
					
				
				
					commit
					ccd23cb4c1
				
			| @@ -25,7 +25,7 @@ _afc_location() { | |||||||
| 	# create afc-location.json | 	# create afc-location.json | ||||||
| 	procd_open_instance | 	procd_open_instance | ||||||
| 	procd_set_param command "$PROG" /usr/share/hostap/afc_location.uc | 	procd_set_param command "$PROG" /usr/share/hostap/afc_location.uc | ||||||
| 	procd_set_param respawn | 	procd_set_param respawn 0 60 5 | ||||||
| 	procd_close_instance | 	procd_close_instance | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user