Lines Matching defs:ie
1276 "ie %d/%d too long",
1950 ieee80211_saveie(u_int8_t **iep, const u_int8_t *ie)
1952 u_int ielen = ie[1]+2;
1955 if (*iep == NULL || (*iep)[1] != ie[1]) {
1961 memcpy(*iep, ie, ielen);
2053 "%s", "ie too short"); \
2297 struct ieee80211_tim_ie *ie =
2300 ni->ni_dtim_count = ie->tim_count;
2301 ni->ni_dtim_period = ie->tim_period;
2598 /* XXX verify only one of RSN and WPA ie's? */
2634 "[%s] no WPA/RSN IE in association request\n",
2651 * state so that information in the IE overrides
2673 "[%s] %s ie: mc %u/%u uc %u/%u key %u caps 0x%x\n",