Home
last modified time | relevance | path

Searched refs:offsetof (Results 1 – 12 of 12) sorted by relevance

/hostap-latest/src/utils/
Dlist.h63 #ifndef offsetof
64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
68 ((type *) ((char *) item - offsetof(type, member)))
Dradiotap.c114 …iterator->_next_bitmap = (le32 *) (((u8 *) radiotap_header) + offsetof(struct ieee80211_radiotap_h… in ieee80211_radiotap_iterator_init()
/hostap-latest/src/common/
Dctrl_iface_common.c63 a_len - offsetof(struct sockaddr_un, sun_path)) in sockaddr_compare()
104 socklen - offsetof(struct sockaddr_un, sun_path)); in sockaddr_print()
Dwpa_common.c3859 auth = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in wpa_pasn_build_auth_header()
/hostap-latest/src/pasn/
Dpasn_responder.c620 len - offsetof(struct ieee80211_mgmt, in handle_auth_pasn_1()
928 len - offsetof(struct ieee80211_mgmt, in handle_auth_pasn_3()
967 copy_len = len - offsetof(struct ieee80211_mgmt, u.auth); in handle_auth_pasn_3()
969 copy_len = len - offsetof(struct ieee80211_mgmt, u.auth); in handle_auth_pasn_3()
Dpasn_initiator.c1030 if (!mgmt || len < offsetof(struct ieee80211_mgmt, u.auth.variable)) in is_pasn_auth_frame()
1097 len - offsetof(struct ieee80211_mgmt, in wpa_pasn_auth_rx()
1260 copy_len = len - offsetof(struct ieee80211_mgmt, u.auth); in wpa_pasn_auth_rx()
/hostap-latest/wpaspy/
Dwpaspy.c173 "attached", T_INT, offsetof(struct wpaspy_obj, attached),
/hostap-latest/wpa_supplicant/
Dpasn_supplicant.c956 deauth = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in wpas_pasn_deauthenticate()
Dsme.c1350 resp = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in sme_external_auth_build_buf()
/hostap-latest/src/ap/
Dieee802_11_eht.c1010 len -= offsetof(struct ieee80211_mgmt, u.auth.variable); in hostapd_process_ml_auth()
Dieee802_11.c2724 len - offsetof(struct ieee80211_mgmt, in hapd_pasn_update_params()
/hostap-latest/src/p2p/
Dp2p.c2301 resp = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in p2p_build_probe_resp_buf()
4322 offsetof(struct p2p_device, info)); in p2p_get_peer_info_txt()