HomeSort by relevance Sort by last modified time
    Searched defs:IEEE80211_FC (Results 1 - 2 of 2) 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/src/common/
ieee802_11_defs.h 385 #define IEEE80211_FC(type, stype) host_to_le16((type << 2) | (stype << 4))

Completed in 59 milliseconds