OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IEEE80211_FC
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/
mlme.c
52
#define
IEEE80211_FC
(type, stype) host_to_le16((type << 2) | (stype << 4))
250
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
377
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
386
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
499
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
527
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
665
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
mlme.c
53
#define
IEEE80211_FC
(type, stype) host_to_le16((type << 2) | (stype << 4))
241
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
368
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
377
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
486
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
514
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
652
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
1045
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
[
all
...]
/external/wpa_supplicant/
mlme.c
249
#define
IEEE80211_FC
(type, stype) host_to_le16((type << 2) | (stype << 4))
609
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
704
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
713
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
800
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
828
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
966
mgmt->frame_control =
IEEE80211_FC
(WLAN_FC_TYPE_MGMT,
[
all
...]
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
326
#define
IEEE80211_FC
(type, stype) host_to_le16((type << 2) | (stype << 4))
Completed in 1044 milliseconds