Lines Matching defs:variable
1800 * create a copy -- the "res" variable that is passed in
2615 pos = ml_elem->variable + 1 + 6 + 1 + 1;
2679 memcpy(data.bssid, mle->sta_prof[i]->variable, ETH_ALEN);
2681 get_unaligned_le16(mle->sta_prof[i]->variable + 6);
2683 get_unaligned_le64(mle->sta_prof[i]->variable + 8);
2686 profile = mle->sta_prof[i]->variable +
2799 u8 *bssid, *variable;
2802 u.probe_resp.variable);
2805 BUILD_BUG_ON(offsetof(struct ieee80211_mgmt, u.probe_resp.variable) !=
2806 offsetof(struct ieee80211_mgmt, u.beacon.variable));
2825 u.s1g_short_beacon.variable);
2832 variable = mgmt->u.probe_resp.variable;
2835 variable = ext->u.s1g_short_beacon.variable;
2837 variable = ext->u.s1g_beacon.variable;
2840 channel = cfg80211_get_bss_channel(wiphy, variable,
2850 variable, ielen);
2882 memcpy(ies->data, variable, ielen);
2929 .ie = mgmt->u.probe_resp.variable,
2931 u.probe_resp.variable),