Searched defs:config_methods (Results 51 - 54 of 54) sorted by relevance

123

/external/wpa_supplicant_8/src/ap/
H A Dap_config.h424 char *config_methods; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c5694 u32 auto_accept, adv_id, svc_state, config_methods; local
5745 /* config_methods is mandatory */
5747 if (sscanf(pos, "%x", &config_methods) != 1)
5750 if (!(config_methods &
5799 (u8) svc_state, (u16) config_methods,
6189 "config_methods=0x%x\n"
6201 info->config_methods,
H A Dp2p_supplicant.c1971 C(config_methods);
2344 " config_methods=0x%x"
2364 " pri_dev_type=%s name='%s' config_methods=0x%x "
2369 info->device_name, info->config_methods,
2572 static void wpas_prov_disc_req(void *ctx, const u8 *peer, u16 config_methods, argument
2604 " pri_dev_type=%s name='%s' config_methods=0x%x "
2616 if (config_methods & WPS_CONFIG_DISPLAY) {
2626 } else if (config_methods & WPS_CONFIG_KEYPAD)
2628 else if (config_methods & WPS_CONFIG_PUSHBUTTON)
2634 config_methods, generated_pi
2638 wpas_prov_disc_resp(void *ctx, const u8 *peer, u16 config_methods) argument
6492 u16 config_methods; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h424 char *config_methods; member in struct:hostapd_bss_config

Completed in 138 milliseconds

123