Home
last modified time | relevance | path

Searched refs:WLC_E_REASON_LOW_RSSI (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmevent.h381 #define WLC_E_REASON_LOW_RSSI 1 /* roamed due to low RSSI */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmevent.h413 #define WLC_E_REASON_LOW_RSSI 1 /* roamed due to low RSSI */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmevent.h418 #define WLC_E_REASON_LOW_RSSI 1 /* roamed due to low RSSI */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmevent.h413 #define WLC_E_REASON_LOW_RSSI 1 /* roamed due to low RSSI */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmevent.h502 #define WLC_E_REASON_LOW_RSSI 1 /* roamed due to low RSSI */ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmevent.h501 #define WLC_E_REASON_LOW_RSSI 1 /* roamed due to low RSSI */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_debug.c2531 } else if (log->reason == WLC_E_REASON_LOW_RSSI) { in pr_roam_scan_start_v2()
H A Ddhd_common.c4377 {WLC_E_REASON_LOW_RSSI, "LOW_RSSI"}, in wl_show_roam_cache_update_event()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_debug.c2531 } else if (log->reason == WLC_E_REASON_LOW_RSSI) { in pr_roam_scan_start_v2()
H A Ddhd_common.c4377 {WLC_E_REASON_LOW_RSSI, "LOW_RSSI"}, in wl_show_roam_cache_update_event()
H A Dwl_cfg80211.c6401 wl_ext_send_event_msg(dev, WLC_E_ROAM_PREP, WLC_E_STATUS_SUCCESS, WLC_E_REASON_LOW_RSSI); in wl_cfg80211_connect()