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.h310 char *ifname_wds; /* WDS ifname, if in use */ member
Dctrl_iface_ap.c366 if (sta->flags & WLAN_STA_WDS && sta->ifname_wds) { in hostapd_ctrl_iface_sta_mib()
368 "wds_sta_ifname=%s\n", sta->ifname_wds); in hostapd_ctrl_iface_sta_mib()
Dap_drv_ops.c334 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, in hostapd_set_wds_sta() argument
346 bridge, ifname_wds); in hostapd_set_wds_sta()
Dap_drv_ops.h36 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds,
Ddrv_callbacks.c1749 os_free(sta->ifname_wds); in hostapd_event_wds_sta_interface_status()
1751 sta->ifname_wds = os_strdup(ifname); in hostapd_event_wds_sta_interface_status()
1753 sta->ifname_wds = NULL; in hostapd_event_wds_sta_interface_status()
Dieee802_11.c6251 char *ifname_wds) in hostapd_set_wds_encryption() argument
6262 hostapd_drv_set_key(ifname_wds, hapd, WPA_ALG_WEP, NULL, i, in hostapd_set_wds_encryption()
6270 ifname_wds); in hostapd_set_wds_encryption()
6381 char ifname_wds[IFNAMSIZ + 1]; in handle_assoc_cb() local
6386 ret = hostapd_set_wds_sta(hapd, ifname_wds, sta->addr, in handle_assoc_cb()
6389 hostapd_set_wds_encryption(hapd, sta, ifname_wds); in handle_assoc_cb()
6729 char ifname_wds[IFNAMSIZ + 1]; in ieee802_11_rx_from_unknown() local
6735 ret = hostapd_set_wds_sta(hapd, ifname_wds, in ieee802_11_rx_from_unknown()
6739 ifname_wds); in ieee802_11_rx_from_unknown()
Dsta_info.c409 os_free(sta->ifname_wds); in ap_free_sta()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3453 const char *bridge_ifname, char *ifname_wds);
Ddriver_nl80211.c7556 const char *bridge_ifname, char *ifname_wds) in i802_set_wds_sta() argument
7571 if (ifname_wds) in i802_set_wds_sta()
7572 os_strlcpy(ifname_wds, name, IFNAMSIZ + 1); in i802_set_wds_sta()