| /hostap-latest/src/ap/ |
| D | ieee802_11_vht.c | 77 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation() local 91 *pos++ = sizeof(*oper); in hostapd_eid_vht_operation() 93 oper = (struct ieee80211_vht_operation *) pos; in hostapd_eid_vht_operation() 94 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_vht_operation() 109 oper->vht_op_info_chan_center_freq_seg0_idx = seg0; in hostapd_eid_vht_operation() 110 oper->vht_op_info_chan_center_freq_seg1_idx = seg1; in hostapd_eid_vht_operation() 112 oper->vht_op_info_chwidth = oper_chwidth; in hostapd_eid_vht_operation() 118 oper->vht_op_info_chwidth = CHANWIDTH_80MHZ; in hostapd_eid_vht_operation() 119 oper->vht_op_info_chan_center_freq_seg1_idx = in hostapd_eid_vht_operation() 120 oper->vht_op_info_chan_center_freq_seg0_idx; in hostapd_eid_vht_operation() [all …]
|
| D | ieee802_11_ht.c | 84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation() local 92 *pos++ = sizeof(*oper); in hostapd_eid_ht_operation() 94 oper = (struct ieee80211_ht_operation *) pos; in hostapd_eid_ht_operation() 95 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_ht_operation() 97 oper->primary_chan = hapd->iconf->channel; in hostapd_eid_ht_operation() 98 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation() 100 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE | in hostapd_eid_ht_operation() 103 oper->ht_param |= HT_INFO_HT_PARAM_SECONDARY_CHNL_BELOW | in hostapd_eid_ht_operation() 106 pos += sizeof(*oper); in hostapd_eid_ht_operation()
|
| D | ieee802_11_eht.c | 204 struct ieee80211_eht_operation *oper; in hostapd_eid_eht_operation() local 232 oper = (struct ieee80211_eht_operation *) pos; in hostapd_eid_eht_operation() 233 oper->oper_params = 0; in hostapd_eid_eht_operation() 236 oper->oper_params |= EHT_OPER_DEFAULT_PE_DURATION; in hostapd_eid_eht_operation() 239 oper->basic_eht_mcs_nss_set[0] = 0x11; in hostapd_eid_eht_operation() 240 oper->basic_eht_mcs_nss_set[1] = 0x00; in hostapd_eid_eht_operation() 241 oper->basic_eht_mcs_nss_set[2] = 0x00; in hostapd_eid_eht_operation() 242 oper->basic_eht_mcs_nss_set[3] = 0x00; in hostapd_eid_eht_operation() 247 oper->oper_params |= EHT_OPER_INFO_PRESENT; in hostapd_eid_eht_operation() 252 oper->oper_info.control |= EHT_OPER_CHANNEL_WIDTH_320MHZ; in hostapd_eid_eht_operation() [all …]
|
| D | ieee802_11_he.c | 174 struct ieee80211_he_operation *oper; in hostapd_eid_he_operation() local 189 oper = (struct ieee80211_he_operation *) pos; in hostapd_eid_he_operation() 190 os_memset(oper, 0, sizeof(*oper)); in hostapd_eid_he_operation() 215 oper->he_mcs_nss_set = in hostapd_eid_he_operation() 285 oper->he_oper_params = host_to_le32(params); in hostapd_eid_he_operation()
|
| D | ieee802_11_shared.c | 1041 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters() local 1047 if (oper->vht_op_info_chwidth == CHANWIDTH_USE_HT) { in get_tx_parameters() 1049 } else if (oper->vht_op_info_chan_center_freq_seg1_idx == 0) { in get_tx_parameters() 1056 oper->vht_op_info_chan_center_freq_seg0_idx - in get_tx_parameters() 1058 oper->vht_op_info_chan_center_freq_seg1_idx); in get_tx_parameters() 1059 vht_80p80 = oper->vht_op_info_chan_center_freq_seg1_idx in get_tx_parameters()
|
| D | wnm_ap.c | 29 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie() argument 31 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper); in ieee80211_11_get_tfs_ie() 33 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_get_tfs_ie() 39 u8 *buf, u16 *buf_len, enum wnm_oper oper) in ieee80211_11_set_tfs_ie() argument 41 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper); in ieee80211_11_set_tfs_ie() 43 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_set_tfs_ie()
|
| D | ap_drv_ops.c | 909 int hostapd_drv_wnm_oper(struct hostapd_data *hapd, enum wnm_oper oper, in hostapd_drv_wnm_oper() argument 914 return hapd->driver->wnm_oper(hapd->drv_priv, oper, peer, buf, in hostapd_drv_wnm_oper()
|
| D | ap_drv_ops.h | 156 enum wnm_oper oper, const u8 *peer,
|
| /hostap-latest/hs20/server/www/ |
| D | est.php | 54 $oper = $row['operation']; variable 55 if ($oper != '5') { 56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm"); 91 $oper = $row['operation']; variable 92 if ($oper != '10') { 93 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
|
| /hostap-latest/hs20/server/ |
| D | spp_server.c | 1806 enum hs20_session_operation oper; in hs20_user_input_complete() local 1814 oper = atoi(val); in hs20_user_input_complete() 1817 if (oper == USER_REMEDIATION) { in hs20_user_input_complete() 1822 if (oper == FREE_REMEDIATION) { in hs20_user_input_complete() 1827 if (oper == SUBSCRIPTION_REGISTRATION) { in hs20_user_input_complete() 1909 enum hs20_session_operation oper; in hs20_cert_enroll_completed() local 1917 oper = atoi(val); in hs20_cert_enroll_completed() 1920 if (oper == SUBSCRIPTION_REGISTRATION) in hs20_cert_enroll_completed() 1922 if (oper == CERT_REENROLL) in hs20_cert_enroll_completed() 1937 enum hs20_session_operation oper; in hs20_cert_enroll_failed() local [all …]
|
| /hostap-latest/src/common/ |
| D | hw_features_common.c | 181 struct ieee80211_ht_operation *oper; in get_pri_sec_chan() local 188 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan() 189 *pri_chan = oper->primary_chan; in get_pri_sec_chan() 190 if (oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) { in get_pri_sec_chan() 191 int sec = oper->ht_param & in get_pri_sec_chan() 271 struct ieee80211_ht_operation *oper; in check_20mhz_bss() local 287 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss() 288 if (oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK) in check_20mhz_bss()
|
| /hostap-latest/src/drivers/ |
| D | driver_atheros.c | 2097 u8 *ie, u16 *len, enum wnm_oper oper) in athr_wnm_tfs() argument 2105 drv->iface, oper, MAC2STR(peer)); in athr_wnm_tfs() 2107 switch (oper) { in athr_wnm_tfs() 2120 val = oper; in athr_wnm_tfs() 2142 val = oper; in athr_wnm_tfs() 2169 val = oper; in athr_wnm_tfs() 2182 wpa_printf(MSG_DEBUG, "Unsupported TFS oper %d", oper); in athr_wnm_tfs() 2191 const u8 *peer, enum wnm_oper oper) in atheros_wnm_sleep() argument 2199 oper, MAC2STR(peer)); in atheros_wnm_sleep() 2211 val = oper; in atheros_wnm_sleep() [all …]
|
| D | driver.h | 4254 int (*tdls_oper)(void *priv, enum tdls_oper oper, const u8 *peer); 4265 int (*wnm_oper)(void *priv, enum wnm_oper oper, const u8 *peer, 6243 } oper; member 6254 } oper; member
|
| D | driver_nl80211_event.c | 2387 data.tdls.oper = TDLS_REQUEST_SETUP; in nl80211_tdls_oper_event() 2392 data.tdls.oper = TDLS_REQUEST_TEARDOWN; in nl80211_tdls_oper_event() 2398 data.tdls.oper = TDLS_REQUEST_DISCOVER; in nl80211_tdls_oper_event()
|
| D | driver_nl80211.c | 10629 static int nl80211_tdls_oper(void *priv, enum tdls_oper oper, const u8 *peer) in nl80211_tdls_oper() argument 10640 switch (oper) { in nl80211_tdls_oper()
|
| /hostap-latest/wpa_supplicant/ |
| D | wnm_sta.c | 34 u16 *buf_len, enum wnm_oper oper) in ieee80211_11_get_tfs_ie() argument 36 wpa_printf(MSG_DEBUG, "%s: TFS get operation %d", __func__, oper); in ieee80211_11_get_tfs_ie() 38 return wpa_drv_wnm_oper(wpa_s, oper, wpa_s->bssid, buf, buf_len); in ieee80211_11_get_tfs_ie() 45 enum wnm_oper oper) in ieee80211_11_set_tfs_ie() argument 49 wpa_printf(MSG_DEBUG, "%s: TFS set operation %d", __func__, oper); in ieee80211_11_set_tfs_ie() 51 return wpa_drv_wnm_oper(wpa_s, oper, addr, (u8 *) buf, &len); in ieee80211_11_set_tfs_ie()
|
| D | driver_i.h | 597 enum tdls_oper oper, const u8 *peer) in wpa_drv_tdls_oper() argument 601 return wpa_s->driver->tdls_oper(wpa_s->drv_priv, oper, peer); in wpa_drv_tdls_oper() 681 enum wnm_oper oper, const u8 *peer, in wpa_drv_wnm_oper() argument 686 return wpa_s->driver->wnm_oper(wpa_s->drv_priv, oper, peer, buf, in wpa_drv_wnm_oper()
|
| D | mesh_mpm.c | 732 struct ieee80211_ht_operation *oper; in mesh_mpm_add_peer() local 765 oper = (struct ieee80211_ht_operation *) elems->ht_operation; in mesh_mpm_add_peer() 766 if (oper && in mesh_mpm_add_peer() 767 !(oper->ht_param & HT_INFO_HT_PARAM_STA_CHNL_WIDTH) && in mesh_mpm_add_peer()
|
| D | wpas_glue.c | 805 static int wpa_supplicant_tdls_oper(void *ctx, int oper, const u8 *peer) in wpa_supplicant_tdls_oper() argument 808 return wpa_drv_tdls_oper(wpa_s, oper, peer); in wpa_supplicant_tdls_oper()
|
| D | events.c | 4948 switch (data->tdls.oper) { in wpa_supplicant_event_tdls() 4979 switch (data->wnm.oper) { in wpa_supplicant_event_wnm()
|
| /hostap-latest/src/rsn_supp/ |
| D | wpa_i.h | 406 static inline int wpa_sm_tdls_oper(struct wpa_sm *sm, int oper, in wpa_sm_tdls_oper() argument 410 return sm->ctx->tdls_oper(sm->ctx->ctx, oper, peer); in wpa_sm_tdls_oper()
|
| D | wpa.h | 69 int (*tdls_oper)(void *ctx, int oper, const u8 *peer);
|
| /hostap-latest/hs20/client/ |
| D | oma_dm_client.c | 279 int cmdid, const char *oper, in oma_dm_add_hs20_generic_alert() argument 290 snprintf(buf, sizeof(buf), "Reversed-Domain-Name: %s", oper); in oma_dm_add_hs20_generic_alert() 299 const char *url, int msgid, const char *oper) in build_oma_dm_1() argument 324 oma_dm_add_hs20_generic_alert(ctx, syncbody, cmdid, oper, str); in build_oma_dm_1()
|