wpa_supplicant는 신호 강도에 따라 로밍하지 않고 처리량에 따라 로밍합니다.

wpa_supplicant는 신호 강도에 따라 로밍하지 않고 처리량에 따라 로밍합니다.

WiFi 로밍에 wpa_supplicant를 사용할 때 신호가 약한 AP에서 신호가 좋은 AP(신호 수준에 따른 로밍)로 로밍 규칙을 전환하고 싶습니다. 그러나 테스트 중에 wpa_supplicant가 예상 처리량을 기반으로 로밍한다는 사실을 발견했습니다. 이유는 무엇입니까? 다음은 출력 로그 정보입니다.

wpa_supplicant: wlan0: 2: 62:90:73:b0:f3:48 freq=2462 level=-70 snr=19 est_throughput=90000
wpa_supplicant: wlan0: 3: 22:90:3d:93:70:af freq=2462 level=-32 snr=57 est_throughput=65000
wpa_supplicant: wlan0: Selecting BSS from priority group 2   
wpa_supplicant: wlan0:    selected based on RSN IE  
wpa_supplicant: wlan0:    selected BSS 62:90:73:b0:f3:48 ssid='1906'  
wpa_supplicant: wlan0: Considering within-ESS reassociation  
wpa_supplicant: wlan0: Current BSS: 22:90:3d:93:70:af freq=2462 level=-32 snr=57 est_throughput=65000  
wpa_supplicant: wlan0: Selected BSS: 62:90:73:b0:f3:48 freq=2462 level=-70 snr=19 est_throughput=90000  
wpa_supplicant: wlan0: Allow reassociation - selected BSS has better estimated throughput

처리량을 기준으로 하지 않고 신호가 약한 AP에서 신호가 좋은 AP로 전환하는 로밍 규칙을 원합니다.

관련 정보