Searched refs:rssi_low_threshold (Results 1 – 3 of 3) sorted by relevance
617 uint8_t rssi_low_threshold; member4108 (void)wifi_set_rssi_low_threshold(&wlan.rssi_low_threshold); in wlcm_process_rssi_low_event()4161 (void)wifi_set_rssi_low_threshold(&wlan.rssi_low_threshold); in wlcm_process_rssi_low_event()5255 (void)wifi_set_rssi_low_threshold(&wlan.rssi_low_threshold); in wpa_supplicant_msg_cb()6622 (void)wifi_set_rssi_low_threshold(&wlan.rssi_low_threshold); in wlcm_process_bg_scan_report()6740 (void)wifi_set_rssi_low_threshold(&wlan.rssi_low_threshold); in wlcm_set_rssi_low_threshold()7934 wlan.rssi_low_threshold = 70; in wlan_start()13393 int wlan_set_roaming(const int enable, const uint8_t rssi_low_threshold) in wlan_set_roaming() argument13407 wlan.rssi_low_threshold = rssi_low_threshold; in wlan_set_roaming()13409 return wifi_config_roaming(enable, &wlan.rssi_low_threshold); in wlan_set_roaming()[all …]
994 uint8_t rssi_low_threshold = 0; local1014 rssi_low_threshold = (uint8_t)strtol(argv[2], NULL, 10);1022 wlan_set_roaming(enable, rssi_low_threshold);
3386 int wlan_set_roaming(const int enable, const uint8_t rssi_low_threshold);