Home
last modified time | relevance | path

Searched refs:update_dh_ie (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/src/ap/
Dap_drv_ops.c987 if (!hapd->driver || !hapd->driver->update_dh_ie || !hapd->drv_priv) in hostapd_drv_update_dh_ie()
989 return hapd->driver->update_dh_ie(hapd->drv_priv, peer, reason_code, in hostapd_drv_update_dh_ie()
/hostap-3.6.0/src/drivers/
Ddriver.h4573 int (*update_dh_ie)(void *priv, const u8 *peer_mac, u16 reason_code, member
Ddriver_nl80211.c12242 .update_dh_ie = nl80211_update_dh_ie,