Home
last modified time | relevance | path

Searched refs:params (Results 1 – 7 of 7) sorted by relevance

/modules/hostap/src/
A Dhapd_api.c118 params->security); in hapd_get_eap_config()
138 if (params->eap_ver >= 0) { in hapd_process_eap_user_phase1()
198 if (params->eap_ver >= 0) { in hapd_process_eap_user()
448 if (params->channel == 0) { in hapd_config_network()
449 if (params->band == 0) { in hapd_config_network()
530 params->sae_password ? params->sae_password : in hapd_config_network()
531 params->psk)) { in hapd_config_network()
560 params->sae_password ? params->sae_password in hapd_config_network()
599 params->security); in hapd_config_network()
852 } else if (params->oper == WIFI_WPS_PIN_GET || params->oper == WIFI_WPS_PIN_SET) { in hostapd_ap_wps_config()
[all …]
A Dsupp_api.c684 if (params->psk) { in wpas_add_and_config_network()
700 params->security); in wpas_add_and_config_network()
1041 params->security); in wpas_add_and_config_network()
1045 if (params->mfp) { in wpas_add_and_config_network()
1057 freq = wpa_supp_band_chan_compat(wpa_s, params->band, params->channel); in wpas_add_and_config_network()
1097 params->bssid[0], params->bssid[1], params->bssid[2], in wpas_add_and_config_network()
1098 params->bssid[3], params->bssid[4], params->bssid[5]); in wpas_add_and_config_network()
1546 if (params) {
2342 params->bootstrap_gen.mac[0], params->bootstrap_gen.mac[1],
2343 params->bootstrap_gen.mac[2], params->bootstrap_gen.mac[3],
[all …]
A Dsupp_api.h43 int supplicant_get_version(const struct device *dev, struct wifi_version *params);
53 int supplicant_connect(const struct device *dev, struct wifi_connect_req_params *params);
84 int supplicant_scan(const struct device *dev, struct wifi_scan_params *params,
122 int supplicant_11k_cfg(const struct device *dev, struct wifi_11k_params *params);
160 int supplicant_set_power_save(const struct device *dev, struct wifi_ps_params *params);
169 int supplicant_set_twt(const struct device *dev, struct wifi_twt_params *params);
178 int supplicant_set_btwt(const struct device *dev, struct wifi_twt_params *params);
211 int process_cipher_config(struct wifi_connect_req_params *params,
305 struct wifi_connect_req_params *params);
335 struct wifi_connect_req_params *params);
[all …]
A Dhapd_api.h22 int hostapd_ap_config_params(const struct device *dev, struct wifi_ap_config_params *params);
40 int hostapd_ap_wps_config(const struct device *dev, struct wifi_wps_config_params *params);
60 struct wifi_connect_req_params *params);
87 int hostapd_dpp_dispatch(const struct device *dev, struct wifi_dpp_params *params);
A Dhapd_main.c207 struct wpa_init_params params; in hostapd_driver_init() local
224 os_memset(&params, 0, sizeof(params)); in hostapd_driver_init()
240 params.global_priv = hglobal.drv_priv[i]; in hostapd_driver_init()
243 params.bssid = b; in hostapd_driver_init()
244 params.ifname = hapd->conf->iface; in hostapd_driver_init()
245 params.driver_params = hapd->iconf->driver_params; in hostapd_driver_init()
247 params.num_bridge = hapd->iface->num_bss; in hostapd_driver_init()
249 if (params.bridge == NULL) { in hostapd_driver_init()
256 params.bridge[i] = bss->conf->bridge; in hostapd_driver_init()
260 params.own_addr = hapd->own_addr; in hostapd_driver_init()
[all …]
A Dsupp_main.c663 struct wpa_params params; in handler() local
687 memset(&params, 0, sizeof(params)); in handler()
688 params.wpa_debug_level = CONFIG_WIFI_NM_WPA_SUPPLICANT_DEBUG_LEVEL; in handler()
690 ctx->supplicant = wpa_supplicant_init(&params); in handler()
735 os_free(params.pid_file); in handler()
/modules/openthread/platform/
A Dble.c248 struct bt_gatt_notify_params params = {.uuid = BT_UUID_TCAT_SERVICE_TX, in otPlatBleGattServerIndicate() local
267 if (bt_gatt_notify_cb(ot_plat_ble_connection, &params)) { in otPlatBleGattServerIndicate()

Completed in 22 milliseconds