• Home
  • Raw
  • Download

Lines Matching defs:wpa_config

56 struct wpa_config {  struct
62 struct wpa_ssid *ssid;
67 struct wpa_ssid **pssid;
75 int num_prio;
87 int eapol_version;
116 int ap_scan;
170 char *ctrl_interface;
179 char *ctrl_interface_group;
189 int fast_reauth;
197 char *opensc_engine_path;
205 char *pkcs11_engine_path;
214 char *pkcs11_module_path;
224 char *driver_param;
254 * its configuration with wpa_config_write(). If this is zero, argument
266 struct wpa_config_blob *blobs; argument
271 u8 uuid[16];
278 char *device_name;
284 char *manufacturer;
290 char *model_name;
296 char *model_number;
302 char *serial_number;
307 u8 device_type[WPS_DEV_TYPE_LEN];
320 char *config_methods;
326 u8 os_version[4];
334 char country[2];
345 int wps_cred_processing;
351 u8 sec_device_type[MAX_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
352 int num_sec_device_types;
354 int p2p_listen_reg_class;
355 int p2p_listen_channel;
356 int p2p_oper_reg_class;
357 int p2p_oper_channel;
358 int p2p_go_intent;
359 char *p2p_ssid_postfix;
360 int persistent_reconnect;
361 int p2p_intra_bss;
367 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT];
382 unsigned int p2p_group_idle;
387 unsigned int bss_max_count;
395 unsigned int bss_expiration_age;
406 unsigned int bss_expiration_scan_count;
414 int filter_ssids;
419 unsigned int max_num_sta;
424 unsigned int changed_parameters;
429 int disassoc_low_ack;
434 int interworking;
443 int access_network_type;
452 u8 hessid[ETH_ALEN];
457 char *home_realm;
462 char *home_username;
467 char *home_password;
472 char *home_ca_cert;
498 void wpa_config_free(struct wpa_config *ssid); argument