Searched refs:txtaddr (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ctrl_iface_ap.c | 174 int hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr, in hostapd_ctrl_iface_sta() argument 182 if (hwaddr_aton(txtaddr, addr)) { in hostapd_ctrl_iface_sta() 193 pos = os_strchr(txtaddr, ' '); in hostapd_ctrl_iface_sta() 213 int hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr, in hostapd_ctrl_iface_sta_next() argument 220 if (hwaddr_aton(txtaddr, addr) || in hostapd_ctrl_iface_sta_next() 289 const char *txtaddr) in hostapd_ctrl_iface_deauthenticate() argument 297 txtaddr); in hostapd_ctrl_iface_deauthenticate() 299 if (hwaddr_aton(txtaddr, addr)) in hostapd_ctrl_iface_deauthenticate() 302 pos = os_strstr(txtaddr, " reason="); in hostapd_ctrl_iface_deauthenticate() 306 pos = os_strstr(txtaddr, " test="); in hostapd_ctrl_iface_deauthenticate() [all …]
|
D | ctrl_iface_ap.h | 14 int hostapd_ctrl_iface_sta(struct hostapd_data *hapd, const char *txtaddr, 16 int hostapd_ctrl_iface_sta_next(struct hostapd_data *hapd, const char *txtaddr, 19 const char *txtaddr); 21 const char *txtaddr);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.h | 31 int ap_ctrl_iface_sta(struct wpa_supplicant *wpa_s, const char *txtaddr, 33 int ap_ctrl_iface_sta_next(struct wpa_supplicant *wpa_s, const char *txtaddr, 36 const char *txtaddr); 38 const char *txtaddr); 55 int ap_ctrl_iface_chanswitch(struct wpa_supplicant *wpa_s, const char *txtaddr);
|
D | ap.c | 1040 int ap_ctrl_iface_sta(struct wpa_supplicant *wpa_s, const char *txtaddr, in ap_ctrl_iface_sta() argument 1051 return hostapd_ctrl_iface_sta(hapd, txtaddr, buf, buflen); in ap_ctrl_iface_sta() 1055 int ap_ctrl_iface_sta_next(struct wpa_supplicant *wpa_s, const char *txtaddr, in ap_ctrl_iface_sta_next() argument 1066 return hostapd_ctrl_iface_sta_next(hapd, txtaddr, buf, buflen); in ap_ctrl_iface_sta_next() 1071 const char *txtaddr) in ap_ctrl_iface_sta_disassociate() argument 1076 txtaddr); in ap_ctrl_iface_sta_disassociate() 1081 const char *txtaddr) in ap_ctrl_iface_sta_deauthenticate() argument 1086 txtaddr); in ap_ctrl_iface_sta_deauthenticate()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 143 const char *txtaddr) in hostapd_ctrl_iface_new_sta() argument 148 wpa_printf(MSG_DEBUG, "CTRL_IFACE NEW_STA %s", txtaddr); in hostapd_ctrl_iface_new_sta() 150 if (hwaddr_aton(txtaddr, addr)) in hostapd_ctrl_iface_new_sta() 171 const char *txtaddr) in hostapd_ctrl_iface_sa_query() argument 176 wpa_printf(MSG_DEBUG, "CTRL_IFACE SA_QUERY %s", txtaddr); in hostapd_ctrl_iface_sa_query() 178 if (hwaddr_aton(txtaddr, addr) || in hostapd_ctrl_iface_sa_query()
|