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

  /external/wpa_supplicant/
common.h 80 #define be_to_host32(n) wpa_swap_32(n) macro
103 #define be_to_host32(n) bswap_32(n) macro
115 #define be_to_host32(n) (n) macro
eap_ttls.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 189 #define be_to_host32(n) wpa_swap_32(n) macro
218 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) macro
230 #define be_to_host32(n) (n) macro
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_ttls.c 181 avp_code = be_to_host32(avp->avp_code);
182 avp_length = be_to_host32(avp->avp_length);
207 vendor_id = be_to_host32(* (be32 *) dpos);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ttls.c 1103 avp_code = be_to_host32(avp->avp_code);
1104 avp_length = be_to_host32(avp->avp_length);
    [all...]

Completed in 229 milliseconds