Home | History | Annotate | Download | only in ifconfig

Lines Matching refs:ielen

910 printie(const char* tag, const uint8_t *ie, size_t ielen, int maxlen)
915 if ((int)(2*ielen) > maxlen)
918 for (; ielen > 0; ie++, ielen--) {
923 if (ielen != 0)
946 printwmeparam(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
977 printwmeinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
1029 printwpaie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
1115 printrsnie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
1124 ie += 2, ielen -= 2;
1127 ie += 2, ielen -= 2;
1130 ie += 4, ielen -= 4;
1134 ie += 2, ielen -= 2;
1138 ie += 4, ielen -= 4;
1144 ie += 2, ielen -= 2;
1148 ie += 4, ielen -= 4;
1152 if (ielen > 2) /* optional capabilities */
1204 printssid(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
1212 printrates(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
1219 for (i = 2; i < ielen; i++) {
1229 printcountry(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen)
1303 printies(const u_int8_t *vp, int ielen, int maxcols)
1305 while (ielen > 0) {
1347 ielen -= 2+vp[1];