Searched refs:fst (Results 1 – 13 of 13) sorted by relevance
/hostap-latest/src/ap/ |
D | utils.c | 66 if (ohapd->iface->fst && in prune_associations() 67 data->hapd->iface->fst && in prune_associations() 68 fst_are_ifaces_aggregated(ohapd->iface->fst, in prune_associations() 69 data->hapd->iface->fst)) in prune_associations()
|
D | hostapd.c | 2667 iface->fst = fst_attach(hapd->conf->iface, hapd->own_addr, in hostapd_setup_interface_complete_sync() 2669 if (!iface->fst) { in hostapd_setup_interface_complete_sync() 2721 if (iface->fst) { in hostapd_setup_interface_complete_sync() 2722 fst_detach(iface->fst); in hostapd_setup_interface_complete_sync() 2723 iface->fst = NULL; in hostapd_setup_interface_complete_sync() 2945 if (iface->fst) { in hostapd_interface_deinit() 2946 fst_detach(iface->fst); in hostapd_interface_deinit() 2947 iface->fst = NULL; in hostapd_interface_deinit()
|
D | sta_info.c | 1608 if (hapd->iface->fst) { in ap_sta_set_authorized_event() 1610 fst_notify_peer_connected(hapd->iface->fst, sta->addr); in ap_sta_set_authorized_event() 1612 fst_notify_peer_disconnected(hapd->iface->fst, in ap_sta_set_authorized_event()
|
D | hostapd.h | 564 struct fst_iface *fst; member
|
D | drv_callbacks.c | 460 if (hapd->iface->fst) in hostapd_notif_assoc() 1690 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { in hostapd_action_rx() 1691 fst_rx_action(hapd->iface->fst, mgmt, drv_mgmt->frame_len); in hostapd_action_rx()
|
D | ieee802_11.c | 4335 if (hapd->iface->fst) in __check_assoc_ies() 6072 if (hapd->iface->fst) in handle_action() 6073 fst_rx_action(hapd->iface->fst, mgmt, len); in handle_action()
|
/hostap-latest/src/ |
D | Makefile | 2 SUBDIRS += fst
|
/hostap-latest/wpa_supplicant/ |
D | notify.c | 97 if (wpa_s->fst && !is_zero_ether_addr(wpa_s->bssid)) { in wpas_notify_state_changed() 99 fst_notify_peer_connected(wpa_s->fst, wpa_s->bssid); in wpas_notify_state_changed() 102 fst_notify_peer_disconnected(wpa_s->fst, wpa_s->bssid); in wpas_notify_state_changed()
|
D | wpa_supplicant.c | 5657 if (wpa_s->fst) in wpa_supplicant_update_mac_addr() 5658 fst_update_mac_addr(wpa_s->fst, wpa_s->own_addr); in wpa_supplicant_update_mac_addr() 7269 wpa_s->fst = fst_attach(wpa_s->ifname, wpa_s->own_addr, in wpa_supplicant_init_iface() 7271 if (!wpa_s->fst) { in wpa_supplicant_init_iface() 7446 if (wpa_s->fst) { in wpa_supplicant_deinit_iface() 7447 fst_detach(wpa_s->fst); in wpa_supplicant_deinit_iface() 7448 wpa_s->fst = NULL; in wpa_supplicant_deinit_iface()
|
D | wpa_supplicant_i.h | 1395 struct fst_iface *fst; member
|
D | events.c | 3103 if (!ie || !ie_len || !wpa_s->fst) in wpas_fst_update_mbie() 5501 if (mgmt->u.action.category == WLAN_ACTION_FST && wpa_s->fst) { in wpas_event_rx_mgmt_action() 5502 fst_rx_action(wpa_s->fst, mgmt, len); in wpas_event_rx_mgmt_action()
|
D | ctrl_iface.c | 14144 if (wpa_s->fst) { in wpas_global_ctrl_iface_fst_attach() 14149 wpa_s->fst = fst_attach(ifname, wpa_s->own_addr, in wpas_global_ctrl_iface_fst_attach() 14151 if (wpa_s->fst) in wpas_global_ctrl_iface_fst_attach() 14171 wpa_s->fst = NULL; in wpas_global_ctrl_iface_fst_detach()
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 5132 if (hapd->iface->fst) { in hostapd_global_ctrl_iface_fst_attach() 5137 hapd->iface->fst = fst_attach(ifname, hapd->own_addr, in hostapd_global_ctrl_iface_fst_attach() 5139 if (hapd->iface->fst) in hostapd_global_ctrl_iface_fst_attach() 5159 hapd->iface->fst = NULL; in hostapd_global_ctrl_iface_fst_detach()
|