HomeSort by relevance Sort by last modified time
    Searched defs:WPA_GET_LE64 (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 308 #define WPA_GET_LE64(a) ((((u64) (a)[7]) << 56) | (((u64) (a)[6]) << 48) | \
  /external/wpa_supplicant_8/src/utils/
common.h 302 #define WPA_GET_LE64(a) ((((u64) (a)[7]) << 56) | (((u64) (a)[6]) << 48) | \

Completed in 445 milliseconds