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

  /external/wpa_supplicant_8/src/utils/
common.h 174 #define host_to_le64(n) ((__force le64) (u64) (n)) macro
187 #define host_to_le64(n) bswap_64(n) macro
  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 813 rep->start_time = host_to_le64(start);
    [all...]

Completed in 685 milliseconds