Lines Matching full:mesh
2 * WPA Supplicant - Basic mesh peer management
28 const u8 *proto_id; /* Mesh Peering Protocol Identifier (2 octets) */
232 2 + 32 + /* mesh ID */ in mesh_mpm_send_plink_action()
233 2 + 7 + /* mesh config */ in mesh_mpm_send_plink_action()
301 /* IE: Mesh ID */ in mesh_mpm_send_plink_action()
306 /* IE: mesh conf */ in mesh_mpm_send_plink_action()
315 /* TODO: Add Connected to Mesh Gate/AS subfields */ in mesh_mpm_send_plink_action()
322 /* IE: Mesh ID */ in mesh_mpm_send_plink_action()
328 /* IE: Mesh Peering Management element */ in mesh_mpm_send_plink_action()
360 wpa_msg(wpa_s, MSG_INFO, "Mesh MPM: no SAE session"); in mesh_mpm_send_plink_action()
407 "Mesh MPM: Failed to get channel info for OCI element"); in mesh_mpm_send_plink_action()
434 "Mesh MPM: failed to add AMPE and MIC IE"); in mesh_mpm_send_plink_action()
438 wpa_msg(wpa_s, MSG_DEBUG, "Mesh MPM: Sending peering frame type %d to " in mesh_mpm_send_plink_action()
446 "Mesh MPM: failed to send peering frame"); in mesh_mpm_send_plink_action()
531 " looks like it does not support mesh SAE PMKSA caching, so remove the cached entry for it", in plink_timer()
590 wpa_msg(wpa_s, MSG_INFO, "Mesh is not prepared yet"); in mesh_mpm_close_peer()
597 wpa_msg(wpa_s, MSG_INFO, "No such mesh peer"); in mesh_mpm_close_peer()
623 wpa_msg(wpa_s, MSG_INFO, "Mesh is not prepared yet"); in mesh_mpm_connect_peer()
629 "This command is available only with no_auto_peer mesh network"); in mesh_mpm_connect_peer()
638 wpa_msg(wpa_s, MSG_INFO, "No such mesh peer"); in mesh_mpm_connect_peer()
687 wpa_msg(wpa_s, MSG_DEBUG, "no such mesh peer"); in mesh_mpm_auth_peer()
721 * Beacon (secure or open mesh) or a peering open frame (for open mesh) is
738 "mesh: Ignore a crowded peer " MACSTR, in mesh_mpm_add_peer()
751 /* Set WMM by default since Mesh STAs are QoS STAs */ in mesh_mpm_add_peer()
870 "mesh: Process pending Authentication frame from %u.%06u seconds ago", in wpa_mesh_new_mesh_peer()
915 wpa_msg(wpa_s, MSG_INFO, "mesh plink with " MACSTR " established", in mesh_mpm_plink_estab()
919 wpa_hexdump_key(MSG_DEBUG, "mesh: MTK", sta->mtk, sta->mtk_len); in mesh_mpm_plink_estab()
926 wpa_hexdump_key(MSG_DEBUG, "mesh: RX MGTK Key RSC", in mesh_mpm_plink_estab()
928 wpa_hexdump_key(MSG_DEBUG, "mesh: RX MGTK", in mesh_mpm_plink_estab()
938 wpa_hexdump_key(MSG_DEBUG, "mesh: RX IGTK Key RSC", in mesh_mpm_plink_estab()
940 wpa_hexdump_key(MSG_DEBUG, "mesh: RX IGTK", in mesh_mpm_plink_estab()
1108 wpa_msg(wpa_s, MSG_INFO, "mesh plink with " MACSTR in mesh_mpm_fsm()
1183 /* at least expect mesh id and peering mgmt */ in mesh_mpm_action_rx()
1205 /* check for mesh peering, mesh id and mesh config IEs */ in mesh_mpm_action_rx()
1212 "MPM: No Mesh Peering Management element"); in mesh_mpm_action_rx()
1218 "MPM: No Mesh ID or Mesh Configuration element"); in mesh_mpm_action_rx()
1224 "MPM: Mesh ID or Mesh Configuration element do not match local MBSS"); in mesh_mpm_action_rx()
1234 wpa_printf(MSG_DEBUG, "MPM: Mesh parsing rejected frame"); in mesh_mpm_action_rx()
1252 * open mesh, then go ahead and add the peer before proceeding. in mesh_mpm_action_rx()