Searched refs:RTW_GET_BE24 (Results 1 – 4 of 4) sorted by relevance
85 #define RTW_GET_BE24(a) ((((u32) (a)[0]) << 16) | (((u32) (a)[1]) << 8) | \ macro
116 #define RTW_GET_BE24(a) ((((u32)(a)[0]) << 16) | (((u32) (a)[1]) << 8) | \ macro
879 oui = RTW_GET_BE24(pos); in rtw_ieee802_11_parse_vendor_specific()
1198 oui = RTW_GET_BE24(pos); in rtw_validate_vendor_specific_ies()