Home
last modified time | relevance | path

Searched refs:eml_omn (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac80211/
H A Deht.c111 int len = offsetofend(struct ieee80211_mgmt, u.action.u.eml_omn); in ieee80211_send_eml_op_mode_notif()
130 mgmt->u.action.u.eml_omn.action_code = in ieee80211_send_eml_op_mode_notif()
132 mgmt->u.action.u.eml_omn.dialog_token = in ieee80211_send_eml_op_mode_notif()
133 req->u.action.u.eml_omn.dialog_token; in ieee80211_send_eml_op_mode_notif()
134 mgmt->u.action.u.eml_omn.control = req->u.action.u.eml_omn.control & in ieee80211_send_eml_op_mode_notif()
138 memcpy(mgmt->u.action.u.eml_omn.variable, in ieee80211_send_eml_op_mode_notif()
139 req->u.action.u.eml_omn.variable, opt_len); in ieee80211_send_eml_op_mode_notif()
147 int len = offsetofend(struct ieee80211_mgmt, u.action.u.eml_omn); in ieee80211_rx_eml_op_mode_notif()
153 u8 control = mgmt->u.action.u.eml_omn.control; in ieee80211_rx_eml_op_mode_notif()
154 u8 *ptr = mgmt->u.action.u.eml_omn.variable; in ieee80211_rx_eml_op_mode_notif()
H A Diface.c1672 switch (mgmt->u.action.u.eml_omn.action_code) { in ieee80211_iface_process_skb()
H A Drx.c3936 u.action.u.eml_omn)) in ieee80211_rx_h_action()
/linux/include/linux/
H A Dieee80211.h1194 } __packed eml_omn; member