Searched refs:frame_control (Results 1 - 21 of 21) sorted by last modified time

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c157 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
H A Dsme.c919 resp->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) |
H A Dibss_rsn.c494 auth.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
H A Devents.c4212 fc = le_to_host16(hdr->frame_control);
4565 fc = le_to_host16(mgmt->frame_control);
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.c2248 resp->frame_control = host_to_le16((WLAN_FC_TYPE_MGMT << 2) |
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c33 fc = le_to_host16(hdr->frame_control);
56 fc = le_to_host16(hdr->frame_control);
75 fc = le_to_host16(hdr->frame_control);
H A Ddriver_nl80211_event.c651 fc = le_to_host16(mgmt->frame_control);
703 fc = le_to_host16(hdr->frame_control);
H A Ddriver_hostap.c71 fc = le_to_host16(hdr->frame_control);
127 fc = le_to_host16(hdr->frame_control);
157 fc = le_to_host16(hdr->frame_control);
273 hdr->frame_control |= host_to_le16(BIT(1));
275 hdr->frame_control &= ~host_to_le16(BIT(1));
299 hdr->frame_control =
301 hdr->frame_control |= host_to_le16(WLAN_FC_FROMDS);
303 hdr->frame_control |= host_to_le16(WLAN_FC_ISWEP);
1047 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
1085 mgmt.frame_control
[all...]
H A Ddriver_atheros.c875 fc = le_to_host16(mgmt->frame_control);
1381 fc = le_to_host16(hdr->frame_control);
1444 fc = le_to_host16(mgmt->frame_control);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h840 le16 frame_control; member in struct:ieee80211_hdr
859 le16 frame_control; member in struct:ieee80211_mgmt
H A Dieee802_11_common.c604 fc = le_to_host16(hdr->frame_control);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c881 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
H A Dwpa_auth.c2498 fc = le_to_host16(mgmt->frame_control);
H A Dwnm_ap.c137 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
355 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
628 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
694 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
751 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
823 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
H A Dwmm.c200 m->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
H A Dieee802_11_shared.c101 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
182 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
H A Dieee802_11.c315 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
2066 fc = le_to_host16(mgmt->frame_control);
3342 reply.frame_control =
3488 reply->frame_control =
3902 fc = le_to_host16(mgmt->frame_control);
4431 !(mgmt->frame_control & host_to_le16(WLAN_FC_ISWEP)) &&
4442 u16 fc = le_to_host16(mgmt->frame_control);
4626 fc = le_to_host16(mgmt->frame_control);
H A Ddrv_callbacks.c1146 fc = le_to_host16(mgmt->frame_control);
1272 u16 fc = le_to_host16(hdr->frame_control);
1672 fc = le_to_host16(hdr->frame_control);
H A Dctrl_iface_ap.c442 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
446 fc2str(le_to_host16(mgmt->frame_control)));
507 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
570 mgmt.frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
H A Dbeacon.c415 resp->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
1109 head->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT,
/freebsd-11-stable/sys/dev/mly/
H A Dmlyreg.h225 u_int8_t frame_control:2; /* N/A */ member in struct:mly_param_controller

Completed in 263 milliseconds