/hostap/wpa_supplicant/ |
D | config_file.c | 85 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id) in wpa_config_read_network() 160 static struct wpa_cred * wpa_config_read_cred(FILE *f, int *line, int id) in wpa_config_read_cred() 217 static struct wpa_config_blob * wpa_config_read_blob(FILE *f, int *line, in wpa_config_read_blob() 273 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob() 299 static struct wpa_dev_ik * wpa_config_read_identity(FILE *f, int *line, int id) in wpa_config_read_identity() 361 FILE *f; in wpa_config_read() local 496 static void write_str(FILE *f, const char *field, struct wpa_ssid *ssid) in write_str() 506 static void write_int(FILE *f, const char *field, int value, int def) in write_int() 514 static void write_bssid(FILE *f, struct wpa_ssid *ssid) in write_bssid() 524 static void write_bssid_hint(FILE *f, struct wpa_ssid *ssid) in write_bssid_hint() [all …]
|
D | config.c | 2436 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) argument 2437 #define _STRe(f, m) #f, wpa_config_parse_str, OFFSET(eap.m) argument 2439 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) argument 2440 #define _STRe(f, m) #f, wpa_config_parse_str, wpa_config_write_str, \ argument 2443 #define STR(f) _STR(f), NULL, NULL, NULL, 0 argument 2444 #define STRe(f, m) _STRe(f, m), NULL, NULL, NULL, 0 argument 2445 #define STR_KEY(f) _STR(f), NULL, NULL, NULL, 1 argument 2446 #define STR_KEYe(f, m) _STRe(f, m), NULL, NULL, NULL, 1 argument 2451 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len) argument 2452 #define _STR_LENe(f, m) _STRe(f, m), OFFSET(eap.m ## _len) argument [all …]
|
D | bgscan_learn.c | 103 FILE *f; in bgscan_learn_load() local 163 FILE *f; in bgscan_learn_save() local
|
/hostap/src/fst/ |
D | fst_group.c | 95 static unsigned fst_fill_iface_mb_ies(struct fst_iface *f, struct wpabuf *buf) in fst_fill_iface_mb_ies() 136 struct fst_iface *f; in fst_group_create_mb_ie() local 240 struct fst_iface *f; in fst_group_get_iface_by_name() local 462 struct fst_iface *f; in fst_group_attach_iface() local
|
D | fst_ctrl_iface.c | 81 static void fst_ctrl_iface_notify(struct fst_iface *f, u32 session_id, in fst_ctrl_iface_notify() 512 struct fst_iface *f; in iface_peers() local 599 struct fst_iface *f; in list_ifaces() local 746 struct fst_iface *f; in fst_ctrl_iface_mb_info() local 938 struct fst_iface *f; in fst_iface_detach() local
|
/hostap/wlantest/ |
D | rx_tdls.c | 75 const struct rsn_ftie *f; in tdls_derive_tpk() local 228 const struct rsn_ftie *f; in rx_data_tdls_setup_request() local 335 const struct rsn_ftie *f; in rx_data_tdls_setup_response() local 438 const struct rsn_ftie *f; in rx_data_tdls_setup_confirm() local
|
D | wlantest.c | 157 FILE *f; in add_pmk_file() local 209 FILE *f; in add_ptk_file() local
|
/hostap/src/utils/ |
D | wpa_debug.h | 171 #define wpa_msg_register_cb(f) do { } while (0) argument 172 #define wpa_msg_register_ifname_cb(f) do { } while (0) argument 287 #define hostapd_logger_register_cb(f) do { } while (0) argument
|
D | os_internal.c | 112 FILE *f = fopen(pid_file, "w"); in os_daemonize() local 132 FILE *f; in os_get_random() local 223 FILE *f; in os_readfile() local
|
D | ext_password_file.c | 88 FILE *f; in ext_password_file_get() local
|
/hostap/tests/ |
D | test-base64.c | 15 FILE *f; in main() local
|
D | test-aes.c | 334 FILE *f; in test_nist_key_wrap_ae() local 462 FILE *f; in test_nist_key_wrap_ad() local
|
D | test-sha256.c | 17 FILE *f; in cavp_shavs() local
|
D | test-sha1.c | 17 FILE *f; in cavp_shavs() local
|
D | test-rsa-sig-ver.c | 20 FILE *f; in cavp_rsa_sig_ver() local
|
/hostap/hostapd/ |
D | config_file.c | 33 FILE *f; in hostapd_config_read_vlan_file() local 124 FILE *f; in hostapd_config_read_maclist() local 254 FILE *f; in hostapd_config_read_eap_user() local 1024 FILE *f; in hostapd_config_read_rxkh_file() local 2112 FILE *f; in parse_sae_password_file() local 4952 FILE *f; in hostapd_config_read() local
|
D | hlr_auc_gw.c | 278 FILE *f; in read_gsm_triplets() local 390 FILE *f; in read_milenage() local 499 FILE *f, *f2; in update_milenage_file() local
|
/hostap/hs20/client/ |
D | osu_client.c | 30 FILE *f; in write_result() local 56 FILE *f; in write_summary() local 85 FILE *f; in download_cert() local 1357 FILE *f = fopen("pps-fqdn", "w"); in cmd_get_fqdn() local 1441 FILE *f; in check_workarounds() local
|
/hostap/src/eap_peer/ |
D | eap_fast_pac.c | 180 FILE *f; member 553 FILE *f; in eap_fast_write_pac() local
|
/hostap/src/crypto/ |
D | md5-internal.c | 200 #define MD5STEP(f, w, x, y, z, data, s) \ argument
|
D | sha256-internal.c | 103 #define RND(a,b,c,d,e,f,g,h,i) \ in sha256_compress() argument
|
D | md4-internal.c | 189 #define MD4STEP(f, w, x, y, z, data, s) \ argument
|
D | random.c | 394 FILE *f; in random_write_entropy() local
|
/hostap/tests/hwsim/ |
D | test_he_mbssid.py | 50 def mbssid_write_bss_params(f, ifname, idx, params=None, single_ssid=False): argument
|
/hostap/wpa_supplicant/dbus/ |
D | dbus_new_helpers.h | 25 #define DECLARE_ACCESSOR(f) \ argument
|