• Home
  • Raw
  • Download

Lines Matching refs:PRINT_SCAN

1313 	[0] = { "SSID", print_ssid, 0, 32, BIT(PRINT_SCAN) | BIT(PRINT_LINK), },
1314 [1] = { "Supported rates", print_supprates, 0, 255, BIT(PRINT_SCAN), },
1315 [3] = { "DS Parameter set", print_ds, 1, 1, BIT(PRINT_SCAN), },
1316 [5] = { "TIM", print_tim, 4, 255, BIT(PRINT_SCAN), },
1317 [6] = { "IBSS ATIM window", print_ibssatim, 2, 2, BIT(PRINT_SCAN), },
1318 [7] = { "Country", print_country, 3, 255, BIT(PRINT_SCAN), },
1319 [11] = { "BSS Load", print_bss_load, 5, 5, BIT(PRINT_SCAN), },
1320 [32] = { "Power constraint", print_powerconstraint, 1, 1, BIT(PRINT_SCAN), },
1321 [35] = { "TPC report", print_tpcreport, 2, 2, BIT(PRINT_SCAN), },
1322 [42] = { "ERP", print_erp, 1, 255, BIT(PRINT_SCAN), },
1323 [45] = { "HT capabilities", print_ht_capa, 26, 26, BIT(PRINT_SCAN), },
1324 [47] = { "ERP D4.0", print_erp, 1, 255, BIT(PRINT_SCAN), },
1325 [74] = { "Overlapping BSS scan params", print_obss_scan_params, 14, 255, BIT(PRINT_SCAN), },
1326 [61] = { "HT operation", print_ht_op, 22, 22, BIT(PRINT_SCAN), },
1327 [62] = { "Secondary Channel Offset", print_secchan_offs, 1, 1, BIT(PRINT_SCAN), },
1328 [191] = { "VHT capabilities", print_vht_capa, 12, 255, BIT(PRINT_SCAN), },
1329 [192] = { "VHT operation", print_vht_oper, 5, 255, BIT(PRINT_SCAN), },
1330 [48] = { "RSN", print_rsn, 2, 255, BIT(PRINT_SCAN), },
1331 [50] = { "Extended supported rates", print_supprates, 0, 255, BIT(PRINT_SCAN), },
1332 [113] = { "MESH Configuration", print_mesh_conf, 7, 7, BIT(PRINT_SCAN), },
1333 [114] = { "MESH ID", print_ssid, 0, 32, BIT(PRINT_SCAN) | BIT(PRINT_LINK), },
1334 [127] = { "Extended capabilities", print_capabilities, 0, 255, BIT(PRINT_SCAN), },
1335 [107] = { "802.11u Interworking", print_interworking, 0, 255, BIT(PRINT_SCAN), },
1336 [108] = { "802.11u Advertisement", print_11u_advert, 0, 255, BIT(PRINT_SCAN), },
1337 [111] = { "802.11u Roaming Consortium", print_11u_rcon, 0, 255, BIT(PRINT_SCAN), },
1605 [1] = { "WPA", print_wifi_wpa, 2, 255, BIT(PRINT_SCAN), },
1606 [2] = { "WMM", print_wifi_wmm, 1, 255, BIT(PRINT_SCAN), },
1607 [4] = { "WPS", print_wifi_wps, 0, 255, BIT(PRINT_SCAN), },
1701 [9] = { "P2P", print_p2p, 2, 255, BIT(PRINT_SCAN), },
1702 [16] = { "HotSpot 2.0 Indication", print_hs20_ind, 1, 255, BIT(PRINT_SCAN), },
1703 [18] = { "HotSpot 2.0 OSEN", print_wifi_osen, 1, 255, BIT(PRINT_SCAN), },
1988 scan_params.type = PRINT_SCAN; in handle_scan_dump()