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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwnm_ap.c26 u8 *buf, u16 *buf_len, enum wnm_oper oper)
36 u8 *buf, u16 *buf_len, enum wnm_oper oper)
60 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
H A Dap_drv_ops.c728 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper,
731 if (hapd->driver == NULL || hapd->driver->wnm_oper == NULL)
733 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dap_drv_ops.h119 enum wnm_oper oper, const u8 *peer,
/external/wpa_supplicant_8/src/ap/
H A Dwnm_ap.c26 u8 *buf, u16 *buf_len, enum wnm_oper oper)
36 u8 *buf, u16 *buf_len, enum wnm_oper oper)
60 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
H A Dap_drv_ops.c728 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper,
731 if (hapd->driver == NULL || hapd->driver->wnm_oper == NULL)
733 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dap_drv_ops.h119 enum wnm_oper oper, const u8 *peer,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwnm_ap.c26 u8 *buf, u16 *buf_len, enum wnm_oper oper)
36 u8 *buf, u16 *buf_len, enum wnm_oper oper)
60 enum wnm_oper tfs_oper = action_type == WNM_SLEEP_MODE_ENTER ?
H A Dap_drv_ops.c728 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper,
731 if (hapd->driver == NULL || hapd->driver->wnm_oper == NULL)
733 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dap_drv_ops.h119 enum wnm_oper oper, const u8 *peer,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1213 enum wnm_oper { enum
2530 * wnm_oper - Notify driver of the WNM frame reception
2532 * @oper: WNM operation. See %enum wnm_oper
2538 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer, member in struct:wpa_driver_ops
H A Ddriver_atheros.c2064 u8 *ie, u16 *len, enum wnm_oper oper)
2158 const u8 *peer, enum wnm_oper oper)
2193 static int atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer,
2250 .wnm_oper = atheros_wnm_oper,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1213 enum wnm_oper { enum
2530 * wnm_oper - Notify driver of the WNM frame reception
2532 * @oper: WNM operation. See %enum wnm_oper
2538 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer, member in struct:wpa_driver_ops
H A Ddriver_atheros.c2064 u8 *ie, u16 *len, enum wnm_oper oper)
2158 const u8 *peer, enum wnm_oper oper)
2193 static int atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer,
2250 .wnm_oper = atheros_wnm_oper,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h591 enum wnm_oper oper, const u8 *peer,
594 if (!wpa_s->driver->wnm_oper)
596 return wpa_s->driver->wnm_oper(wpa_s->drv_priv, oper, peer, buf,
H A Dwnm_sta.c29 u16 *buf_len, enum wnm_oper oper)
40 enum wnm_oper oper)
59 enum wnm_oper tfs_oper = action == 0 ? WNM_SLEEP_TFS_REQ_IE_ADD :
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1213 enum wnm_oper { enum
2530 * wnm_oper - Notify driver of the WNM frame reception
2532 * @oper: WNM operation. See %enum wnm_oper
2538 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer, member in struct:wpa_driver_ops
H A Ddriver_atheros.c2064 u8 *ie, u16 *len, enum wnm_oper oper)
2158 const u8 *peer, enum wnm_oper oper)
2193 static int atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer,
2250 .wnm_oper = atheros_wnm_oper,

Completed in 133 milliseconds