HomeSort by relevance Sort by last modified time
    Searched defs:oui (Results 1 - 25 of 41) sorted by null

1 2

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_common.c 26 unsigned int oui; local
29 * OUI of the vendor. The following byte is used a vendor specific
40 oui = WPA_GET_BE24(pos);
41 switch (oui) {
47 /* Microsoft OUI (00:50:F2) with OUI Type 1:
116 "element ignored (vendor OUI %02x:%02x:%02x "
  /external/tcpdump/
print-llc.c 45 #include "oui.h"
131 u_int32_t oui; member in struct:oui_tok
395 if (otp->oui == orgcode) {
400 (void)printf("oui %s (0x%06x), %s %s (0x%04x): ",
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
bcmeth.h 74 uint8 oui[3]; member in struct:bcmeth_hdr
802.11e.h 55 uint8 oui[DOT11_OUI_LEN]; /* WME_OUI */ member in struct:tspec
wpa.h 60 uint8 oui[3]; member in struct:__anon9581
86 uint8 oui[3]; member in struct:__anon9585
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
Ethernet.h 62 TI_UINT8 oui[3]; member in struct:__anon10715
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
Ethernet.h 62 TI_UINT8 oui[3]; member in struct:__anon17431
  /bionic/libc/kernel/common/linux/
if_fddi.h 66 __u8 oui[FDDI_K_OUI_LEN]; member in struct:fddi_snap_hdr
if_hippi.h 88 __u8 oui[HIPPI_OUI_LEN]; member in struct:hippi_snap_hdr
  /development/ndk/platforms/android-3/include/linux/
if_fddi.h 66 __u8 oui[FDDI_K_OUI_LEN]; member in struct:fddi_snap_hdr
if_hippi.h 88 __u8 oui[HIPPI_OUI_LEN]; member in struct:hippi_snap_hdr
  /external/bluetooth/bluez/test/
bdaddr.c 39 #include "oui.h"
321 char addr[18], oui[9], *comp; local
389 ba2oui(&bdaddr, oui);
390 comp = ouitocomp(oui);
414 ba2oui(&bdaddr, oui);
415 comp = ouitocomp(oui);
  /external/kernel-headers/original/linux/
if_hippi.h 146 __u8 oui[HIPPI_OUI_LEN]; /* organizational universal id (zero)*/ member in struct:hippi_snap_hdr
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 645 dev->categ, dev->oui, dev->sub_categ);
671 u8 oui[4]; local
672 /* <categ>-<OUI>-<subcateg> */
681 if (hexstr2bin(pos, oui, 4)) {
682 wpa_printf(MSG_ERROR, "WPS: Invalid device_type OUI");
686 wps->dev.oui = WPA_GET_BE32(oui);
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa.h 99 TI_UINT8 oui[DOT11_OUI_LEN - 1]; member in struct:__anon10877
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_fddi.h 66 __u8 oui[FDDI_K_OUI_LEN]; member in struct:fddi_snap_hdr
if_hippi.h 88 __u8 oui[HIPPI_OUI_LEN]; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_fddi.h 66 __u8 oui[FDDI_K_OUI_LEN]; member in struct:fddi_snap_hdr
if_hippi.h 88 __u8 oui[HIPPI_OUI_LEN]; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_fddi.h 66 __u8 oui[FDDI_K_OUI_LEN]; member in struct:fddi_snap_hdr
if_hippi.h 88 __u8 oui[HIPPI_OUI_LEN]; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_fddi.h 66 __u8 oui[FDDI_K_OUI_LEN]; member in struct:fddi_snap_hdr
if_hippi.h 88 __u8 oui[HIPPI_OUI_LEN]; member in struct:hippi_snap_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_fddi.h 66 __u8 oui[FDDI_K_OUI_LEN]; member in struct:fddi_snap_hdr
if_hippi.h 88 __u8 oui[HIPPI_OUI_LEN]; member in struct:hippi_snap_hdr

Completed in 367 milliseconds

1 2