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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwnm_ap.c28 u8 *buf, u16 *buf_len, enum wnm_oper oper)
38 u8 *buf, u16 *buf_len, enum wnm_oper oper)
62 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
H A Dap_drv_ops.c664 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper,
667 if (hapd->driver == NULL || hapd->driver->wnm_oper == NULL)
669 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dap_drv_ops.h125 enum wnm_oper oper, const u8 *peer,
/external/wpa_supplicant_8/src/ap/
H A Dwnm_ap.c28 u8 *buf, u16 *buf_len, enum wnm_oper oper)
38 u8 *buf, u16 *buf_len, enum wnm_oper oper)
62 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
H A Dap_drv_ops.c664 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper,
667 if (hapd->driver == NULL || hapd->driver->wnm_oper == NULL)
669 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dap_drv_ops.h125 enum wnm_oper oper, const u8 *peer,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwnm_ap.c28 u8 *buf, u16 *buf_len, enum wnm_oper oper)
38 u8 *buf, u16 *buf_len, enum wnm_oper oper)
62 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
H A Dap_drv_ops.c664 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper,
667 if (hapd->driver == NULL || hapd->driver->wnm_oper == NULL)
669 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dap_drv_ops.h125 enum wnm_oper oper, const u8 *peer,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h640 enum wnm_oper oper, const u8 *peer,
643 if (!wpa_s->driver->wnm_oper)
645 return wpa_s->driver->wnm_oper(wpa_s->drv_priv, oper, peer, buf,
H A Dwnm_sta.c31 u16 *buf_len, enum wnm_oper oper)
42 enum wnm_oper oper)
63 enum wnm_oper tfs_oper = action == 0 ? WNM_SLEEP_TFS_REQ_IE_ADD :
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1740 enum wnm_oper { enum
3083 * wnm_oper - Notify driver of the WNM frame reception
3085 * @oper: WNM operation. See %enum wnm_oper
3091 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer, member in struct:wpa_driver_ops
H A Ddriver_atheros.c1984 u8 *ie, u16 *len, enum wnm_oper oper)
2078 const u8 *peer, enum wnm_oper oper)
2113 static int atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer,
2172 .wnm_oper = atheros_wnm_oper,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1740 enum wnm_oper { enum
3083 * wnm_oper - Notify driver of the WNM frame reception
3085 * @oper: WNM operation. See %enum wnm_oper
3091 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer, member in struct:wpa_driver_ops
H A Ddriver_atheros.c1984 u8 *ie, u16 *len, enum wnm_oper oper)
2078 const u8 *peer, enum wnm_oper oper)
2113 static int atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer,
2172 .wnm_oper = atheros_wnm_oper,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1740 enum wnm_oper { enum
3083 * wnm_oper - Notify driver of the WNM frame reception
3085 * @oper: WNM operation. See %enum wnm_oper
3091 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer, member in struct:wpa_driver_ops
H A Ddriver_atheros.c1984 u8 *ie, u16 *len, enum wnm_oper oper)
2078 const u8 *peer, enum wnm_oper oper)
2113 static int atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer,
2172 .wnm_oper = atheros_wnm_oper,

Completed in 365 milliseconds