Searched refs:iefrm_t (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hwmp.c368 const uint8_t *iefrm_t = iefrm; local
369 uint8_t ndest = iefrm_t[IEEE80211_MESHPERR_NDEST_OFFSET];
380 iefrm_t += IEEE80211_MESHPERR_NDEST_OFFSET + 1; /* flag is next field */
383 if ((*iefrm_t) & IEEE80211_MESHPERR_FLAGS_AE)
384 iefrm_t += IEEE80211_MESHPERR_DEST_SZ_AE;
386 iefrm_t += IEEE80211_MESHPERR_DEST_SZ;
389 alloc_sz = (iefrm_t - iefrm) - 2; /* action + code */
410 const uint8_t *iefrm_t = iefrm; /* temporary pointer */ local
421 iefrm_t = iefrm;
422 ndest = verify_mesh_preq_len(vap, wh, iefrm_t);
[all...]

Completed in 33 milliseconds