Lines Matching refs:rssi
1616 s32 rssi; in mwifiex_parse_single_response_buf() local
1668 rssi = (s32) *current_ptr; in mwifiex_parse_single_response_buf()
1669 rssi = (-rssi) * 100; /* Convert dBm to mBm */ in mwifiex_parse_single_response_buf()
1672 dev_dbg(adapter->dev, "info: InterpretIE: RSSI=%d\n", rssi); in mwifiex_parse_single_response_buf()
1674 rssi = rssi_val; in mwifiex_parse_single_response_buf()
1743 ie_buf, ie_len, rssi, GFP_KERNEL); in mwifiex_parse_single_response_buf()
2110 s32 rssi = 0; in mwifiex_handle_event_ext_scan_report() local
2200 rssi = (s32)(s16)(le16_to_cpu(scan_info_tlv->rssi)); in mwifiex_handle_event_ext_scan_report()
2201 rssi *= 100; /* Convert dBm to mBm */ in mwifiex_handle_event_ext_scan_report()
2203 "info: InterpretIE: RSSI=%d\n", rssi); in mwifiex_handle_event_ext_scan_report()
2211 radio_type, true, rssi); in mwifiex_handle_event_ext_scan_report()