Searched refs:mesh (Results 1 – 15 of 15) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | bss.c | 832 const u8 *ssid, *p2p, *mesh; in wpa_bss_update_scan_res() local 883 mesh = wpa_scan_get_ie(res, WLAN_EID_MESH_ID); in wpa_bss_update_scan_res() 884 if (mesh && mesh[1] <= SSID_MAX_LEN) in wpa_bss_update_scan_res() 885 ssid = mesh; in wpa_bss_update_scan_res()
|
D | mesh.c | 336 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_enable_iface_cb() 475 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_init()
|
D | ChangeLog | 230 MESH_PMKSA_GET/MESH_PMKSA_SET for the mesh case) 231 * fixed mesh channel configuration pri/sec switch case 244 * fixed nl80211 AP and mesh mode configuration regression with 290 * mesh mode fixes/improvements 297 - improve mesh joining behavior 310 (RSN) mesh network 355 * added 80+80 MHz and 160 MHz VHT support for IBSS/mesh 356 * fixed SIGNAL_POLL in IBSS and mesh cases 504 * add support for control mesh BSS (IEEE 802.11s) operations
|
D | ctrl_iface.c | 3099 const u8 *ie, *ie2, *osen_ie, *p2p, *mesh, *owe, *rsnxe; in wpa_supplicant_ctrl_iface_scan_result() local 3101 mesh = wpa_bss_get_ie(bss, WLAN_EID_MESH_ID); in wpa_supplicant_ctrl_iface_scan_result() 3123 pos = wpa_supplicant_ie_txt(pos, end, mesh ? "RSN" : "WPA2", in wpa_supplicant_ctrl_iface_scan_result() 3158 if (mesh) { in wpa_supplicant_ctrl_iface_scan_result() 5331 const u8 *ie, *ie2, *osen_ie, *mesh, *owe, *rsnxe; in print_bss_info() local 5440 mesh = wpa_bss_get_ie(bss, WLAN_EID_MESH_ID); in print_bss_info() 5449 mesh ? "RSN" : "WPA2", ie2, in print_bss_info() 5486 if (mesh) { in print_bss_info()
|
/hostap-latest/tests/hwsim/ |
D | test_wpas_mesh.py | 1478 mesh = run_tshark(capfile, filt, ["wlan.mesh.control_field"]) 1479 if "1" not in mesh: 1811 mesh = None 1814 mesh = dev[0].request("MESH_INTERFACE_ADD").strip() 1816 if mesh and mesh != "FAIL": 1817 dev[0].request("MESH_GROUP_REMOVE " + mesh)
|
D | test_dbus.py | 5979 mesh = dbus.Interface(if_obj, WPAS_DBUS_IFACE_MESH)
|
/hostap-latest/src/ap/ |
D | ieee802_11.c | 575 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_get_password() 897 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_set_retransmit_timer() 1031 if ((hapd->conf->mesh & MESH_ENABLED) || in sae_sm_step() 1074 } else if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step() 1135 (hapd->conf->mesh & MESH_ENABLED)) { in sae_sm_step() 1379 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae() 1429 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae() 1448 if (!(hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae() 1539 if (hapd->conf->mesh & MESH_ENABLED) in handle_auth_sae() 1555 !(hapd->conf->mesh & MESH_ENABLED)) { in handle_auth_sae() [all …]
|
D | ap_config.h | 745 int mesh; member
|
D | wpa_auth_glue.c | 1190 !(hapd->conf->mesh & MESH_ENABLED) && !(sta->added_unassoc)) { in hostapd_wpa_auth_add_sta_ft()
|
D | hostapd.c | 1507 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss() 1738 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
|
/hostap-latest/wlantest/ |
D | bss.c | 247 bss->mesh = elems->mesh_id != NULL; in bss_update()
|
D | wlantest.h | 189 bool mesh; member
|
D | rx_data.c | 112 if (bss && bss->mesh && qos && !(qos[0] & BIT(7)) && in rx_data_process()
|
/hostap-latest/doc/ |
D | dbus.doxygen | 2490 Interface for performing mesh operations. 2513 <dd>A dictionary containing information of the started mesh group.</dd> 2522 <dd>A dictionary containing information of the removed mesh group.</dd> 2531 <dd>A dictionary containing information of the connected mesh peer.</dd> 2540 <dd>A dictionary containing information of the disconnected mesh peer.</dd>
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 5277 const u8 *mesh; in wpas_dbus_getter_bss_mode() local 5296 mesh = wpa_bss_get_ie(res, WLAN_EID_MESH_ID); in wpas_dbus_getter_bss_mode() 5297 if (mesh) in wpas_dbus_getter_bss_mode()
|