Lines Matching refs:mgmt
113 struct ieee80211_mgmt *mgmt; in ieee80211_send_eml_op_mode_notif() local
122 mgmt = skb_put_zero(skb, len); in ieee80211_send_eml_op_mode_notif()
123 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | in ieee80211_send_eml_op_mode_notif()
125 memcpy(mgmt->da, req->sa, ETH_ALEN); in ieee80211_send_eml_op_mode_notif()
126 memcpy(mgmt->sa, sdata->vif.addr, ETH_ALEN); in ieee80211_send_eml_op_mode_notif()
127 memcpy(mgmt->bssid, sdata->vif.addr, ETH_ALEN); in ieee80211_send_eml_op_mode_notif()
129 mgmt->u.action.category = WLAN_CATEGORY_PROTECTED_EHT; 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()
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()
151 struct ieee80211_mgmt *mgmt = (void *)skb->data; in ieee80211_rx_eml_op_mode_notif() local
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()
181 sta = sta_info_get_bss(sdata, mgmt->sa); in ieee80211_rx_eml_op_mode_notif()
279 ieee80211_send_eml_op_mode_notif(sdata, mgmt, opt_len); in ieee80211_rx_eml_op_mode_notif()