Lines Matching refs:mgmt
1029 struct ieee80211_mgmt *mgmt, size_t len, in cfg80211_inform_bss_width_frame() argument
1043 trace_cfg80211_inform_bss_width_frame(wiphy, rx_channel, scan_width, mgmt, in cfg80211_inform_bss_width_frame()
1046 if (WARN_ON(!mgmt)) in cfg80211_inform_bss_width_frame()
1059 channel = cfg80211_get_bss_channel(wiphy, mgmt->u.beacon.variable, in cfg80211_inform_bss_width_frame()
1068 ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_inform_bss_width_frame()
1069 ies->from_beacon = ieee80211_is_beacon(mgmt->frame_control); in cfg80211_inform_bss_width_frame()
1070 memcpy(ies->data, mgmt->u.probe_resp.variable, ielen); in cfg80211_inform_bss_width_frame()
1072 if (ieee80211_is_probe_resp(mgmt->frame_control)) in cfg80211_inform_bss_width_frame()
1078 memcpy(tmp.pub.bssid, mgmt->bssid, ETH_ALEN); in cfg80211_inform_bss_width_frame()
1082 tmp.pub.beacon_interval = le16_to_cpu(mgmt->u.probe_resp.beacon_int); in cfg80211_inform_bss_width_frame()
1083 tmp.pub.capability = le16_to_cpu(mgmt->u.probe_resp.capab_info); in cfg80211_inform_bss_width_frame()