Searched refs:offsetof (Results 1 – 9 of 9) sorted by relevance
/hostap-3.7.0/src/utils/ |
D | list.h | 63 #ifndef offsetof 64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro 68 ((type *) ((char *) item - offsetof(type, member)))
|
D | radiotap.c | 114 …iterator->_next_bitmap = (le32 *) (((u8 *) radiotap_header) + offsetof(struct ieee80211_radiotap_h… in ieee80211_radiotap_iterator_init()
|
/hostap-3.7.0/src/common/ |
D | ctrl_iface_common.c | 63 a_len - offsetof(struct sockaddr_un, sun_path)) in sockaddr_compare() 104 socklen - offsetof(struct sockaddr_un, sun_path)); in sockaddr_print()
|
D | wpa_common.c | 3302 auth = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in wpa_pasn_build_auth_header()
|
/hostap-3.7.0/wpaspy/ |
D | wpaspy.c | 173 "attached", T_INT, offsetof(struct wpaspy_obj, attached),
|
/hostap-3.7.0/wpa_supplicant/ |
D | pasn_supplicant.c | 1347 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()
|
D | sme.c | 1048 resp = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in sme_external_auth_build_buf()
|
/hostap-3.7.0/src/ap/ |
D | ieee802_11.c | 3130 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/ |
D | p2p.c | 2267 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()
|