Home
last modified time | relevance | path

Searched refs:ifname_wds (Results 1 - 18 of 18) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h311 char *ifname_wds; /* WDS ifname, if in use */ member
H A Dap_drv_ops.c335 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, in hostapd_set_wds_sta() argument
347 bridge, ifname_wds); in hostapd_set_wds_sta()
H A Dctrl_iface_ap.c374 if (sta->flags & WLAN_STA_WDS && sta->ifname_wds) { in hostapd_ctrl_iface_sta_mib()
376 "wds_sta_ifname=%s\n", sta->ifname_wds); in hostapd_ctrl_iface_sta_mib()
H A Ddrv_callbacks.c1823 os_free(sta->ifname_wds); in hostapd_event_wds_sta_interface_status()
1825 sta->ifname_wds = os_strdup(ifname); in hostapd_event_wds_sta_interface_status()
1827 sta->ifname_wds = NULL; in hostapd_event_wds_sta_interface_status()
H A Dap_drv_ops.h37 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds,
H A Dieee802_11.c6417 char *ifname_wds) in hostapd_set_wds_encryption()
6428 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()
6436 ifname_wds); in hostapd_set_wds_encryption()
6547 char ifname_wds[IFNAMSIZ + 1]; in handle_assoc_cb() local
6552 ret = hostapd_set_wds_sta(hapd, ifname_wds, sta->addr, in handle_assoc_cb()
6555 hostapd_set_wds_encryption(hapd, sta, ifname_wds); in handle_assoc_cb()
6895 char ifname_wds[IFNAMSIZ + 1]; in ieee802_11_rx_from_unknown() local
6901 ret = hostapd_set_wds_sta(hapd, ifname_wds, in ieee802_11_rx_from_unknown()
6905 ifname_wds); in ieee802_11_rx_from_unknown()
6415 hostapd_set_wds_encryption(struct hostapd_data *hapd, struct sta_info *sta, char *ifname_wds) hostapd_set_wds_encryption() argument
H A Dsta_info.c421 os_free(sta->ifname_wds); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.h270 char *ifname_wds; /* WDS ifname, if in use */ member
H A Dieee802_11.c4774 char *ifname_wds) in hostapd_set_wds_encryption()
4784 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()
4789 ifname_wds); in hostapd_set_wds_encryption()
4901 char ifname_wds[IFNAMSIZ + 1]; in handle_assoc_cb() local
4906 ret = hostapd_set_wds_sta(hapd, ifname_wds, sta->addr, in handle_assoc_cb()
4909 hostapd_set_wds_encryption(hapd, sta, ifname_wds); in handle_assoc_cb()
5249 char ifname_wds[IFNAMSIZ + 1]; in ieee802_11_rx_from_unknown() local
5255 ret = hostapd_set_wds_sta(hapd, ifname_wds, in ieee802_11_rx_from_unknown()
5259 ifname_wds); in ieee802_11_rx_from_unknown()
4772 hostapd_set_wds_encryption(struct hostapd_data *hapd, struct sta_info *sta, char *ifname_wds) hostapd_set_wds_encryption() argument
H A Dap_drv_ops.h36 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds,
H A Dap_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()
H A Dctrl_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()
H A Ddrv_callbacks.c1591 os_free(sta->ifname_wds); in hostapd_event_wds_sta_interface_status()
1593 sta->ifname_wds = os_strdup(ifname); in hostapd_event_wds_sta_interface_status()
1595 sta->ifname_wds = NULL; in hostapd_event_wds_sta_interface_status()
H A Dsta_info.c378 os_free(sta->ifname_wds); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h3175 * @ifname_wds: Buffer to return the interface name for the new WDS
3180 const char *bridge_ifname, char *ifname_wds);
H A Ddriver_nl80211.c6793 const char *bridge_ifname, char *ifname_wds) in i802_set_wds_sta()
6808 if (ifname_wds) in i802_set_wds_sta()
6809 os_strlcpy(ifname_wds, name, IFNAMSIZ + 1); in i802_set_wds_sta()
6792 i802_set_wds_sta(void *priv, const u8 *addr, int aid, int val, const char *bridge_ifname, char *ifname_wds) i802_set_wds_sta() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h3593 * @ifname_wds: Buffer to return the interface name for the new WDS
3598 const char *bridge_ifname, char *ifname_wds);
H A Ddriver_nl80211.c7861 const char *bridge_ifname, char *ifname_wds)
7876 if (ifname_wds)
7877 os_strlcpy(ifname_wds, name, IFNAMSIZ + 1);
7860 i802_set_wds_sta(void *priv, const u8 *addr, int aid, int val, const char *bridge_ifname, char *ifname_wds) global() argument

Completed in 70 milliseconds