Home | History | Annotate | Download | only in net80211

Lines Matching refs:ie

1281 			    "ie %d/%d too long",
1955 ieee80211_saveie(u_int8_t **iep, const u_int8_t *ie)
1957 u_int ielen = ie[1]+2;
1960 if (*iep == NULL || (*iep)[1] != ie[1]) {
1966 memcpy(*iep, ie, ielen);
2058 "%s", "ie too short"); \
2302 struct ieee80211_tim_ie *ie =
2305 ni->ni_dtim_count = ie->tim_count;
2306 ni->ni_dtim_period = ie->tim_period;
2603 /* XXX verify only one of RSN and WPA ie's? */
2639 "[%s] no WPA/RSN IE in association request\n",
2656 * state so that information in the IE overrides
2678 "[%s] %s ie: mc %u/%u uc %u/%u key %u caps 0x%x\n",