Searched refs:sta_set_flags (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | driver_i.h | 366 if (wpa_s->driver->sta_set_flags) in wpa_drv_sta_set_flags() 367 return wpa_s->driver->sta_set_flags(wpa_s->drv_priv, addr, in wpa_drv_sta_set_flags()
|
| /freebsd-12.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 586 if (hapd->driver == NULL || hapd->driver->sta_set_flags == NULL) in hostapd_sta_set_flags() 588 return hapd->driver->sta_set_flags(hapd->drv_priv, addr, total_flags, in hostapd_sta_set_flags()
|
| /freebsd-12.1/contrib/wpa/src/drivers/ |
| H A D | driver_hostap.c | 1189 .sta_set_flags = hostap_sta_set_flags,
|
| H A D | driver.h | 2982 int (*sta_set_flags)(void *priv, const u8 *addr, member
|
| H A D | driver_bsd.c | 1773 .sta_set_flags = bsd_set_sta_authorized,
|
| H A D | driver_atheros.c | 2273 .sta_set_flags = atheros_sta_set_flags,
|