Searched refs:ifidx (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/drivers/ |
D | driver_nl80211.c | 177 static void add_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, 179 static void del_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, 181 static int have_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, 5389 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx) in nl80211_remove_iface() argument 5394 wpa_printf(MSG_DEBUG, "nl80211: Remove interface ifindex=%d", ifidx); in nl80211_remove_iface() 5400 del_ifidx(drv2, ifidx, IFIDX_ANY); in nl80211_remove_iface() 5402 del_ifidx(drv2, IFIDX_ANY, ifidx); in nl80211_remove_iface() 5405 msg = nl80211_ifindex_msg(drv, ifidx, 0, NL80211_CMD_DEL_INTERFACE); in nl80211_remove_iface() 5408 wpa_printf(MSG_ERROR, "Failed to remove interface (ifidx=%d)", ifidx); in nl80211_remove_iface() 5453 int ifidx; in nl80211_create_iface_once() local [all …]
|
D | driver_nl80211_event.c | 700 int ifidx; in mlme_event_ch_switch() local 708 ifidx = nla_get_u32(ifindex); in mlme_event_ch_switch() 709 bss = get_bss_ifindex(drv, ifidx); in mlme_event_ch_switch() 712 ifidx); in mlme_event_ch_switch() 3181 int ifidx = -1, wiphy_idx = -1, wiphy_idx_rx = -1; in process_global_event() local 3191 ifidx = nla_get_u32(tb[NL80211_ATTR_IFINDEX]); in process_global_event() 3205 if ((ifidx == -1 && !wiphy_idx_set && !wdev_id_set) || in process_global_event() 3206 ifidx == bss->ifindex || in process_global_event() 3217 ifidx, (long long unsigned int) wdev_id); in process_global_event()
|
D | driver_nl80211.h | 258 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx);
|
D | driver.h | 5179 u32 ifidx; member
|