HomeSort by relevance Sort by last modified time
    Searched refs:oui_type (Results 1 - 9 of 9) sorted by null

  /external/syslinux/gpxe/src/net/80211/
sec80211.c 43 u32 oui_type; member in struct:descriptor_map
46 /** Magic number in @a oui_type showing end of list */
52 .oui_type = IEEE80211_RSN_CTYPE_WEP40 },
55 .oui_type = IEEE80211_RSN_CTYPE_WEP104 },
58 .oui_type = IEEE80211_RSN_CTYPE_TKIP },
61 .oui_type = IEEE80211_RSN_CTYPE_CCMP },
64 .oui_type = END_MAGIC },
70 .oui_type = IEEE80211_RSN_ATYPE_8021X },
73 .oui_type = IEEE80211_RSN_ATYPE_PSK },
76 .oui_type = END_MAGIC }
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
wpa.h 56 uint8 oui_type; /* OUI type */ member in struct:__anon41887
p2p.h 45 uint8 oui_type; /* Identifies P2P version: P2P_VER */ member in struct:wifi_p2p_ie
255 uint8 oui_type; /* WPS_OUI_TYPE */ member in struct:wifi_p2p_pri_devtype_s
355 uint8 oui_type; /* OUI type - P2P_VER */ member in struct:wifi_p2p_pub_act_frame
  /external/syslinux/gpxe/src/include/gpxe/
wpa.h 472 u32 oui_type; member in struct:wpa_kde
  /external/wpa_supplicant_8/src/ap/
wmm.c 59 wmm->oui_type = WMM_OUI_TYPE;
110 wmm->oui[0], wmm->oui[1], wmm->oui[2], wmm->oui_type,
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 134 u32 oui_type);
ieee802_11_common.c 539 u32 oui_type)
552 WPA_GET_BE32(&pos[2]) == oui_type) {
574 WPA_GET_BE32(&pos[2]) == oui_type)
    [all...]
ieee802_11_defs.h 1226 u8 oui_type; \/* 2 *\/ member in struct:wmm_information_element
1264 u8 oui_type; \/* 2 *\/ member in struct:wmm_parameter_element
1278 u8 oui_type; \/* 2 *\/ member in struct:wmm_tspec_element
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wmm_ac.c 292 tspec->oui_type = WMM_OUI_TYPE;

Completed in 143 milliseconds