Lines Matching refs:mgmt

1685 				 struct ieee80211_mgmt *mgmt, size_t len,  in cfg80211_parse_mbssid_frame_data()  argument
1690 const u8 *ie = mgmt->u.probe_resp.variable; in cfg80211_parse_mbssid_frame_data()
1694 ftype = ieee80211_is_beacon(mgmt->frame_control) ? in cfg80211_parse_mbssid_frame_data()
1697 cfg80211_parse_mbssid_data(wiphy, data, ftype, mgmt->bssid, in cfg80211_parse_mbssid_frame_data()
1698 le64_to_cpu(mgmt->u.probe_resp.timestamp), in cfg80211_parse_mbssid_frame_data()
1699 le16_to_cpu(mgmt->u.probe_resp.beacon_int), in cfg80211_parse_mbssid_frame_data()
1706 struct ieee80211_mgmt *mgmt, size_t len) in cfg80211_update_notlisted_nontrans() argument
1719 ie = mgmt->u.probe_resp.variable; in cfg80211_update_notlisted_nontrans()
1770 new_ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_update_notlisted_nontrans()
1771 new_ies->from_beacon = ieee80211_is_beacon(mgmt->frame_control); in cfg80211_update_notlisted_nontrans()
1773 if (ieee80211_is_probe_resp(mgmt->frame_control)) { in cfg80211_update_notlisted_nontrans()
1795 struct ieee80211_mgmt *mgmt, size_t len, in cfg80211_inform_single_bss_frame_data() argument
1809 trace_cfg80211_inform_bss_frame(wiphy, data, mgmt, len); in cfg80211_inform_single_bss_frame_data()
1811 if (WARN_ON(!mgmt)) in cfg80211_inform_single_bss_frame_data()
1824 channel = cfg80211_get_bss_channel(wiphy, mgmt->u.beacon.variable, in cfg80211_inform_single_bss_frame_data()
1833 ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_inform_single_bss_frame_data()
1834 ies->from_beacon = ieee80211_is_beacon(mgmt->frame_control); in cfg80211_inform_single_bss_frame_data()
1835 memcpy(ies->data, mgmt->u.probe_resp.variable, ielen); in cfg80211_inform_single_bss_frame_data()
1837 if (ieee80211_is_probe_resp(mgmt->frame_control)) in cfg80211_inform_single_bss_frame_data()
1843 memcpy(tmp.pub.bssid, mgmt->bssid, ETH_ALEN); in cfg80211_inform_single_bss_frame_data()
1847 tmp.pub.beacon_interval = le16_to_cpu(mgmt->u.probe_resp.beacon_int); in cfg80211_inform_single_bss_frame_data()
1848 tmp.pub.capability = le16_to_cpu(mgmt->u.probe_resp.capab_info); in cfg80211_inform_single_bss_frame_data()
1880 struct ieee80211_mgmt *mgmt, size_t len, in cfg80211_inform_bss_frame_data() argument
1884 const u8 *ie = mgmt->u.probe_resp.variable; in cfg80211_inform_bss_frame_data()
1890 res = cfg80211_inform_single_bss_frame_data(wiphy, data, mgmt, in cfg80211_inform_bss_frame_data()
1901 cfg80211_parse_mbssid_frame_data(wiphy, data, mgmt, len, in cfg80211_inform_bss_frame_data()
1920 mgmt, len); in cfg80211_inform_bss_frame_data()