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

  /external/wpa_supplicant_8/src/ap/
dhcp_snoop.c 133 ipaddr_str(be_to_host32(sta->ipaddr)));
accounting.c 140 be_to_host32(sta->ipaddr))) {
  /external/wpa_supplicant_8/src/utils/
common.h 142 #define be_to_host32(n) wpa_swap_32(n) macro
171 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) macro
184 #define be_to_host32(n) (n) macro
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 134 be_to_host32(body->actor_mn));
169 wpa_printf(MSG_DEBUG, "\tMessage Number: %d", be_to_host32(mn));
195 be_to_host32(body->kn));
236 be_to_host32(body->lkn));
238 be_to_host32(body->llpn));
242 be_to_host32(body->okn));
244 be_to_host32(body->olpn));
738 participant->current_peer_id.mn = be_to_host32(body->actor_mn);
761 be_to_host32(body->actor_mn));
769 } else if (peer->mn < be_to_host32(body->actor_mn))
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 193 avp_code = be_to_host32(avp->avp_code);
194 avp_length = be_to_host32(avp->avp_length);
219 vendor_id = be_to_host32(* (be32 *) dpos);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ttls.c 906 avp_code = be_to_host32(avp->avp_code);
907 avp_length = be_to_host32(avp->avp_length);
    [all...]

Completed in 296 milliseconds