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
197 #define RTW_GET_BE24(a) ((((u32) (a)[0]) << 16) | (((u32) (a)[1]) << 8) | \ macro
702 oui = RTW_GET_BE24(pos); in rtw_ieee802_11_parse_vendor_specific()
877 oui = RTW_GET_BE24(pos); in rtw_ieee802_11_parse_vendor_specific()