Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dsta_info.h266 char *ifname_wds; /* WDS ifname, if in use */ member
Dieee802_11.c4603 char *ifname_wds) in hostapd_set_wds_encryption() argument
4613 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()
4618 ifname_wds); in hostapd_set_wds_encryption()
4730 char ifname_wds[IFNAMSIZ + 1]; in handle_assoc_cb() local
4735 ret = hostapd_set_wds_sta(hapd, ifname_wds, sta->addr, in handle_assoc_cb()
4738 hostapd_set_wds_encryption(hapd, sta, ifname_wds); in handle_assoc_cb()
5078 char ifname_wds[IFNAMSIZ + 1]; in ieee802_11_rx_from_unknown() local
5084 ret = hostapd_set_wds_sta(hapd, ifname_wds, in ieee802_11_rx_from_unknown()
5088 ifname_wds); in ieee802_11_rx_from_unknown()
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()
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()
Ddrv_callbacks.c1564 os_free(sta->ifname_wds); in hostapd_event_wds_sta_interface_status()
1566 sta->ifname_wds = os_strdup(ifname); in hostapd_event_wds_sta_interface_status()
1568 sta->ifname_wds = NULL; in hostapd_event_wds_sta_interface_status()
Dap_drv_ops.h36 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds,
Dsta_info.c377 os_free(sta->ifname_wds); in ap_free_sta()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3101 const char *bridge_ifname, char *ifname_wds);
Ddriver_nl80211.c6740 const char *bridge_ifname, char *ifname_wds) in i802_set_wds_sta() argument
6755 if (ifname_wds) in i802_set_wds_sta()
6756 os_strlcpy(ifname_wds, name, IFNAMSIZ + 1); in i802_set_wds_sta()