Lines Matching defs:len
2257 size_t len)
2261 wpa_hexdump(MSG_DEBUG, "Interworking: QoS Map Set", qos_map, len);
2262 res = wpa_drv_set_qos_map(wpa_s, qos_map, len);
2296 size_t len;
2310 len = elems.multi_ap_len - 4;
2312 map_sub_elem = get_ie(pos, len, MULTI_AP_SUB_ELEM_TYPE);
2354 size_t len;
2356 len = 2 + ie[1];
2357 if (len > ie_len) {
2365 (unsigned int) len);
2367 mb_ies.ies[mb_ies.nof_ies].ie_len = len - 2;
2371 ie_len -= len;
2372 ie += len;
2389 int l, len, found = 0, wpa_found, rsn_found;
2455 len = p[1] + 2;
2456 if (len > l) {
2466 if (wpa_sm_set_assoc_wpa_ie(wpa_s->wpa, p, len))
2472 l -= len;
2473 p += len;
2572 len = p[1] + 2;
2573 if (len > l) {
2585 l -= len;
2586 p += len;
2619 len = p[1] + 2;
2620 if (len > l) {
2629 wpa_sm_set_ap_wpa_ie(wpa_s->wpa, p, len);
2635 wpa_sm_set_ap_rsn_ie(wpa_s->wpa, p, len);
2638 l -= len;
2639 p += len;
3464 size_t len)
3469 wpa_hexdump(MSG_MSGDUMP, "FT: RX Action", data, len);
3472 if (len < 1 + 2 * ETH_ALEN + 2)
3497 len - (1 + 2 * ETH_ALEN + 2), 1,
3764 const u8 *frame, size_t len, int freq,
3772 if (len < IEEE80211_HDRLEN + 2)
3778 plen = len - IEEE80211_HDRLEN - 1;
3807 ieee802_11_rx_wnm_action(wpa_s, mgmt, len);
3880 fst_rx_action(wpa_s->fst, mgmt, len);
3900 mesh_mpm_action_rx(wpa_s, mgmt, len);