Searched refs:oper (Results 1 - 25 of 75) sorted by last modified time

123

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c660 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper, argument
665 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dap_drv_ops.h117 enum wnm_oper oper, const u8 *peer,
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; local
91 *pos++ = sizeof(*oper);
93 oper = (struct ieee80211_ht_operation *) pos;
94 os_memset(oper, 0, sizeof(*oper));
96 oper->primary_chan = hapd->iconf->channel;
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
99 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE |
102 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW |
105 pos += sizeof(*oper);
[all...]
H A Dieee802_11_vht.c63 struct ieee80211_vht_operation *oper; local
67 *pos++ = sizeof(*oper);
69 oper = (struct ieee80211_vht_operation *) pos;
70 os_memset(oper, 0, sizeof(*oper));
77 oper->vht_op_info_chan_center_freq_seg0_idx =
79 oper->vht_op_info_chan_center_freq_seg1_idx =
82 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
86 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
87 pos += sizeof(*oper);
[all...]
H A Dwnm_ap.c27 u8 *buf, u16 *buf_len, enum wnm_oper oper)
29 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
31 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
37 u8 *buf, u16 *buf_len, enum wnm_oper oper)
39 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
41 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
26 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
36 ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
/external/wpa_supplicant_8/hostapd/src/common/
H A Dhw_features_common.c149 struct ieee80211_ht_operation *oper; local
156 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
157 *pri_chan = oper->primary_chan;
158 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) {
159 int sec = oper->ht_param &
242 struct ieee80211_ht_operation *oper; local
255 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
256 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2757 * @oper: TDLS high-level operation. See %enum tdls_oper
2764 int (*tdls_oper)(void *priv, enum tdls_oper oper, const u8 *peer);
2769 * @oper: WNM operation. See %enum wnm_oper
2775 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer,
4158 } oper; member in struct:wpa_event_data::tdls
4169 } oper; member in struct:wpa_event_data::wnm
H A Ddriver_atheros.c1968 u8 *ie, u16 *len, enum wnm_oper oper)
1975 wpa_printf(MSG_DEBUG, "atheros: ifname=%s, WNM TFS IE oper=%d " MACSTR,
1976 drv->iface, oper, MAC2STR(peer));
1978 switch (oper) {
1991 val = oper;
2013 val = oper;
2040 val = oper;
2053 wpa_printf(MSG_DEBUG, "Unsupported TFS oper %d", oper);
2062 const u8 *peer, enum wnm_oper oper)
1967 athr_wnm_tfs(struct atheros_driver_data *drv, const u8* peer, u8 *ie, u16 *len, enum wnm_oper oper) argument
2061 atheros_wnm_sleep(struct atheros_driver_data *drv, const u8 *peer, enum wnm_oper oper) argument
2097 atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer, u8 *buf, u16 *buf_len) argument
[all...]
H A Ddriver_nl80211.c7092 static int nl80211_tdls_oper(void *priv, enum tdls_oper oper, const u8 *peer) argument
7102 switch (oper) {
H A Ddriver_nl80211_event.c1289 data.tdls.oper = TDLS_REQUEST_SETUP;
1294 data.tdls.oper = TDLS_REQUEST_TEARDOWN;
1300 data.tdls.oper = TDLS_REQUEST_DISCOVER;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.h60 int (*tdls_oper)(void *ctx, int oper, const u8 *peer);
H A Dwpa_i.h289 static inline int wpa_sm_tdls_oper(struct wpa_sm *sm, int oper, argument
293 return sm->ctx->tdls_oper(sm->ctx->ctx, oper, peer);
/external/wpa_supplicant_8/hs20/client/
H A Doma_dm_client.c273 int cmdid, const char *oper,
284 snprintf(buf, sizeof(buf), "Reversed-Domain-Name: %s", oper);
293 const char *url, int msgid, const char *oper)
318 oma_dm_add_hs20_generic_alert(ctx, syncbody, cmdid, oper, str);
271 oma_dm_add_hs20_generic_alert(struct hs20_osu_client *ctx, xml_node_t *syncbody, int cmdid, const char *oper, const char *data) argument
292 build_oma_dm_1(struct hs20_osu_client *ctx, const char *url, int msgid, const char *oper) argument
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c1500 enum hs20_session_operation oper; local
1508 oper = atoi(val);
1511 if (oper == USER_REMEDIATION) {
1516 if (oper == FREE_REMEDIATION) {
1521 if (oper == SUBSCRIPTION_REGISTRATION) {
1537 enum hs20_session_operation oper; local
1545 oper = atoi(val);
1548 if (oper == SUBSCRIPTION_REGISTRATION)
1563 enum hs20_session_operation oper; local
1574 oper
1756 enum hs20_session_operation oper; local
1780 enum hs20_session_operation oper; local
2028 enum hs20_session_operation oper; local
[all...]
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php54 $oper = $row['operation']; variable
55 if ($oper != '5') {
56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c660 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper, argument
665 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf,
H A Dap_drv_ops.h117 enum wnm_oper oper, const u8 *peer,
H A Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; local
91 *pos++ = sizeof(*oper);
93 oper = (struct ieee80211_ht_operation *) pos;
94 os_memset(oper, 0, sizeof(*oper));
96 oper->primary_chan = hapd->iconf->channel;
97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode);
99 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE |
102 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW |
105 pos += sizeof(*oper);
[all...]
H A Dieee802_11_vht.c63 struct ieee80211_vht_operation *oper; local
67 *pos++ = sizeof(*oper);
69 oper = (struct ieee80211_vht_operation *) pos;
70 os_memset(oper, 0, sizeof(*oper));
77 oper->vht_op_info_chan_center_freq_seg0_idx =
79 oper->vht_op_info_chan_center_freq_seg1_idx =
82 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
86 oper->vht_basic_mcs_set = host_to_le16(0xfffc);
87 pos += sizeof(*oper);
[all...]
H A Dwnm_ap.c27 u8 *buf, u16 *buf_len, enum wnm_oper oper)
29 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper);
31 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
37 u8 *buf, u16 *buf_len, enum wnm_oper oper)
39 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper);
41 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len);
26 ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
36 ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, u8 *buf, u16 *buf_len, enum wnm_oper oper) argument
/external/wpa_supplicant_8/src/common/
H A Dhw_features_common.c149 struct ieee80211_ht_operation *oper; local
156 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
157 *pri_chan = oper->primary_chan;
158 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) {
159 int sec = oper->ht_param &
242 struct ieee80211_ht_operation *oper; local
255 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
256 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2757 * @oper: TDLS high-level operation. See %enum tdls_oper
2764 int (*tdls_oper)(void *priv, enum tdls_oper oper, const u8 *peer);
2769 * @oper: WNM operation. See %enum wnm_oper
2775 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer,
4158 } oper; member in struct:wpa_event_data::tdls
4169 } oper; member in struct:wpa_event_data::wnm
H A Ddriver_atheros.c1968 u8 *ie, u16 *len, enum wnm_oper oper)
1975 wpa_printf(MSG_DEBUG, "atheros: ifname=%s, WNM TFS IE oper=%d " MACSTR,
1976 drv->iface, oper, MAC2STR(peer));
1978 switch (oper) {
1991 val = oper;
2013 val = oper;
2040 val = oper;
2053 wpa_printf(MSG_DEBUG, "Unsupported TFS oper %d", oper);
2062 const u8 *peer, enum wnm_oper oper)
1967 athr_wnm_tfs(struct atheros_driver_data *drv, const u8* peer, u8 *ie, u16 *len, enum wnm_oper oper) argument
2061 atheros_wnm_sleep(struct atheros_driver_data *drv, const u8 *peer, enum wnm_oper oper) argument
2097 atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer, u8 *buf, u16 *buf_len) argument
[all...]
H A Ddriver_nl80211.c7092 static int nl80211_tdls_oper(void *priv, enum tdls_oper oper, const u8 *peer) argument
7102 switch (oper) {
H A Ddriver_nl80211_event.c1289 data.tdls.oper = TDLS_REQUEST_SETUP;
1294 data.tdls.oper = TDLS_REQUEST_TEARDOWN;
1300 data.tdls.oper = TDLS_REQUEST_DISCOVER;

Completed in 309 milliseconds

123