Home
last modified time | relevance | path

Searched refs:RSSI (Results 1 – 25 of 118) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dodm_hwconfig.c71 u8 RSSI, total_rssi = 0; in odm_RxPhyStatus92CSeries_Parsing() local
184 RSSI = odm_query_rxpwrpercentage(rx_pwr[i]); in odm_RxPhyStatus92CSeries_Parsing()
185 total_rssi += RSSI; in odm_RxPhyStatus92CSeries_Parsing()
190 RSSI = (RSSI > 94) ? 100 : (RSSI + 6); in odm_RxPhyStatus92CSeries_Parsing()
192 RSSI = (RSSI <= 16) ? (RSSI >> 3) : (RSSI - 16); in odm_RxPhyStatus92CSeries_Parsing()
194 if ((RSSI <= 34) && (RSSI >= 4)) in odm_RxPhyStatus92CSeries_Parsing()
195 RSSI -= 4; in odm_RxPhyStatus92CSeries_Parsing()
198 pPhyInfo->RxMIMOSignalStrength[i] = (u8)RSSI; in odm_RxPhyStatus92CSeries_Parsing()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_hwconfig.c331 IN u1Byte RSSI in odm_SQ_process_patch_RT_CID_819x_Lenovo() argument
445 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
447 else if(RSSI >= 22 && RSSI < 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
449 else if(RSSI >= 18 && RSSI < 22) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
454 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
456 else if(RSSI >= 22 && RSSI < 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
458 else if(RSSI >= 18 && RSSI < 22) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
465 …DBG_TRACE, ("isCCKrate(%#d), PWDB_ALL(%#d), RSSI(%#d), SQ(%#d)\n", isCCKrate, PWDB_ALL, RSSI, SQ)); in odm_SQ_process_patch_RT_CID_819x_Lenovo()
476 IN u1Byte RSSI in odm_SQ_process_patch_RT_CID_819x_Acer() argument
528 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_hwconfig.c331 IN u1Byte RSSI in odm_SQ_process_patch_RT_CID_819x_Lenovo() argument
445 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
447 else if(RSSI >= 22 && RSSI < 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
449 else if(RSSI >= 18 && RSSI < 22) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
454 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
456 else if(RSSI >= 22 && RSSI < 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
458 else if(RSSI >= 18 && RSSI < 22) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
465 …DBG_TRACE, ("isCCKrate(%#d), PWDB_ALL(%#d), RSSI(%#d), SQ(%#d)\n", isCCKrate, PWDB_ALL, RSSI, SQ)); in odm_SQ_process_patch_RT_CID_819x_Lenovo()
476 IN u1Byte RSSI in odm_SQ_process_patch_RT_CID_819x_Acer() argument
528 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_phystatus.c302 u8 RSSI in phydm_sq_patch_rt_cid_819x_lenovo() argument
360 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_lenovo()
362 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_lenovo()
364 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_rt_cid_819x_lenovo()
369 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_lenovo()
371 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_lenovo()
373 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_rt_cid_819x_lenovo()
380 …TRACE, ("is_cck_rate(%#d), PWDB_ALL(%#d), RSSI(%#d), SQ(%#d)\n", is_cck_rate, PWDB_ALL, RSSI, SQ)); in phydm_sq_patch_rt_cid_819x_lenovo()
391 u8 RSSI in phydm_sq_patch_rt_cid_819x_acer() argument
438 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
H A Dphydm_dynamic_rx_path.c69 u32 RSSI = 0; in phydm_dynamic_rx_path() local
120 RSSI = (rx_ok_cal != 0) ? p_dm->rx_pwdb_ave / rx_ok_cal : 0; in phydm_dynamic_rx_path()
121 PHYDM_DBG(p_dm, DBG_DYN_RX_PATH, ("MP RSSI = ((%d))\n", RSSI)); in phydm_dynamic_rx_path()
124 if (RSSI > p_dm_drp_table->rssi_threshold) in phydm_dynamic_rx_path()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_escan.c55 int RSSI; member
392 if (bss->RSSI < candidate[idx].RSSI) { in wl_escan_find_removal_candidate()
396 candidate[idx].RSSI = bss->RSSI; in wl_escan_find_removal_candidate()
413 if (candidate[idx1].RSSI >= bi->RSSI) in wl_escan_remove_lowRSSI_info()
419 candidate[idx1].RSSI == bss->RSSI && in wl_escan_remove_lowRSSI_info()
515 bi->SSID, &bi->BSSID, bi->RSSI, bi->flags, bi->length); in wl_escan_handler()
522 bss->SSID, &bss->BSSID, i, bss->RSSI, list->count); in wl_escan_handler()
543 bss->SSID, &bi->BSSID, i, bss->RSSI, bss->flags, in wl_escan_handler()
544 bi->RSSI, bi->flags); in wl_escan_handler()
553 bss->SSID, &bi->BSSID, bss->RSSI, bi->RSSI); in wl_escan_handler()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_escan.c60 int RSSI; member
228 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_dump_bss()
231 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_dump_bss()
424 if (bss->RSSI < candidate[idx].RSSI) { in wl_escan_find_removal_candidate()
428 candidate[idx].RSSI = bss->RSSI; in wl_escan_find_removal_candidate()
445 if (candidate[idx1].RSSI >= bi->RSSI) in wl_escan_remove_lowRSSI_info()
451 candidate[idx1].RSSI == bss->RSSI && in wl_escan_remove_lowRSSI_info()
547 bi->SSID, &bi->BSSID, bi->RSSI, bi->flags, bi->length); in wl_escan_ext_handler()
554 bss->SSID, &bss->BSSID, i, bss->RSSI, list->count); in wl_escan_ext_handler()
575 bss->SSID, &bi->BSSID, i, bss->RSSI, bss->flags, in wl_escan_ext_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_escan.c60 int RSSI; member
228 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_dump_bss()
231 rssi = MIN(dtoh16(bi->RSSI), RSSI_MAXVAL); in wl_escan_dump_bss()
424 if (bss->RSSI < candidate[idx].RSSI) { in wl_escan_find_removal_candidate()
428 candidate[idx].RSSI = bss->RSSI; in wl_escan_find_removal_candidate()
445 if (candidate[idx1].RSSI >= bi->RSSI) in wl_escan_remove_lowRSSI_info()
451 candidate[idx1].RSSI == bss->RSSI && in wl_escan_remove_lowRSSI_info()
547 bi->SSID, &bi->BSSID, bi->RSSI, bi->flags, bi->length); in wl_escan_ext_handler()
554 bss->SSID, &bss->BSSID, i, bss->RSSI, list->count); in wl_escan_ext_handler()
575 bss->SSID, &bi->BSSID, i, bss->RSSI, bss->flags, in wl_escan_ext_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_hwconfig.c288 IN u1Byte RSSI in odm_SQ_process_patch_RT_CID_819x_Lenovo() argument
348 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
350 else if(RSSI >= 22 && RSSI < 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
352 else if(RSSI >= 18 && RSSI < 22) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
357 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
359 else if(RSSI >= 22 && RSSI < 45) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
361 else if(RSSI >= 18 && RSSI < 22) in odm_SQ_process_patch_RT_CID_819x_Lenovo()
368 …DBG_TRACE, ("isCCKrate(%#d), PWDB_ALL(%#d), RSSI(%#d), SQ(%#d)\n", isCCKrate, PWDB_ALL, RSSI, SQ)); in odm_SQ_process_patch_RT_CID_819x_Lenovo()
379 IN u1Byte RSSI in odm_SQ_process_patch_RT_CID_819x_Acer() argument
429 if(RSSI >= 45) in odm_SQ_process_patch_RT_CID_819x_Acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_phystatus.c476 u8 RSSI) in phydm_sq_patch_lenovo() argument
531 if (RSSI >= 45) in phydm_sq_patch_lenovo()
533 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
535 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
540 if (RSSI >= 45) in phydm_sq_patch_lenovo()
542 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
544 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
558 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
598 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
600 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_phystatus.c475 u8 RSSI) in phydm_sq_patch_lenovo() argument
530 if (RSSI >= 45) in phydm_sq_patch_lenovo()
532 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
534 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
539 if (RSSI >= 45) in phydm_sq_patch_lenovo()
541 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
543 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
557 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
597 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
599 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_phystatus.c476 u8 RSSI) in phydm_sq_patch_lenovo() argument
531 if (RSSI >= 45) in phydm_sq_patch_lenovo()
533 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
535 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
540 if (RSSI >= 45) in phydm_sq_patch_lenovo()
542 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
544 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
558 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
598 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
600 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_phystatus.c562 u8 RSSI) in phydm_sq_patch_lenovo() argument
617 if (RSSI >= 45) in phydm_sq_patch_lenovo()
619 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
621 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
626 if (RSSI >= 45) in phydm_sq_patch_lenovo()
628 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
630 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
644 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
684 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
686 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_phystatus.c562 u8 RSSI) in phydm_sq_patch_lenovo() argument
617 if (RSSI >= 45) in phydm_sq_patch_lenovo()
619 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
621 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
626 if (RSSI >= 45) in phydm_sq_patch_lenovo()
628 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
630 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
644 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
684 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
686 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_phystatus.c562 u8 RSSI) in phydm_sq_patch_lenovo() argument
617 if (RSSI >= 45) in phydm_sq_patch_lenovo()
619 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
621 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
626 if (RSSI >= 45) in phydm_sq_patch_lenovo()
628 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
630 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
644 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
684 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
686 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_phystatus.c475 u8 RSSI) in phydm_sq_patch_lenovo() argument
530 if (RSSI >= 45) in phydm_sq_patch_lenovo()
532 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
534 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
539 if (RSSI >= 45) in phydm_sq_patch_lenovo()
541 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
543 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
557 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
597 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
599 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_phystatus.c475 u8 RSSI) in phydm_sq_patch_lenovo() argument
530 if (RSSI >= 45) in phydm_sq_patch_lenovo()
532 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
534 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
539 if (RSSI >= 45) in phydm_sq_patch_lenovo()
541 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
543 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
557 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
597 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
599 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_phystatus.c475 u8 RSSI) in phydm_sq_patch_lenovo() argument
530 if (RSSI >= 45) in phydm_sq_patch_lenovo()
532 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
534 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
539 if (RSSI >= 45) in phydm_sq_patch_lenovo()
541 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
543 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
557 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
597 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
599 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_phystatus.c475 u8 RSSI) in phydm_sq_patch_lenovo() argument
530 if (RSSI >= 45) in phydm_sq_patch_lenovo()
532 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
534 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
539 if (RSSI >= 45) in phydm_sq_patch_lenovo()
541 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
543 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
557 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
597 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
599 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_phystatus.c533 u8 RSSI) in phydm_sq_patch_lenovo() argument
588 if (RSSI >= 45) in phydm_sq_patch_lenovo()
590 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
592 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
597 if (RSSI >= 45) in phydm_sq_patch_lenovo()
599 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
601 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
615 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
655 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
657 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_phystatus.c475 u8 RSSI) in phydm_sq_patch_lenovo() argument
530 if (RSSI >= 45) in phydm_sq_patch_lenovo()
532 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
534 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
539 if (RSSI >= 45) in phydm_sq_patch_lenovo()
541 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_lenovo()
543 else if (RSSI >= 18 && RSSI < 22) in phydm_sq_patch_lenovo()
557 u8 RSSI) in phydm_sq_patch_rt_cid_819x_acer() argument
597 if (RSSI >= 45) in phydm_sq_patch_rt_cid_819x_acer()
599 else if (RSSI >= 22 && RSSI < 45) in phydm_sq_patch_rt_cid_819x_acer()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c89 u8 RSSI, total_rssi = 0; in odm_RxPhyStatus92CSeries_Parsing() local
169 RSSI = odm_QueryRxPwrPercentage(rx_pwr[i]); in odm_RxPhyStatus92CSeries_Parsing()
170 total_rssi += RSSI; in odm_RxPhyStatus92CSeries_Parsing()
173 pPhyInfo->rx_mimo_signal_strength[i] = (u8) RSSI; in odm_RxPhyStatus92CSeries_Parsing()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dsi476x.rst126 0x04 rssihint ditto for RSSI high threshold
127 0x05 rssilint ditto for RSSI low threshold
131 0x08 rssiready ditto for RSSI metrics
139 0x15 rssi Signed value of RSSI in dBuV
/OK3568_Linux_fs/kernel/drivers/media/common/siano/
H A Dsmscoreapi.h695 s32 RSSI; /* dBm */ member
814 s32 RSSI; /* dBm */ member
856 s32 RSSI; /* dBm */ member
918 #define CORRECT_STAT_RSSI(_stat) ((_stat).RSSI *= -1)
965 s32 RSSI; /* dBm */ member
991 s32 RSSI; /* dBm */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgscan.c318 if (bss->RSSI < candidate[idx].RSSI) { in wl_cfg80211_find_removal_candidate()
327 candidate[idx].RSSI = bss->RSSI; in wl_cfg80211_find_removal_candidate()
345 if (candidate[idx1].RSSI >= bi->RSSI) in wl_cfg80211_remove_lowRSSI_info()
351 candidate[idx1].RSSI == bss->RSSI && in wl_cfg80211_remove_lowRSSI_info()
538 i, bss->RSSI, list->count)); in wl_escan_handler()
560 bss->RSSI, bss->flags, bi->RSSI, bi->flags)); in wl_escan_handler()
570 bss->RSSI, bi->RSSI)); in wl_escan_handler()
571 bi->RSSI = MAX(bss->RSSI, bi->RSSI); in wl_escan_handler()
580 bss->RSSI, bi->RSSI)); in wl_escan_handler()
581 bi->RSSI = bss->RSSI; in wl_escan_handler()
[all …]

12345