Searched defs:ies_len (Results 1 - 25 of 54) sorted by relevance

123

/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.h20 const u8 *ies, size_t ies_len);
56 const u8 *ies, size_t ies_len)
55 sme_update_ft_ies(struct wpa_supplicant *wpa_s, const u8 *md, const u8 *ies, size_t ies_len) argument
H A Dmesh.c489 static int mesh_attr_text(const u8 *ies, size_t ies_len, char *buf, char *end) argument
496 if (ieee802_11_parse_elems(ies, ies_len, &elems, 0) == ParseFailed)
577 int wpas_mesh_scan_result_text(const u8 *ies, size_t ies_len, char *buf, argument
580 return mesh_attr_text(ies, ies_len, buf, end);
H A Dwmm_ac.c422 size_t ies_len)
430 if (ieee802_11_parse_elems(ies, ies_len, &elems, 1) == ParseFailed) {
467 size_t ies_len, const struct wmm_params *wmm_params)
491 assoc_data = wmm_ac_process_param_elem(wpa_s, ies, ies_len);
537 size_t ies_len, const struct wmm_params *wmm_params)
539 if (wmm_ac_init(wpa_s, ies, ies_len, wmm_params))
421 wmm_ac_process_param_elem(struct wpa_supplicant *wpa_s, const u8 *ies, size_t ies_len) argument
466 wmm_ac_init(struct wpa_supplicant *wpa_s, const u8 *ies, size_t ies_len, const struct wmm_params *wmm_params) argument
536 wmm_ac_notify_assoc(struct wpa_supplicant *wpa_s, const u8 *ies, size_t ies_len, const struct wmm_params *wmm_params) argument
H A Drrm.c636 static int wpas_get_op_chan_phy(int freq, const u8 *ies, size_t ies_len, argument
645 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION);
659 ie = get_ie(ies, ies_len, WLAN_EID_VHT_OPERATION);
710 size_t ies_len = bss->ie_len ? bss->ie_len : bss->beacon_ie_len; local
754 while (ies_len > 2 && 2U + ies[1] <= ies_len && rem_len > 0) {
778 ies_len -= 2 + ies[1];
H A Dsme.c857 data->auth.ies, data->auth.ies_len);
866 data->auth.ies_len);
885 if (data->auth.ies && data->auth.ies_len) {
886 size_t buflen = 2 * data->auth.ies_len + 1;
890 data->auth.ies_len);
944 data->auth.ies_len, 0,
964 data->auth.ies_len) < 0) {
1147 const u8 *ies, size_t ies_len)
1159 wpa_hexdump(MSG_DEBUG, "SME: FT IEs", ies, ies_len);
1161 wpa_s->sme.ft_ies = os_malloc(ies_len);
1146 sme_update_ft_ies(struct wpa_supplicant *wpa_s, const u8 *md, const u8 *ies, size_t ies_len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ft.c55 * @ies_len: Length of ies buffer in octets
58 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) argument
65 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0)
370 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, argument
383 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
407 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
669 size_t ies_len, const u8 *src_addr)
677 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
690 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
668 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, const u8 *src_addr) argument
H A Dwpa.h51 size_t ies_len);
53 const u8 *ies, size_t ies_len);
359 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len);
361 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len,
367 size_t ies_len, const u8 *src_addr);
374 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) argument
386 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, argument
402 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ft.c55 * @ies_len: Length of ies buffer in octets
58 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) argument
65 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0)
370 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, argument
383 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
407 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
669 size_t ies_len, const u8 *src_addr)
677 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
690 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
668 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, const u8 *src_addr) argument
H A Dwpa.h51 size_t ies_len);
53 const u8 *ies, size_t ies_len);
359 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len);
361 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len,
367 size_t ies_len, const u8 *src_addr);
374 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) argument
386 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, argument
402 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, argument
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ft.c55 * @ies_len: Length of ies buffer in octets
58 int wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) argument
65 if (wpa_ft_parse_ies(ies, ies_len, &ft) < 0)
370 int wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, argument
383 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
407 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
669 size_t ies_len, const u8 *src_addr)
677 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
690 if (wpa_ft_parse_ies(ies, ies_len, &parse) < 0) {
668 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, const u8 *src_addr) argument
/external/wpa_supplicant_8/hostapd/src/common/
H A Dprivsep_commands.h108 size_t ies_len; member in struct:privsep_event_auth
109 /* followed by ies_len bytes of ies */
H A Dieee802_11_common.c516 int ieee802_11_ie_count(const u8 *ies, size_t ies_len) argument
525 end = ies + ies_len;
538 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len, argument
545 end = ies + ies_len;
562 buf = wpabuf_alloc(ies_len);
1264 size_t ies_len)
1268 while (ies_buf && ies_len >= 2 &&
1272 if (len > ies_len) {
1274 ies_buf, ies_len);
1285 ies_len
1263 mb_ies_info_by_ies(struct mb_ies_info *info, const u8 *ies_buf, size_t ies_len) argument
[all...]
/external/wpa_supplicant_8/src/common/
H A Dprivsep_commands.h108 size_t ies_len; member in struct:privsep_event_auth
109 /* followed by ies_len bytes of ies */
H A Dieee802_11_common.c516 int ieee802_11_ie_count(const u8 *ies, size_t ies_len) argument
525 end = ies + ies_len;
538 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len, argument
545 end = ies + ies_len;
562 buf = wpabuf_alloc(ies_len);
1264 size_t ies_len)
1268 while (ies_buf && ies_len >= 2 &&
1272 if (len > ies_len) {
1274 ies_buf, ies_len);
1285 ies_len
1263 mb_ies_info_by_ies(struct mb_ies_info *info, const u8 *ies_buf, size_t ies_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dprivsep_commands.h108 size_t ies_len; member in struct:privsep_event_auth
109 /* followed by ies_len bytes of ies */
H A Dieee802_11_common.c516 int ieee802_11_ie_count(const u8 *ies, size_t ies_len) argument
525 end = ies + ies_len;
538 struct wpabuf * ieee802_11_vendor_ie_concat(const u8 *ies, size_t ies_len, argument
545 end = ies + ies_len;
562 buf = wpabuf_alloc(ies_len);
1264 size_t ies_len)
1268 while (ies_buf && ies_len >= 2 &&
1272 if (len > ies_len) {
1274 ies_buf, ies_len);
1285 ies_len
1263 mb_ies_info_by_ies(struct mb_ies_info *info, const u8 *ies_buf, size_t ies_len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddrv_callbacks.c696 const u8 *ies, size_t ies_len)
709 hostapd_sta_auth(hapd, dst, auth_transaction, status, ies, ies_len);
746 rx_auth->ies_len,
693 hostapd_notify_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_scan.c1200 * @ies_len: Length of IEs in bytes
1203 int nl80211_set_default_scan_ies(void *priv, const u8 *ies, size_t ies_len) argument
1224 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan default IEs", ies, ies_len);
1226 ies_len, ies))
H A Ddriver_nl80211_event.c176 event.auth.ies_len = len - 24 - sizeof(mgmt->u.auth);
1053 data.ft_ies.ies_len = nla_len(tb[NL80211_ATTR_IE]);
1286 size_t ies_len = 0; local
1289 ies_len = nla_len(tb[NL80211_ATTR_IE]);
1291 wpa_hexdump(MSG_DEBUG, "nl80211: Assoc Req IEs", ies, ies_len);
1292 drv_event_assoc(bss->ctx, addr, ies, ies_len, 0);
/external/wpa_supplicant_8/src/ap/
H A Ddrv_callbacks.c696 const u8 *ies, size_t ies_len)
709 hostapd_sta_auth(hapd, dst, auth_transaction, status, ies, ies_len);
746 rx_auth->ies_len,
693 hostapd_notify_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_scan.c1200 * @ies_len: Length of IEs in bytes
1203 int nl80211_set_default_scan_ies(void *priv, const u8 *ies, size_t ies_len) argument
1224 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan default IEs", ies, ies_len);
1226 ies_len, ies))
H A Ddriver_nl80211_event.c176 event.auth.ies_len = len - 24 - sizeof(mgmt->u.auth);
1053 data.ft_ies.ies_len = nla_len(tb[NL80211_ATTR_IE]);
1286 size_t ies_len = 0; local
1289 ies_len = nla_len(tb[NL80211_ATTR_IE]);
1291 wpa_hexdump(MSG_DEBUG, "nl80211: Assoc Req IEs", ies, ies_len);
1292 drv_event_assoc(bss->ctx, addr, ies, ies_len, 0);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c696 const u8 *ies, size_t ies_len)
709 hostapd_sta_auth(hapd, dst, auth_transaction, status, ies, ies_len);
746 rx_auth->ies_len,
693 hostapd_notify_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_scan.c1200 * @ies_len: Length of IEs in bytes
1203 int nl80211_set_default_scan_ies(void *priv, const u8 *ies, size_t ies_len) argument
1224 wpa_hexdump(MSG_MSGDUMP, "nl80211: Scan default IEs", ies, ies_len);
1226 ies_len, ies))
H A Ddriver_nl80211_event.c176 event.auth.ies_len = len - 24 - sizeof(mgmt->u.auth);
1053 data.ft_ies.ies_len = nla_len(tb[NL80211_ATTR_IE]);
1286 size_t ies_len = 0; local
1289 ies_len = nla_len(tb[NL80211_ATTR_IE]);
1291 wpa_hexdump(MSG_DEBUG, "nl80211: Assoc Req IEs", ies, ies_len);
1292 drv_event_assoc(bss->ctx, addr, ies, ies_len, 0);

Completed in 472 milliseconds

123