Searched refs:iface_obj (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/fst/
H A Dfst_iface.h20 struct fst_wpa_obj iface_obj; member in struct:fst_iface
30 const struct fst_wpa_obj *iface_obj,
71 return i->iface_obj.get_bssid(i->iface_obj.ctx);
78 i->iface_obj.get_channel_info(i->iface_obj.ctx, hw_mode, channel);
84 return i->iface_obj.get_hw_modes(i->iface_obj.ctx, modes);
90 i->iface_obj.set_ies(i->iface_obj
[all...]
H A Dfst_iface.c17 const struct fst_wpa_obj *iface_obj,
30 i->iface_obj = *iface_obj;
15 fst_iface_create(struct fst_group *g, const char *ifname, const u8 *own_addr, const struct fst_wpa_obj *iface_obj, const struct fst_iface_cfg *cfg) argument
H A Dfst.c38 const struct fst_wpa_obj *iface_obj,
47 WPA_ASSERT(iface_obj != NULL);
67 iface = fst_iface_create(group, ifname, own_addr, iface_obj, cfg);
37 fst_attach(const char *ifname, const u8 *own_addr, const struct fst_wpa_obj *iface_obj, const struct fst_iface_cfg *cfg) argument
H A Dfst.h220 * @iface_obj: Callbacks to be used by FST module to communicate with
227 const struct fst_wpa_obj *iface_obj,
H A Dfst_ctrl_iface.c106 WPA_ASSERT(f->iface_obj.ctx);
113 wpa_msg_global_only(f->iface_obj.ctx, MSG_INFO,
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dhostapd.c1496 struct fst_wpa_obj *iface_obj)
1498 iface_obj->ctx = hapd;
1499 iface_obj->get_bssid = fst_hostapd_get_bssid_cb;
1500 iface_obj->get_channel_info = fst_hostapd_get_channel_info_cb;
1501 iface_obj->set_ies = fst_hostapd_set_ies_cb;
1502 iface_obj->send_action = fst_hostapd_send_action_cb;
1503 iface_obj->get_mb_ie = fst_hostapd_get_mb_ie_cb;
1504 iface_obj->update_mb_ie = fst_hostapd_update_mb_ie_cb;
1505 iface_obj->get_peer_first = fst_hostapd_get_peer_first;
1506 iface_obj
1495 fst_hostapd_fill_iface_obj(struct hostapd_data *hapd, struct fst_wpa_obj *iface_obj) argument
1681 struct fst_wpa_obj iface_obj; local
[all...]
H A Dhostapd.h491 struct fst_wpa_obj *iface_obj);
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c3840 struct fst_wpa_obj *iface_obj)
3842 iface_obj->ctx = wpa_s;
3843 iface_obj->get_bssid = wpas_fst_get_bssid_cb;
3844 iface_obj->get_channel_info = wpas_fst_get_channel_info_cb;
3845 iface_obj->get_hw_modes = wpas_fst_get_hw_modes;
3846 iface_obj->set_ies = wpas_fst_set_ies_cb;
3847 iface_obj->send_action = wpas_fst_send_action_cb;
3848 iface_obj->get_mb_ie = wpas_fst_get_mb_ie_cb;
3849 iface_obj->update_mb_ie = wpas_fst_update_mb_ie_cb;
3850 iface_obj
3839 fst_wpa_supplicant_fill_iface_obj(struct wpa_supplicant *wpa_s, struct fst_wpa_obj *iface_obj) argument
4396 struct fst_wpa_obj iface_obj; local
[all...]
H A Dwpa_supplicant_i.h1167 struct fst_wpa_obj *iface_obj);
H A Dctrl_iface.c9320 struct fst_wpa_obj iface_obj; local
9329 fst_wpa_supplicant_fill_iface_obj(wpa_s, &iface_obj);
9331 &iface_obj, &cfg);
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dctrl_iface.c2663 struct fst_wpa_obj iface_obj; local
2672 fst_hostapd_fill_iface_obj(hapd, &iface_obj);
2674 &iface_obj, &cfg);

Completed in 208 milliseconds