Searched refs:offsetof (Results 1 – 12 of 12) sorted by relevance
/hostap-latest/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-latest/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 | 3859 auth = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in wpa_pasn_build_auth_header()
|
/hostap-latest/src/pasn/ |
D | pasn_responder.c | 620 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()
|
D | pasn_initiator.c | 1030 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/ |
D | wpaspy.c | 173 "attached", T_INT, offsetof(struct wpaspy_obj, attached),
|
/hostap-latest/wpa_supplicant/ |
D | pasn_supplicant.c | 956 deauth = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in wpas_pasn_deauthenticate()
|
D | sme.c | 1350 resp = wpabuf_put(buf, offsetof(struct ieee80211_mgmt, in sme_external_auth_build_buf()
|
/hostap-latest/src/ap/ |
D | ieee802_11_eht.c | 1010 len -= offsetof(struct ieee80211_mgmt, u.auth.variable); in hostapd_process_ml_auth()
|
D | ieee802_11.c | 2724 len - offsetof(struct ieee80211_mgmt, in hapd_pasn_update_params()
|
/hostap-latest/src/p2p/ |
D | p2p.c | 2301 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()
|