Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 51) sorted by relevance

123

/hostap-latest/wpa_supplicant/
Dconfig_file.c85 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()
302 FILE *f; in wpa_config_read() local
415 static void write_str(FILE *f, const char *field, struct wpa_ssid *ssid) in write_str()
425 static void write_int(FILE *f, const char *field, int value, int def) in write_int()
433 static void write_bssid(FILE *f, struct wpa_ssid *ssid) in write_bssid()
443 static void write_bssid_hint(FILE *f, struct wpa_ssid *ssid) in write_bssid_hint()
454 static void write_psk(FILE *f, struct wpa_ssid *ssid) in write_psk()
[all …]
Dconfig.c2434 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) argument
2435 #define _STRe(f, m) #f, wpa_config_parse_str, OFFSET(eap.m) argument
2437 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) argument
2438 #define _STRe(f, m) #f, wpa_config_parse_str, wpa_config_write_str, \ argument
2441 #define STR(f) _STR(f), NULL, NULL, NULL, 0 argument
2442 #define STRe(f, m) _STRe(f, m), NULL, NULL, NULL, 0 argument
2443 #define STR_KEY(f) _STR(f), NULL, NULL, NULL, 1 argument
2444 #define STR_KEYe(f, m) _STRe(f, m), NULL, NULL, NULL, 1 argument
2449 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len) argument
2450 #define _STR_LENe(f, m) _STRe(f, m), OFFSET(eap.m ## _len) argument
[all …]
Dhs20_supplicant.c465 FILE *f; in hs20_process_icon_binary_file() local
748 FILE *f; in hs20_osu_fetch_done() local
902 struct osu_lang_string *f; in hs20_osu_add_prov() local
1048 struct osu_lang_string *f; in hs20_osu_add_prov() local
Dbgscan_learn.c103 FILE *f; in bgscan_learn_load() local
163 FILE *f; in bgscan_learn_save() local
/hostap-latest/src/fst/
Dfst_group.c95 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
Dfst_ctrl_iface.c81 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-latest/hs20/client/
Dest.c81 FILE *f = fopen(der_file, "wb"); in pkcs7_to_cert() local
397 FILE *f = fopen(key_pem, "wb"); in generate_csr() local
416 FILE *f; in generate_csr() local
505 FILE *f = fopen(csr_pem, "w"); in generate_csr() local
522 FILE *f; in generate_csr() local
Dosu_client.c34 FILE *f; in write_result() local
60 FILE *f; in write_summary() local
279 FILE *f = fopen(buf, "a"); in process_est_cert() local
314 FILE *f; in download_cert() local
698 FILE *f; in update_pps_file() local
1935 FILE *f = fopen("pps-fqdn", "w"); in cmd_get_fqdn() local
2017 FILE *f; in parse_osu_providers() local
2329 FILE *f; in cmd_osu_select() local
3175 FILE *f; in check_workarounds() local
/hostap-latest/wlantest/
Drx_tdls.c75 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
Dwlantest.c157 FILE *f; in add_pmk_file() local
209 FILE *f; in add_ptk_file() local
/hostap-latest/src/utils/
Dwpa_debug.h170 #define wpa_msg_register_cb(f) do { } while (0) argument
171 #define wpa_msg_register_ifname_cb(f) do { } while (0) argument
286 #define hostapd_logger_register_cb(f) do { } while (0) argument
Dos_internal.c112 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
Dext_password_file.c88 FILE *f; in ext_password_file_get() local
Dwpa_debug_zephyr.h176 #define wpa_msg_register_cb(f) do { } while (0) argument
177 #define wpa_msg_register_ifname_cb(f) do { } while (0) argument
319 #define hostapd_logger_register_cb(f) do { } while (0) argument
/hostap-latest/tests/
Dtest-base64.c15 FILE *f; in main() local
Dtest-aes.c334 FILE *f; in test_nist_key_wrap_ae() local
462 FILE *f; in test_nist_key_wrap_ad() local
Dtest-sha1.c17 FILE *f; in cavp_shavs() local
Dtest-sha256.c17 FILE *f; in cavp_shavs() local
Dtest-rsa-sig-ver.c20 FILE *f; in cavp_rsa_sig_ver() local
/hostap-latest/hs20/server/
Dhs20_spp_server.c19 static void write_timestamp(FILE *f) in write_timestamp()
/hostap-latest/hostapd/
Dconfig_file.c33 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
1028 FILE *f; in hostapd_config_read_rxkh_file() local
2343 FILE *f; in parse_sae_password_file() local
5196 FILE *f; in hostapd_config_read() local
Dhlr_auc_gw.c277 FILE *f; in read_gsm_triplets() local
389 FILE *f; in read_milenage() local
498 FILE *f, *f2; in update_milenage_file() local
/hostap-latest/hs20/server/www/
Dest.php155 $f = fopen($reqfile, "wb"); variable
/hostap-latest/src/eap_peer/
Deap_teap_pac.c180 FILE *f; member
555 FILE *f; in eap_teap_write_pac() local
Deap_fast_pac.c180 FILE *f; member
553 FILE *f; in eap_fast_write_pac() local

123