Home
last modified time | relevance | path

Searched refs:ifidx (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/src/drivers/
Ddriver_nl80211.c178 static void add_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
180 static void del_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
182 static int have_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
4816 int ifidx; in nl80211_mbssid() local
4828 ifidx = if_nametoindex(params->mbssid_tx_iface); in nl80211_mbssid()
4829 if (ifidx <= 0 || in nl80211_mbssid()
4831 ifidx)) in nl80211_mbssid()
5938 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx) in nl80211_remove_iface() argument
5943 wpa_printf(MSG_DEBUG, "nl80211: Remove interface ifindex=%d", ifidx); in nl80211_remove_iface()
5949 del_ifidx(drv2, ifidx, IFIDX_ANY); in nl80211_remove_iface()
[all …]
Ddriver_nl80211_event.c1205 int ifidx; in mlme_event_ch_switch() local
1213 ifidx = nla_get_u32(ifindex); in mlme_event_ch_switch()
1214 bss = get_bss_ifindex(drv, ifidx); in mlme_event_ch_switch()
1217 ifidx); in mlme_event_ch_switch()
4149 int ifidx = -1, wiphy_idx = -1, wiphy_idx_rx = -1; in process_global_event() local
4184 ifidx = nla_get_u32(tb[NL80211_ATTR_IFINDEX]); in process_global_event()
4198 if ((ifidx == -1 && !wiphy_idx_set && !wdev_id_set) || in process_global_event()
4199 ifidx == bss->ifindex || in process_global_event()
4223 ifidx, (long long unsigned int) wdev_id, wiphy_idx_rx); in process_global_event()
Ddriver_nl80211.h315 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx);
Ddriver.h5896 u32 ifidx; member