Lines Matching defs:mgmt
2790 struct ieee80211_mgmt *mgmt, size_t len,
2808 trace_cfg80211_inform_bss_frame(wiphy, data, mgmt, len);
2810 if (WARN_ON(!mgmt))
2820 if (ieee80211_is_s1g_beacon(mgmt->frame_control)) {
2821 ext = (void *) mgmt;
2823 if (ieee80211_is_s1g_short_beacon(mgmt->frame_control))
2832 variable = mgmt->u.probe_resp.variable;
2834 if (ieee80211_is_s1g_short_beacon(mgmt->frame_control))
2860 bssid = mgmt->bssid;
2861 beacon_int = le16_to_cpu(mgmt->u.probe_resp.beacon_int);
2862 capability = le16_to_cpu(mgmt->u.probe_resp.capab_info);
2879 ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp);
2880 ies->from_beacon = ieee80211_is_beacon(mgmt->frame_control) ||
2881 ieee80211_is_s1g_beacon(mgmt->frame_control);
2884 if (ieee80211_is_probe_resp(mgmt->frame_control))
2924 struct ieee80211_mgmt *mgmt, size_t len,
2929 .ie = mgmt->u.probe_resp.variable,
2935 res = cfg80211_inform_single_bss_frame_data(wiphy, data, mgmt,
2941 if (ieee80211_is_s1g_beacon(mgmt->frame_control))
2944 inform_data.ftype = ieee80211_is_beacon(mgmt->frame_control) ?
2946 memcpy(inform_data.bssid, mgmt->bssid, ETH_ALEN);
2947 inform_data.tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp);
2949 le16_to_cpu(mgmt->u.probe_resp.beacon_int);