Lines Matching refs:rx_mgmt_frame
781 struct ieee80211_mgmt *rx_mgmt_frame = in wmi_evt_rx_mgmt() local
813 fc = rx_mgmt_frame->frame_control; in wmi_evt_rx_mgmt()
822 wil_hex_dump_wmi("MGMT Rx ", DUMP_PREFIX_OFFSET, 16, 1, rx_mgmt_frame, in wmi_evt_rx_mgmt()
832 u64 tsf = le64_to_cpu(rx_mgmt_frame->u.beacon.timestamp); in wmi_evt_rx_mgmt()
833 u16 cap = le16_to_cpu(rx_mgmt_frame->u.beacon.capab_info); in wmi_evt_rx_mgmt()
834 u16 bi = le16_to_cpu(rx_mgmt_frame->u.beacon.beacon_int); in wmi_evt_rx_mgmt()
835 const u8 *ie_buf = rx_mgmt_frame->u.beacon.variable; in wmi_evt_rx_mgmt()
846 bss = cfg80211_inform_bss_frame(wiphy, channel, rx_mgmt_frame, in wmi_evt_rx_mgmt()
850 rx_mgmt_frame->bssid); in wmi_evt_rx_mgmt()
858 (void *)rx_mgmt_frame, d_len, 0); in wmi_evt_rx_mgmt()
1276 struct ieee80211_mgmt *rx_mgmt_frame = in wmi_evt_sched_scan_result() local
1301 fc = rx_mgmt_frame->frame_control; in wmi_evt_sched_scan_result()
1320 wil_hex_dump_wmi("PROBE ", DUMP_PREFIX_OFFSET, 16, 1, rx_mgmt_frame, in wmi_evt_sched_scan_result()
1328 bss = cfg80211_inform_bss_frame(wiphy, channel, rx_mgmt_frame, in wmi_evt_sched_scan_result()
1331 wil_dbg_wmi(wil, "Added BSS %pM\n", rx_mgmt_frame->bssid); in wmi_evt_sched_scan_result()