Lines Matching defs:wpa_config
226 struct wpa_config { struct
232 struct wpa_ssid *ssid;
237 struct wpa_ssid **pssid;
245 int num_prio;
252 struct wpa_cred *cred;
264 int eapol_version;
293 int ap_scan;
302 int disable_scan_offload;
356 char *ctrl_interface;
365 char *ctrl_interface_group;
375 int fast_reauth;
383 char *opensc_engine_path;
391 char *pkcs11_engine_path;
400 char *pkcs11_module_path;
409 char *pcsc_reader;
417 char *pcsc_pin;
427 char *driver_param;
457 * its configuration with wpa_config_write(). If this is zero, argument
469 struct wpa_config_blob *blobs; argument
474 u8 uuid[16];
481 char *device_name;
487 char *manufacturer;
493 char *model_name;
499 char *model_number;
505 char *serial_number;
510 u8 device_type[WPS_DEV_TYPE_LEN];
523 char *config_methods;
529 u8 os_version[4];
537 char country[2];
548 int wps_cred_processing;
554 u8 sec_device_type[MAX_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
555 int num_sec_device_types;
557 int p2p_listen_reg_class;
558 int p2p_listen_channel;
559 int p2p_oper_reg_class;
560 int p2p_oper_channel;
561 int p2p_go_intent;
562 char *p2p_ssid_postfix;
563 int persistent_reconnect;
564 int p2p_intra_bss;
565 unsigned int num_p2p_pref_chan;
566 struct p2p_channel *p2p_pref_chan;
568 struct wpabuf *wps_vendor_ext_m1;
574 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT];
592 int p2p_group_idle;
597 unsigned int bss_max_count;
605 unsigned int bss_expiration_age;
616 unsigned int bss_expiration_scan_count;
624 int filter_ssids;
632 int filter_rssi;
637 unsigned int max_num_sta;
642 unsigned int changed_parameters;
647 int disassoc_low_ack;
652 int interworking;
661 int access_network_type;
670 u8 hessid[ETH_ALEN];
675 int hs20;
691 int pbc_in_m1;
700 char *autoscan;
705 int wps_nfc_dev_pw_id;
710 struct wpabuf *wps_nfc_dh_pubkey;
715 struct wpabuf *wps_nfc_dh_privkey;
720 struct wpabuf *wps_nfc_dev_pw;
727 char *ext_password_backend;
755 void wpa_config_free(struct wpa_config *ssid); argument