Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c2610 struct mwifiex_ie_types_bss_scan_info *scan_info_tlv; in mwifiex_handle_event_ext_scan_report() local
2646 scan_info_tlv = NULL; in mwifiex_handle_event_ext_scan_report()
2677 scan_info_tlv = in mwifiex_handle_event_ext_scan_report()
2707 if (scan_info_tlv) { in mwifiex_handle_event_ext_scan_report()
2708 rssi = (s32)(s16)(le16_to_cpu(scan_info_tlv->rssi)); in mwifiex_handle_event_ext_scan_report()
2712 fw_tsf = le64_to_cpu(scan_info_tlv->tsf); in mwifiex_handle_event_ext_scan_report()
2713 radio_type = &scan_info_tlv->radio_type; in mwifiex_handle_event_ext_scan_report()