Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 19 of 19) sorted by relevance

/net/mac80211/
Ds1g.c55 memcpy(mgmt->u.action.u.s1g.variable, twt, 3 + twt->length); in ieee80211_s1g_send_twt_setup()
87 id = (u8 *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_send_twt_teardown()
100 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_rx_twt_setup()
130 mgmt->u.action.u.s1g.variable[0]); in ieee80211_s1g_rx_twt_teardown()
138 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable; in ieee80211_s1g_tx_twt_setup_fail()
Dfils_aead.c228 ies = mgmt->u.reassoc_req.variable; in fils_encrypt_assoc_req()
231 ies = mgmt->u.assoc_req.variable; in fils_encrypt_assoc_req()
282 ies = mgmt->u.assoc_resp.variable; in fils_decrypt_assoc_resp()
Dscan.c196 elements = mgmt->u.probe_resp.variable; in ieee80211_bss_info_update()
198 u.probe_resp.variable); in ieee80211_bss_info_update()
202 baselen = offsetof(struct ieee80211_ext, u.s1g_beacon.variable); in ieee80211_bss_info_update()
203 elements = ext->u.s1g_beacon.variable; in ieee80211_bss_info_update()
205 baselen = offsetof(struct ieee80211_mgmt, u.beacon.variable); in ieee80211_bss_info_update()
206 elements = mgmt->u.beacon.variable; in ieee80211_bss_info_update()
259 u.probe_resp.variable); in ieee80211_scan_rx()
269 u.s1g_short_beacon.variable); in ieee80211_scan_rx()
Dibss.c86 pos = (u8 *)mgmt + offsetof(struct ieee80211_mgmt, u.beacon.variable); in ieee80211_ibss_build_presp()
1557 pos = mgmt->u.probe_req.variable; in ieee80211_rx_mgmt_probe_req()
1598 BUILD_BUG_ON(offsetof(typeof(mgmt->u.probe_resp), variable) != in ieee80211_rx_mgmt_probe_beacon()
1599 offsetof(typeof(mgmt->u.beacon), variable)); in ieee80211_rx_mgmt_probe_beacon()
1605 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_probe_beacon()
1609 elems = ieee802_11_parse_elems(mgmt->u.probe_resp.variable, in ieee80211_rx_mgmt_probe_beacon()
1657 u.action.u.chan_switch.variable); in ieee80211_ibss_rx_queued_mgmt()
1663 mgmt->u.action.u.chan_switch.variable, in ieee80211_ibss_rx_queued_mgmt()
Dmlme.c2905 pos = mgmt->u.auth.variable; in ieee80211_auth_challenge()
3319 pos = mgmt->u.assoc_resp.variable; in ieee80211_assoc_success()
3322 pos = (u8 *) mgmt->u.s1g_assoc_resp.variable; in ieee80211_assoc_success()
3730 pos = mgmt->u.assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()
3733 pos = (u8 *) mgmt->u.s1g_assoc_resp.variable; in ieee80211_rx_mgmt_assoc_resp()
3878 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_probe_resp()
4036 u8 *bssid, *variable = mgmt->u.beacon.variable; in ieee80211_rx_mgmt_beacon() local
4047 variable = ext->u.s1g_short_beacon.variable; in ieee80211_rx_mgmt_beacon()
4049 variable = ext->u.s1g_beacon.variable; in ieee80211_rx_mgmt_beacon()
4052 baselen = (u8 *) variable - (u8 *) mgmt; in ieee80211_rx_mgmt_beacon()
[all …]
Dmesh.c1254 pos = mgmt->u.probe_req.variable; in ieee80211_mesh_rx_probe_req()
1323 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_mesh_rx_bcn_presp()
1327 elems = ieee802_11_parse_elems(mgmt->u.probe_resp.variable, in ieee80211_mesh_rx_bcn_presp()
1469 pos = mgmt->u.action.u.chan_switch.variable; in mesh_rx_csa_frame()
1471 u.action.u.chan_switch.variable); in mesh_rx_csa_frame()
Dtdls.c1483 ie_start = tf->u.chan_switch_req.variable; in ieee80211_tdls_find_sw_timing_ie()
1692 int baselen = offsetof(typeof(*tf), u.chan_switch_resp.variable); in ieee80211_process_tdls_channel_switch_resp()
1721 elems = ieee802_11_parse_elems(tf->u.chan_switch_resp.variable, in ieee80211_process_tdls_channel_switch_resp()
1790 int baselen = offsetof(typeof(*tf), u.chan_switch_req.variable); in ieee80211_process_tdls_channel_switch_req()
1839 elems = ieee802_11_parse_elems(tf->u.chan_switch_req.variable, in ieee80211_process_tdls_channel_switch_req()
Dagg-rx.c497 u.action.u.addba_req.variable); in ieee80211_process_addba_request()
499 elems = ieee802_11_parse_elems(mgmt->u.action.u.addba_req.variable, in ieee80211_process_addba_request()
Dmesh_plink.c16 #define PLINK_CNF_AID(mgmt) ((mgmt)->u.action.u.self_prot.variable + 2)
1221 baseaddr = mgmt->u.action.u.self_prot.variable; in mesh_rx_plink_frame()
1222 baselen = (u8 *) mgmt->u.action.u.self_prot.variable - (u8 *) mgmt; in mesh_rx_plink_frame()
Dmesh_hwmp.c928 baselen = (u8 *) mgmt->u.action.u.mesh_action.variable - (u8 *) mgmt; in mesh_rx_path_sel_frame()
929 elems = ieee802_11_parse_elems(mgmt->u.action.u.mesh_action.variable, in mesh_rx_path_sel_frame()
Drx.c3258 twt = (void *)mgmt->u.action.u.s1g.variable; in ieee80211_process_rx_twt_action()
3417 u.action.u.ext_chan_switch.variable)) in ieee80211_rx_h_action()
/net/wireless/
Dscan.c2281 const u8 *ie = mgmt->u.probe_resp.variable; in cfg80211_parse_mbssid_frame_data()
2283 u.probe_resp.variable); in cfg80211_parse_mbssid_frame_data()
2303 u.probe_resp.variable); in cfg80211_update_notlisted_nontrans()
2311 ie = mgmt->u.probe_resp.variable; in cfg80211_update_notlisted_nontrans()
2397 u8 *bssid, *variable; in cfg80211_inform_single_bss_frame_data() local
2400 u.probe_resp.variable); in cfg80211_inform_single_bss_frame_data()
2403 BUILD_BUG_ON(offsetof(struct ieee80211_mgmt, u.probe_resp.variable) != in cfg80211_inform_single_bss_frame_data()
2404 offsetof(struct ieee80211_mgmt, u.beacon.variable)); in cfg80211_inform_single_bss_frame_data()
2423 u.s1g_short_beacon.variable); in cfg80211_inform_single_bss_frame_data()
2430 variable = mgmt->u.probe_resp.variable; in cfg80211_inform_single_bss_frame_data()
[all …]
Dmlme.c35 .resp_ie = mgmt->u.assoc_resp.variable, in cfg80211_rx_assoc_resp()
38 u.assoc_resp.variable), in cfg80211_rx_assoc_resp()
55 cr.resp_ie = (u8 *)&mgmt->u.s1g_assoc_resp.variable; in cfg80211_rx_assoc_resp()
58 u.s1g_assoc_resp.variable); in cfg80211_rx_assoc_resp()
Dnl80211.c241 u.s1g_beacon.variable); in validate_beacon_head()
245 u.beacon.variable); in validate_beacon_head()
/net/ipv4/netfilter/
Dnf_nat_snmp_basic.asn1149 variable-bindings
/net/sctp/
Doutqueue.c1231 frags = sack->variable; in sctp_sack_update_unack_data()
1252 union sctp_sack_variable *frags = sack->variable; in sctp_outq_sack()
1789 frags = sack->variable; in sctp_acked()
Dsm_sideeffect.c988 err_hdr->variable; in sctp_cmd_process_operr()
Dsm_statefuns.c1334 addrparm = (union sctp_addr_param *)errhdr->variable; in sctp_sf_send_restart_abort()
/net/sched/
DKconfig580 Size of the local stack variable used while evaluating the tree of