Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:STR

2048 /* STR: Define a string variable for an ASCII string; f = field name */
2056 #define STR(f) _STR(f), NULL, NULL, NULL, 0
2062 * data length. Unlike STR(), this can be used to store arbitrary binary data
2111 * into .name and for STR and INT types, the offset of the target buffer within
2114 * .param3 and .param4 can be used to mark the allowed range (length for STR
2220 { STR(id_str) },
2240 { STR(bgscan) },
2256 { STR(ht_mcs) },
2298 { STR(dpp_connector) },
2308 #undef STR
3453 static char * alloc_strdup(const char *str)
3455 if (str == NULL)
3457 return os_strdup(str);
4486 #define STR(f) _STR(f), NULL, NULL
4494 { STR(ctrl_interface), 0 },
4496 { STR(ctrl_interface_group), 0 } /* deprecated */,
4513 { STR(opensc_engine_path), 0 },
4514 { STR(pkcs11_engine_path), 0 },
4515 { STR(pkcs11_module_path), 0 },
4516 { STR(openssl_ciphers), 0 },
4517 { STR(pcsc_reader), 0 },
4518 { STR(pcsc_pin), 0 },
4520 { STR(driver_param), 0 },
4539 { STR(config_methods), CFG_CHANGED_CONFIG_METHODS },
4550 { STR(p2p_ssid_postfix), CFG_CHANGED_P2P_SSID_POSTFIX },
4593 { STR(autoscan), 0 },
4599 { STR(ext_password_backend), CFG_CHANGED_EXT_PW_BACKEND },
4614 { STR(osu_dir), 0 },
4615 { STR(wowlan_triggers), CFG_CHANGED_WOWLAN_TRIGGERS },
4631 { STR(sched_scan_plans), CFG_CHANGED_SCHED_SCAN_PLANS },
4633 { STR(non_pref_chan), 0 },
4652 #undef STR