Lines Matching refs:INT_RANGE

1864 #define INT_RANGE(f, min, max) _INT(f), (void *) (min), (void *) (max), 0  macro
1902 { INT_RANGE(scan_ssid, 0, 1) },
1916 { INT_RANGE(max_oper_chwidth, VHT_CHANWIDTH_USE_HT,
1976 { INT_RANGE(mode, 0, 5) },
1977 { INT_RANGE(no_auto_peer, 0, 1) },
1979 { INT_RANGE(mode, 0, 4) },
1981 { INT_RANGE(proactive_key_caching, 0, 1) },
1982 { INT_RANGE(disabled, 0, 2) },
1985 { INT_RANGE(ieee80211w, 0, 2) },
1987 { INT_RANGE(peerkey, 0, 1) },
1988 { INT_RANGE(mixed_cell, 0, 1) },
1989 { INT_RANGE(frequency, 0, 65000) },
1990 { INT_RANGE(fixed_freq, 0, 1) },
1992 { INT_RANGE(acs, 0, 1) },
2003 { INT_RANGE(ignore_broadcast_ssid, 0, 2) },
2010 { INT_RANGE(disable_ht, 0, 1) },
2011 { INT_RANGE(disable_ht40, -1, 1) },
2012 { INT_RANGE(disable_sgi, 0, 1) },
2013 { INT_RANGE(disable_ldpc, 0, 1) },
2014 { INT_RANGE(ht40_intolerant, 0, 1) },
2015 { INT_RANGE(disable_max_amsdu, -1, 1) },
2016 { INT_RANGE(ampdu_factor, -1, 3) },
2017 { INT_RANGE(ampdu_density, -1, 7) },
2021 { INT_RANGE(disable_vht, 0, 1) },
2024 { INT_RANGE(vht_rx_mcs_nss_1, -1, 3) },
2025 { INT_RANGE(vht_rx_mcs_nss_2, -1, 3) },
2026 { INT_RANGE(vht_rx_mcs_nss_3, -1, 3) },
2027 { INT_RANGE(vht_rx_mcs_nss_4, -1, 3) },
2028 { INT_RANGE(vht_rx_mcs_nss_5, -1, 3) },
2029 { INT_RANGE(vht_rx_mcs_nss_6, -1, 3) },
2030 { INT_RANGE(vht_rx_mcs_nss_7, -1, 3) },
2031 { INT_RANGE(vht_rx_mcs_nss_8, -1, 3) },
2032 { INT_RANGE(vht_tx_mcs_nss_1, -1, 3) },
2033 { INT_RANGE(vht_tx_mcs_nss_2, -1, 3) },
2034 { INT_RANGE(vht_tx_mcs_nss_3, -1, 3) },
2035 { INT_RANGE(vht_tx_mcs_nss_4, -1, 3) },
2036 { INT_RANGE(vht_tx_mcs_nss_5, -1, 3) },
2037 { INT_RANGE(vht_tx_mcs_nss_6, -1, 3) },
2038 { INT_RANGE(vht_tx_mcs_nss_7, -1, 3) },
2039 { INT_RANGE(vht_tx_mcs_nss_8, -1, 3) },
2045 { INT_RANGE(macsec_policy, 0, 1) },
2050 { INT_RANGE(mac_addr, 0, 2) },
2051 { INT_RANGE(pbss, 0, 1) },
2066 #undef INT_RANGE
4215 #define INT_RANGE(f, min, max) _INT(f), (void *) min, (void *) max macro
4230 { INT_RANGE(eapol_version, 1, 3), 0 },
4232 { INT_RANGE(eapol_version, 1, 2), 0 },
4238 { INT_RANGE(max_peer_links, 0, 255), 0 },
4270 { INT_RANGE(wps_cred_processing, 0, 2), 0 },
4279 { INT_RANGE(p2p_go_intent, 0, 15), 0 },
4281 { INT_RANGE(persistent_reconnect, 0, 1), 0 },
4282 { INT_RANGE(p2p_intra_bss, 0, 1), CFG_CHANGED_P2P_INTRA_BSS },
4284 { INT_RANGE(p2p_go_freq_change_policy, 0, P2P_GO_FREQ_MOVE_MAX), 0 },
4285 { INT_RANGE(p2p_passphrase_len, 8, 63),
4289 { INT_RANGE(p2p_add_cli_chan, 0, 1), 0 },
4290 { INT_RANGE(p2p_optimize_listen_chan, 0, 1), 0 },
4294 { INT_RANGE(p2p_go_ctwindow, 0, 127), 0 },
4296 { INT_RANGE(p2p_ignore_shared_freq, 0, 1), 0 },
4301 { INT_RANGE(p2p_cli_probe, 0, 1), 0 },
4307 { INT_RANGE(filter_ssids, 0, 1), 0 },
4308 { INT_RANGE(filter_rssi, -100, 0), 0 },
4310 { INT_RANGE(disassoc_low_ack, 0, 1), 0 },
4312 { INT_RANGE(hs20, 0, 1), 0 },
4314 { INT_RANGE(interworking, 0, 1), 0 },
4316 { INT_RANGE(access_network_type, 0, 15), 0 },
4317 { INT_RANGE(pbc_in_m1, 0, 1), 0 },
4319 { INT_RANGE(wps_nfc_dev_pw_id, 0x10, 0xffff),
4326 { INT_RANGE(auto_interworking, 0, 1), 0 },
4333 { INT_RANGE(ignore_old_scan_res, 0, 1), 0 },
4350 { INT_RANGE(fst_priority, 1, FST_MAX_PRIO_VALUE), 0 },
4351 { INT_RANGE(fst_llt, 1, FST_MAX_LLT_MS), 0 },
4353 { INT_RANGE(wpa_rsc_relaxation, 0, 1), 0 },
4357 { INT_RANGE(mbo_cell_capa, MBO_CELL_CAPA_AVAILABLE,
4365 #undef INT_RANGE