Searched defs:wpa_ie (Results 1 - 25 of 51) sorted by relevance

123

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.c16 #include "wpa_ie.h"
21 * @wpa_ie: Pointer to WPA or RSN IE
28 int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len, argument
31 if (wpa_ie_len >= 1 && wpa_ie[0] == WLAN_EID_RSN)
32 return wpa_parse_wpa_ie_rsn(wpa_ie, wpa_ie_len, data);
33 if (wpa_ie_len >= 6 && wpa_ie[0] == WLAN_EID_VENDOR_SPECIFIC &&
34 wpa_ie[1] >= 4 && WPA_GET_BE32(&wpa_ie[2]) == OSEN_IE_VENDOR_TYPE)
35 return wpa_parse_wpa_ie_rsn(wpa_ie, wpa_ie_len, data);
37 return wpa_parse_wpa_ie_wpa(wpa_ie, wpa_ie_le
41 wpa_gen_wpa_ie_wpa(u8 *wpa_ie, size_t wpa_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt) argument
246 wpa_gen_wpa_ie_osen(u8 *wpa_ie, size_t wpa_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt) argument
310 wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len) argument
[all...]
H A Dwpa_ie.h15 const u8 *wpa_ie; member in struct:wpa_eapol_ie_parse
70 int wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len);
H A Dwpa.h131 int wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie,
146 int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len,
234 u8 *wpa_ie,
280 static inline int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len, argument
233 wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie, size_t *wpa_ie_len) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.c16 #include "wpa_ie.h"
21 * @wpa_ie: Pointer to WPA or RSN IE
28 int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len, argument
31 if (wpa_ie_len >= 1 && wpa_ie[0] == WLAN_EID_RSN)
32 return wpa_parse_wpa_ie_rsn(wpa_ie, wpa_ie_len, data);
33 if (wpa_ie_len >= 6 && wpa_ie[0] == WLAN_EID_VENDOR_SPECIFIC &&
34 wpa_ie[1] >= 4 && WPA_GET_BE32(&wpa_ie[2]) == OSEN_IE_VENDOR_TYPE)
35 return wpa_parse_wpa_ie_rsn(wpa_ie, wpa_ie_len, data);
37 return wpa_parse_wpa_ie_wpa(wpa_ie, wpa_ie_le
41 wpa_gen_wpa_ie_wpa(u8 *wpa_ie, size_t wpa_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt) argument
246 wpa_gen_wpa_ie_osen(u8 *wpa_ie, size_t wpa_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt) argument
310 wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len) argument
[all...]
H A Dwpa_ie.h15 const u8 *wpa_ie; member in struct:wpa_eapol_ie_parse
70 int wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len);
H A Dwpa.h131 int wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie,
146 int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len,
234 u8 *wpa_ie,
280 static inline int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len, argument
233 wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie, size_t *wpa_ie_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.c16 #include "wpa_ie.h"
21 * @wpa_ie: Pointer to WPA or RSN IE
28 int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len, argument
31 if (wpa_ie_len >= 1 && wpa_ie[0] == WLAN_EID_RSN)
32 return wpa_parse_wpa_ie_rsn(wpa_ie, wpa_ie_len, data);
33 if (wpa_ie_len >= 6 && wpa_ie[0] == WLAN_EID_VENDOR_SPECIFIC &&
34 wpa_ie[1] >= 4 && WPA_GET_BE32(&wpa_ie[2]) == OSEN_IE_VENDOR_TYPE)
35 return wpa_parse_wpa_ie_rsn(wpa_ie, wpa_ie_len, data);
37 return wpa_parse_wpa_ie_wpa(wpa_ie, wpa_ie_le
41 wpa_gen_wpa_ie_wpa(u8 *wpa_ie, size_t wpa_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt) argument
246 wpa_gen_wpa_ie_osen(u8 *wpa_ie, size_t wpa_ie_len, int pairwise_cipher, int group_cipher, int key_mgmt) argument
310 wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len) argument
[all...]
H A Dwpa_ie.h15 const u8 *wpa_ie; member in struct:wpa_eapol_ie_parse
70 int wpa_gen_wpa_ie(struct wpa_sm *sm, u8 *wpa_ie, size_t wpa_ie_len);
H A Dwpa.h131 int wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie,
146 int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len,
234 u8 *wpa_ie,
280 static inline int wpa_parse_wpa_ie(const u8 *wpa_ie, size_t wpa_ie_len, argument
233 wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie, size_t *wpa_ie_len) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.h13 const u8 *wpa_ie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ie.c410 os_free(wpa_auth->wpa_ie);
411 wpa_auth->wpa_ie =
413 if (wpa_auth->wpa_ie == NULL)
415 os_memcpy(wpa_auth->wpa_ie, wpa_auth->conf.own_ie_override,
451 os_free(wpa_auth->wpa_ie);
452 wpa_auth->wpa_ie = os_malloc(pos - buf);
453 if (wpa_auth->wpa_ie == NULL)
455 os_memcpy(wpa_auth->wpa_ie, buf, pos - buf);
500 const u8 *wpa_ie, size_t wpa_ie_len,
512 if (wpa_ie
498 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *mdie, size_t mdie_len) argument
[all...]
H A Dwpa_auth_glue.c621 const u8 *wpa_ie; local
641 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
642 if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len)) {
H A Dwpa_auth_i.h93 u8 *wpa_ie; member in struct:wpa_state_machine
200 u8 *wpa_ie; member in struct:wpa_authenticator
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.h13 const u8 *wpa_ie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ie.c410 os_free(wpa_auth->wpa_ie);
411 wpa_auth->wpa_ie =
413 if (wpa_auth->wpa_ie == NULL)
415 os_memcpy(wpa_auth->wpa_ie, wpa_auth->conf.own_ie_override,
451 os_free(wpa_auth->wpa_ie);
452 wpa_auth->wpa_ie = os_malloc(pos - buf);
453 if (wpa_auth->wpa_ie == NULL)
455 os_memcpy(wpa_auth->wpa_ie, buf, pos - buf);
500 const u8 *wpa_ie, size_t wpa_ie_len,
512 if (wpa_ie
498 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *mdie, size_t mdie_len) argument
[all...]
H A Dwpa_auth_glue.c621 const u8 *wpa_ie; local
641 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
642 if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len)) {
H A Dwpa_auth_i.h93 u8 *wpa_ie; member in struct:wpa_state_machine
200 u8 *wpa_ie; member in struct:wpa_authenticator
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.h13 const u8 *wpa_ie; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ie.c410 os_free(wpa_auth->wpa_ie);
411 wpa_auth->wpa_ie =
413 if (wpa_auth->wpa_ie == NULL)
415 os_memcpy(wpa_auth->wpa_ie, wpa_auth->conf.own_ie_override,
451 os_free(wpa_auth->wpa_ie);
452 wpa_auth->wpa_ie = os_malloc(pos - buf);
453 if (wpa_auth->wpa_ie == NULL)
455 os_memcpy(wpa_auth->wpa_ie, buf, pos - buf);
500 const u8 *wpa_ie, size_t wpa_ie_len,
512 if (wpa_ie
498 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *mdie, size_t mdie_len) argument
[all...]
H A Dwpa_auth_glue.c621 const u8 *wpa_ie; local
641 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
642 if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len)) {
H A Dwpa_auth_i.h93 u8 *wpa_ie; member in struct:wpa_state_machine
200 u8 *wpa_ie; member in struct:wpa_authenticator
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c416 const u8 *wpa_ie, *rsn_ie, *wps_ie; local
421 wpa_ie = wpa_bss_get_vendor_ie(bss, WPA_IE_VENDOR_TYPE);
433 (wpa_ie &&
435 (const char *) wpa_ie,
436 wpa_ie[1] + 2)) ||
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h32 const u8 *wpa_ie; member in struct:ieee802_11_elems
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h32 const u8 *wpa_ie; member in struct:ieee802_11_elems
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h32 const u8 *wpa_ie; member in struct:ieee802_11_elems

Completed in 247 milliseconds

123