Home
last modified time | relevance | path

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

/hostap-3.7.0/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-3.7.0/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.c3302 auth = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in wpa_pasn_build_auth_header()
/hostap-3.7.0/wpaspy/
Dwpaspy.c173 "attached", T_INT, offsetof(struct wpaspy_obj, attached),
/hostap-3.7.0/wpa_supplicant/
Dpasn_supplicant.c1347 len < offsetof(struct ieee80211_mgmt, u.auth.variable)) in wpas_pasn_auth_rx()
1385 len - offsetof(struct ieee80211_mgmt, in wpas_pasn_auth_rx()
1535 len - offsetof(struct ieee80211_mgmt, u.auth), in wpas_pasn_auth_rx()
1609 data_len < offsetof(struct ieee80211_mgmt, u.auth.variable)) in wpas_pasn_auth_tx_status()
1686 deauth = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in wpas_pasn_deauthenticate()
Dsme.c1048 resp = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in sme_external_auth_build_buf()
/hostap-3.7.0/src/ap/
Dieee802_11.c3130 len - offsetof(struct ieee80211_mgmt, in handle_auth_pasn_1()
3402 len - offsetof(struct ieee80211_mgmt, in handle_auth_pasn_3()
3449 len - offsetof(struct ieee80211_mgmt, u.auth), in handle_auth_pasn_3()
/hostap-3.7.0/src/p2p/
Dp2p.c2267 resp = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in p2p_build_probe_resp_buf()
4286 offsetof(struct p2p_device, info)); in p2p_get_peer_info_txt()