Lines Matching defs:wpa_s
70 static int mesh_mpm_parse_peer_mgmt(struct wpa_supplicant *wpa_s, in mesh_mpm_parse_peer_mgmt()
122 static u16 copy_supp_rates(struct wpa_supplicant *wpa_s, in copy_supp_rates()
151 static bool matches_local(struct wpa_supplicant *wpa_s, in matches_local()
171 static bool llid_in_use(struct wpa_supplicant *wpa_s, u16 llid) in llid_in_use()
186 static void mesh_mpm_init_link(struct wpa_supplicant *wpa_s, in mesh_mpm_init_link()
208 static void mesh_mpm_send_plink_action(struct wpa_supplicant *wpa_s, in mesh_mpm_send_plink_action()
454 void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s, in wpa_mesh_set_plink_state()
481 static void mesh_mpm_fsm_restart(struct wpa_supplicant *wpa_s, in mesh_mpm_fsm_restart()
494 struct wpa_supplicant *wpa_s = eloop_ctx; in plink_timer() local
545 mesh_mpm_plink_open(struct wpa_supplicant *wpa_s, struct sta_info *sta, in mesh_mpm_plink_open()
562 struct wpa_supplicant *wpa_s = ctx; in mesh_mpm_plink_close() local
584 int mesh_mpm_close_peer(struct wpa_supplicant *wpa_s, const u8 *addr) in mesh_mpm_close_peer()
607 struct wpa_supplicant *wpa_s = eloop_ctx; in peer_add_timer() local
614 int mesh_mpm_connect_peer(struct wpa_supplicant *wpa_s, const u8 *addr, in mesh_mpm_connect_peer()
663 void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh) in mesh_mpm_deinit()
678 void mesh_mpm_auth_peer(struct wpa_supplicant *wpa_s, const u8 *addr) in mesh_mpm_auth_peer()
724 static struct sta_info * mesh_mpm_add_peer(struct wpa_supplicant *wpa_s, in mesh_mpm_add_peer()
843 void wpa_mesh_new_mesh_peer(struct wpa_supplicant *wpa_s, const u8 *addr, in wpa_mesh_new_mesh_peer()
896 void mesh_mpm_mgmt_rx(struct wpa_supplicant *wpa_s, struct rx_mgmt *rx_mgmt) in mesh_mpm_mgmt_rx()
908 static void mesh_mpm_plink_estab(struct wpa_supplicant *wpa_s, in mesh_mpm_plink_estab()
966 static void mesh_mpm_fsm(struct wpa_supplicant *wpa_s, struct sta_info *sta, in mesh_mpm_fsm()
1154 void mesh_mpm_action_rx(struct wpa_supplicant *wpa_s, in mesh_mpm_action_rx()
1430 struct wpa_supplicant *wpa_s = hapd->iface->owner; in mesh_mpm_free_sta() local