Home
last modified time | relevance | path

Searched refs:ifname_wds (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
HDsta_info.h270 char *ifname_wds; /* WDS ifname, if in use */ member
HDctrl_iface_ap.c338 if (sta->flags & WLAN_STA_WDS && sta->ifname_wds) { in hostapd_ctrl_iface_sta_mib()
340 "wds_sta_ifname=%s\n", sta->ifname_wds); in hostapd_ctrl_iface_sta_mib()
HDieee802_11.c4762 char *ifname_wds) in hostapd_set_wds_encryption() argument
4772 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()
4777 ifname_wds); in hostapd_set_wds_encryption()
4889 char ifname_wds[IFNAMSIZ + 1]; in handle_assoc_cb() local
4894 ret = hostapd_set_wds_sta(hapd, ifname_wds, sta->addr, in handle_assoc_cb()
4897 hostapd_set_wds_encryption(hapd, sta, ifname_wds); in handle_assoc_cb()
5237 char ifname_wds[IFNAMSIZ + 1]; in ieee802_11_rx_from_unknown() local
5243 ret = hostapd_set_wds_sta(hapd, ifname_wds, in ieee802_11_rx_from_unknown()
5247 ifname_wds); in ieee802_11_rx_from_unknown()
HDap_drv_ops.c331 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, in hostapd_set_wds_sta() argument
343 bridge, ifname_wds); in hostapd_set_wds_sta()
HDdrv_callbacks.c1578 os_free(sta->ifname_wds); in hostapd_event_wds_sta_interface_status()
1580 sta->ifname_wds = os_strdup(ifname); in hostapd_event_wds_sta_interface_status()
1582 sta->ifname_wds = NULL; in hostapd_event_wds_sta_interface_status()
HDap_drv_ops.h36 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds,
HDsta_info.c378 os_free(sta->ifname_wds); in ap_free_sta()
/dragonfly/contrib/wpa_supplicant/src/drivers/
HDdriver.h3157 const char *bridge_ifname, char *ifname_wds);
HDdriver_nl80211.c6793 const char *bridge_ifname, char *ifname_wds) in i802_set_wds_sta() argument
6808 if (ifname_wds) in i802_set_wds_sta()
6809 os_strlcpy(ifname_wds, name, IFNAMSIZ + 1); in i802_set_wds_sta()