Lines Matching refs:rx_mgmt_frame
820 struct ieee80211_mgmt *rx_mgmt_frame = in wmi_evt_rx_mgmt() local
852 fc = rx_mgmt_frame->frame_control; in wmi_evt_rx_mgmt()
861 wil_hex_dump_wmi("MGMT Rx ", DUMP_PREFIX_OFFSET, 16, 1, rx_mgmt_frame, in wmi_evt_rx_mgmt()
877 u64 tsf = le64_to_cpu(rx_mgmt_frame->u.beacon.timestamp); in wmi_evt_rx_mgmt()
878 u16 cap = le16_to_cpu(rx_mgmt_frame->u.beacon.capab_info); in wmi_evt_rx_mgmt()
879 u16 bi = le16_to_cpu(rx_mgmt_frame->u.beacon.beacon_int); in wmi_evt_rx_mgmt()
880 const u8 *ie_buf = rx_mgmt_frame->u.beacon.variable; in wmi_evt_rx_mgmt()
892 rx_mgmt_frame, in wmi_evt_rx_mgmt()
896 rx_mgmt_frame->bssid); in wmi_evt_rx_mgmt()
904 (void *)rx_mgmt_frame, d_len, 0); in wmi_evt_rx_mgmt()
1381 struct ieee80211_mgmt *rx_mgmt_frame = in wmi_evt_sched_scan_result() local
1410 fc = rx_mgmt_frame->frame_control; in wmi_evt_sched_scan_result()
1429 wil_hex_dump_wmi("PROBE ", DUMP_PREFIX_OFFSET, 16, 1, rx_mgmt_frame, in wmi_evt_sched_scan_result()
1439 bss = cfg80211_inform_bss_frame_data(wiphy, &bss_data, rx_mgmt_frame, in wmi_evt_sched_scan_result()
1442 wil_dbg_wmi(wil, "Added BSS %pM\n", rx_mgmt_frame->bssid); in wmi_evt_sched_scan_result()