Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c14474 int wlan_set_subscribe_event(unsigned int event_id, unsigned int thresh_value, unsigned int freq) in wlan_set_subscribe_event() argument
14480 ret = wifi_set_threshold_rssi_low(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
14483 ret = wifi_set_threshold_rssi_high(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
14486 ret = wifi_set_threshold_snr_low(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
14489 ret = wifi_set_threshold_snr_high(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
14492 ret = wifi_set_threshold_max_fail(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
14495 ret = wifi_set_threshold_beacon_miss(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
14498 ret = wifi_set_threshold_data_rssi_low(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
14501 ret = wifi_set_threshold_data_rssi_high(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
14504 ret = wifi_set_threshold_data_snr_low(mlan_adap->priv[0], thresh_value, freq); in wlan_set_subscribe_event()
[all …]
Dwlan_tests.c4436 unsigned int thresh_value = 0, freq = 0; local
4482 …if (get_uint(argv[3], &thresh_value, strlen(argv[3])) || get_uint(argv[4], &freq, strlen(argv[4])))
4498 ret = wlan_set_subscribe_event(event_id, thresh_value, freq);
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/
Dwlan.h6551 int wlan_set_subscribe_event(unsigned int event_id, unsigned int thresh_value, unsigned int freq);