Home
last modified time | relevance | path

Searched refs:wpa_ie_hdr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c46 struct wpa_ie_hdr *hdr; in wpa_gen_wpa_ie_wpa()
53 hdr = (struct wpa_ie_hdr *) wpa_ie; in wpa_gen_wpa_ie_wpa()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c30 struct wpa_ie_hdr *hdr; in wpa_write_wpa_ie()
35 hdr = (struct wpa_ie_hdr *) buf; in wpa_write_wpa_ie()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h303 struct wpa_ie_hdr { struct
H A Dwpa_common.c2058 const struct wpa_ie_hdr *hdr; in wpa_parse_wpa_ie_wpa()
2073 if (wpa_ie_len < sizeof(struct wpa_ie_hdr)) { in wpa_parse_wpa_ie_wpa()
2079 hdr = (const struct wpa_ie_hdr *) wpa_ie; in wpa_parse_wpa_ie_wpa()