Searched refs:iefrm_t (Results 1 – 1 of 1) sorted by relevance
363 const uint8_t *iefrm_t = iefrm; in verify_mesh_perr_len() local364 uint8_t ndest = iefrm_t[IEEE80211_MESHPERR_NDEST_OFFSET]; in verify_mesh_perr_len()375 iefrm_t += IEEE80211_MESHPERR_NDEST_OFFSET + 1; /* flag is next field */ in verify_mesh_perr_len()378 if ((*iefrm_t) & IEEE80211_MESHPERR_FLAGS_AE) in verify_mesh_perr_len()379 iefrm_t += IEEE80211_MESHPERR_DEST_SZ_AE; in verify_mesh_perr_len()381 iefrm_t += IEEE80211_MESHPERR_DEST_SZ; in verify_mesh_perr_len()384 alloc_sz = (iefrm_t - iefrm) - 2; /* action + code */ in verify_mesh_perr_len()405 const uint8_t *iefrm_t = iefrm; /* temporary pointer */ in hwmp_recv_action_meshpath() local416 iefrm_t = iefrm; in hwmp_recv_action_meshpath()417 ndest = verify_mesh_preq_len(vap, wh, iefrm_t); in hwmp_recv_action_meshpath()[all …]