Searched refs:DOT11_OUI_LEN (Results 1 – 5 of 5) sorted by relevance
49 uint8 oui[DOT11_OUI_LEN]; /* WME_OUI */
90 #define DOT11_OUI_LEN 3 /* d11 OUI length */ macro95 uint8 oui[DOT11_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
34 #define DOT11_OUI_LEN 3 macro
683 result = request.put(ANDR_WIFI_ATTRIBUTE_PNO_RANDOM_MAC_OUI, scan_oui, DOT11_OUI_LEN); in createRequest()
2104 (ie_len >= (DOT11_OUI_LEN + type_len)) && in find_vendor_ie()2105 !bcmp(ie->data, voui, DOT11_OUI_LEN)) in find_vendor_ie()2109 !bcmp(&ie->data[DOT11_OUI_LEN], type, type_len)) { in find_vendor_ie()