iwinfo: add BSS load element to scan result
[oweals/iwinfo.git] / iwinfo_nl80211.c
index 2b2a04386ee5faf8a38f8601d991795f503597c5..7463fc7791be72740a76f2f67838a2b7240907ae 100644 (file)
@@ -2296,6 +2296,10 @@ static void nl80211_get_scanlist_ie(struct nlattr **bss,
                        }
                        break;
 
+               case 11: /* BSS Load */
+                       iwinfo_parse_bss_load(e, ie + 2);
+                       break;
+
                case 48: /* RSN */
                        iwinfo_parse_rsn(&e->crypto, ie + 2, ie[1],
                                         IWINFO_CIPHER_CCMP, IWINFO_KMGMT_8021x);