/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | sta_info.h | 311 char *ifname_wds; /* WDS ifname, if in use */ member
|
H A D | ap_drv_ops.c | 335 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 D | ctrl_iface_ap.c | 374 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 D | drv_callbacks.c | 1823 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 D | ap_drv_ops.h | 37 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds,
|
H A D | ieee802_11.c | 6417 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 D | sta_info.c | 421 os_free(sta->ifname_wds); in ap_free_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.h | 270 char *ifname_wds; /* WDS ifname, if in use */ member
|
H A D | ieee802_11.c | 4774 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 D | ap_drv_ops.h | 36 int hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds,
|
H A D | ap_drv_ops.c | 331 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 D | ctrl_iface_ap.c | 338 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 D | drv_callbacks.c | 1591 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 D | sta_info.c | 378 os_free(sta->ifname_wds); in ap_free_sta()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 3175 * @ifname_wds: Buffer to return the interface name for the new WDS 3180 const char *bridge_ifname, char *ifname_wds);
|
H A D | driver_nl80211.c | 6793 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 D | driver.h | 3593 * @ifname_wds: Buffer to return the interface name for the new WDS 3598 const char *bridge_ifname, char *ifname_wds);
|
H A D | driver_nl80211.c | 7861 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
|