Home
last modified time | relevance | path

Searched refs:MESH_ENABLED (Results 1 – 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11.c696 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_set_retransmit_timer()
797 if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
839 } else if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
900 (hapd->conf->mesh & MESH_ENABLED)) { in sae_sm_step()
1046 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1096 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1109 if (!(hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1176 if (hapd->conf->mesh & MESH_ENABLED) in handle_auth_sae()
1192 !(hapd->conf->mesh & MESH_ENABLED)) { in handle_auth_sae()
2242 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth()
[all …]
Dap_config.h667 #define MESH_ENABLED BIT(0) macro
Dhostapd.c1157 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss()
1372 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh.c335 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_enable_iface_cb()
474 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c513 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_get_password()
910 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_set_retransmit_timer()
1024 if ((hapd->conf->mesh & MESH_ENABLED) || in sae_sm_step()
1067 } else if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
1130 (hapd->conf->mesh & MESH_ENABLED)) { in sae_sm_step()
1360 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1411 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1424 if (!(hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1506 if (hapd->conf->mesh & MESH_ENABLED) in handle_auth_sae()
1522 !(hapd->conf->mesh & MESH_ENABLED)) { in handle_auth_sae()
[all …]
Dap_config.h698 #define MESH_ENABLED BIT(0) macro
Dhostapd.c1186 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss()
1417 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
Dwpa_auth_glue.c1095 !(hapd->conf->mesh & MESH_ENABLED) && !(sta->added_unassoc)) { in hostapd_wpa_auth_add_sta_ft()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh.c299 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_init()