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