Searched refs:wnm_oper (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c731 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper,
734 if (hapd->driver == NULL || hapd->driver->wnm_oper == NULL)
736 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dwnm_ap.c29 u8 *buf, u16 *buf_len, enum wnm_oper oper)
39 u8 *buf, u16 *buf_len, enum wnm_oper oper)
63 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
H A Dap_drv_ops.h140 enum wnm_oper oper, const u8 *peer,
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h658 enum wnm_oper oper, const u8 *peer,
661 if (!wpa_s->driver->wnm_oper)
663 return wpa_s->driver->wnm_oper(wpa_s->drv_priv, oper, peer, buf,
H A Dwnm_sta.c34 u16 *buf_len, enum wnm_oper oper)
45 enum wnm_oper oper)
66 enum wnm_oper tfs_oper = action == 0 ? WNM_SLEEP_TFS_REQ_IE_ADD :
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h1962 enum wnm_oper { enum
3413 * wnm_oper - Notify driver of the WNM frame reception
3415 * @oper: WNM operation. See %enum wnm_oper
3421 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer, member in struct:wpa_driver_ops
H A Ddriver_atheros.c2109 u8 *ie, u16 *len, enum wnm_oper oper)
2203 const u8 *peer, enum wnm_oper oper)
2238 static int atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer,
2297 .wnm_oper = atheros_wnm_oper,

Completed in 183 milliseconds