Searched refs:be_to_host32 (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h167 #define be_to_host32(n) wpa_swap_32(n) macro
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) macro
209 #define be_to_host32(n) (n) macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h167 #define be_to_host32(n) wpa_swap_32(n) macro
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) macro
209 #define be_to_host32(n) (n) macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h167 #define be_to_host32(n) wpa_swap_32(n) macro
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n)) macro
209 #define be_to_host32(n) (n) macro
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.c134 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));
737 participant->current_peer_id.mn = be_to_host32(body->actor_mn);
760 be_to_host32(body->actor_mn));
768 } else if (peer->mn < be_to_host32(bod
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.c134 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));
737 participant->current_peer_id.mn = be_to_host32(body->actor_mn);
760 be_to_host32(body->actor_mn));
768 } else if (peer->mn < be_to_host32(bod
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.c134 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));
737 participant->current_peer_id.mn = be_to_host32(body->actor_mn);
760 be_to_host32(body->actor_mn));
768 } else if (peer->mn < be_to_host32(bod
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ttls.c163 avp_code = be_to_host32(avp->avp_code);
164 avp_length = be_to_host32(avp->avp_length);
189 vendor_id = be_to_host32(* (be32 *) dpos);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c163 avp_code = be_to_host32(avp->avp_code);
164 avp_length = be_to_host32(avp->avp_length);
189 vendor_id = be_to_host32(* (be32 *) dpos);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c163 avp_code = be_to_host32(avp->avp_code);
164 avp_length = be_to_host32(avp->avp_length);
189 vendor_id = be_to_host32(* (be32 *) dpos);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ttls.c839 avp_code = be_to_host32(avp->avp_code);
840 avp_length = be_to_host32(avp->avp_length);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ttls.c839 avp_code = be_to_host32(avp->avp_code);
840 avp_length = be_to_host32(avp->avp_length);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ttls.c839 avp_code = be_to_host32(avp->avp_code);
840 avp_length = be_to_host32(avp->avp_length);

Completed in 659 milliseconds