Home
last modified time | relevance | path

Searched refs:rssi_low_threshold (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c617 uint8_t rssi_low_threshold; member
4108 (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() argument
13407 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 …]
Dwlan_tests.c994 uint8_t rssi_low_threshold = 0; local
1014 rssi_low_threshold = (uint8_t)strtol(argv[2], NULL, 10);
1022 wlan_set_roaming(enable, rssi_low_threshold);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h3386 int wlan_set_roaming(const int enable, const uint8_t rssi_low_threshold);