Home
last modified time | relevance | path

Searched refs:wlan_mib_sta_config (Results 1 - 18 of 18) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_mib.h123 return mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id; in mac_mib_get_station_id()
247 return mac_vap->mib_info->wlan_mib_sta_config.dot11_high_throughput_option_implemented; in mac_mib_get_high_throughput_option_implemented()
255 mac_vap->mib_info->wlan_mib_sta_config.dot11_high_throughput_option_implemented = val; in mac_mib_set_high_throughput_option_implemented()
279 return mac_vap->mib_info->wlan_mib_sta_config.dot11_spectrum_management_implemented; in mac_mib_get_spectrum_management_implemented()
287 mac_vap->mib_info->wlan_mib_sta_config.dot11_spectrum_management_implemented = val; in mac_mib_set_spectrum_management_implemented()
354 return mac_vap->mib_info->wlan_mib_sta_config.dot11_association_sa_query_maximum_timeout; in mac_mib_get_dot11_association_saquery_maximum_timeout()
362 return mac_vap->mib_info->wlan_mib_sta_config.dot11_association_sa_query_retry_timeout; in mac_mib_get_dot11_association_saquery_retry_timeout()
378 return mac_vap->mib_info->wlan_mib_sta_config.dot11_dtim_period; in mac_mib_get_dot11dtimperiod()
397 mac_vap->mib_info->wlan_mib_sta_config.dot11_dtim_period = val; in mac_mib_set_dot11dtimperiod()
406 return mac_vap->mib_info->wlan_mib_sta_config in mac_mib_get_powermanagementmode()
[all...]
H A Dmac_frame.c137 if (WLAN_MIB_DESIRED_BSSTYPE_INDEPENDENT == mib->wlan_mib_sta_config.dot11_desired_bss_type) { in mac_set_cap_info_ap()
139 } else if (WLAN_MIB_DESIRED_BSSTYPE_INFRA == mib->wlan_mib_sta_config.dot11_desired_bss_type) { in mac_set_cap_info_ap()
152 cap_info->spectrum_mgmt = mib->wlan_mib_sta_config.dot11_spectrum_management_required; in mac_set_cap_info_ap()
154 cap_info->qos = mib->wlan_mib_sta_config.dot11_qos_option_implemented; in mac_set_cap_info_ap()
158 cap_info->apsd = mib->wlan_mib_sta_config.dot11_apsd_option_implemented; in mac_set_cap_info_ap()
160 cap_info->radio_measurement = mib->wlan_mib_sta_config.dot11_radio_measurement_activated; in mac_set_cap_info_ap()
164 cap_info->delayed_block_ack = mib->wlan_mib_sta_config.dot11_delayed_block_ack_option_implemented; in mac_set_cap_info_ap()
219 puc_ssid = mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_desired_ssid; in mac_set_ssid_ie()
955 mac_vap->mib_info->wlan_mib_sta_config.dot11_delayed_block_ack_option_implemented; in mac_set_ht_capinfo_field()
1081 if (!mac_vap->mib_info->wlan_mib_sta_config in mac_set_ht_capabilities_ie()
[all...]
H A Dmac_vap.c478 mib_info->wlan_mib_sta_config.dot11_high_throughput_option_implemented = HI_FALSE; in mac_vap_init_mib_11n()
1026 mib_info->wlan_mib_sta_config.dot11_dtim_period = WLAN_DTIM_DEFAULT; in mac_init_mib()
1029 mib_info->wlan_mib_sta_config.dot11_desired_bss_type = WLAN_MIB_DESIRED_BSSTYPE_INFRA; in mac_init_mib()
1030 mib_info->wlan_mib_sta_config.dot11_beacon_period = WLAN_BEACON_INTVAL_DEFAULT; in mac_init_mib()
1034 mib_info->wlan_mib_sta_config.dot11_multi_domain_capability_activated = HI_TRUE; in mac_init_mib()
1035 mib_info->wlan_mib_sta_config.dot11_spectrum_management_required = HI_TRUE; in mac_init_mib()
1036 mib_info->wlan_mib_sta_config.dot11_extended_channel_switch_activated = HI_FALSE; in mac_init_mib()
1037 mib_info->wlan_mib_sta_config.dot11_qos_option_implemented = HI_TRUE; in mac_init_mib()
1038 mib_info->wlan_mib_sta_config.dot11_apsd_option_implemented = HI_FALSE; in mac_init_mib()
1039 mib_info->wlan_mib_sta_config in mac_init_mib()
[all...]
H A Dmac_mib.c305 puc_mib_ssid = mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_desired_ssid; in mac_mib_set_ssid()
322 puc_mib_ssid = mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_desired_ssid; in mac_mib_get_ssid()
H A Dmac_vap.h1252 mib_info->wlan_mib_sta_config.dot11_mesh_activated = (mac_vap->vap_mode == WLAN_VAP_MODE_MESH) ? in mac_vap_init_mib_mesh()
1503 return mac_vap->mib_info->wlan_mib_sta_config.auc_p2p0_dot11_station_id; in mac_vap_get_mac_addr()
1506 return mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id; in mac_vap_get_mac_addr()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_encap_frame.c76 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_encap_sa_query_req()
146 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_encap_sa_query_rsp()
218 up_vap2->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) || in hmac_mgmt_encap_deauth()
230 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_mgmt_encap_deauth()
310 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_mgmt_encap_disassoc()
318 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_mgmt_encap_disassoc()
324 mac_vap->vap_mode == WLAN_VAP_MODE_BSS_AP ? mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id : in hmac_mgmt_encap_disassoc()
333 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id : mac_vap->auc_bssid, in hmac_mgmt_encap_disassoc()
H A Dhmac_encap_frame_ap.c198 mac_ap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) || in hmac_mgmt_encap_asoc_rsp_ap_add_copy()
690 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_encap_auth_rsp_body()
857 (hi_u16)hmac_vap->base_vap->mib_info->wlan_mib_sta_config.dot11_authentication_response_time_out, in hmac_auth_rsp_handle_result()
887 (hi_u16)hmac_vap->base_vap->mib_info->wlan_mib_sta_config.dot11_authentication_response_time_out, in hmac_auth_rsp_handle_result()
1011 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) || in hmac_encap_mesh_peering_open_frame()
1075 mac_set_wmm_params_ie(mac_vap, data, mac_vap->mib_info->wlan_mib_sta_config.dot11_qos_option_implemented, &ie_len); in hmac_encap_mesh_peering_open_frame()
1147 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) || in hmac_encap_mesh_peering_confirm_frame()
1209 mac_set_wmm_params_ie(mac_vap, data, mac_vap->mib_info->wlan_mib_sta_config.dot11_qos_option_implemented, &ie_len); in hmac_encap_mesh_peering_confirm_frame()
1279 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_encap_mesh_peering_close_frame()
1363 mac_vap->mib_info->wlan_mib_sta_config in hmac_encap_mesh_group_key_inform_frame()
[all...]
H A Dhmac_encap_frame_sta.c153 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) || in hmac_mgmt_encap_asoc_req_sta()
273 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_mgmt_encap_auth_req()
367 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_mgmt_encap_auth_req_seq3()
H A Dhmac_mgmt_bss_comm.c196 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_mgmt_encap_addba_req()
304 vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_mgmt_encap_addba_rsp()
416 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_mgmt_encap_delba()
2212 mac_user_set_qos(hmac_user->base_user, mac_vap->mib_info->wlan_mib_sta_config.dot11_qos_option_implemented); in hmac_mgmt_update_assoc_user_qos()
2255 if ((bss_type != mac_vap->mib_info->wlan_mib_sta_config.dot11_desired_bss_type) && in hmac_check_bss_cap_info()
2261 if (bss_type != mac_vap->mib_info->wlan_mib_sta_config.dot11_desired_bss_type) { in hmac_check_bss_cap_info()
2264 mac_vap->mib_info->wlan_mib_sta_config.dot11_desired_bss_type, bss_type); in hmac_check_bss_cap_info()
2268 if (bss_type != mac_vap->mib_info->wlan_mib_sta_config.dot11_desired_bss_type) { in hmac_check_bss_cap_info()
2271 mac_vap->mib_info->wlan_mib_sta_config.dot11_desired_bss_type, bss_type); in hmac_check_bss_cap_info()
2585 mac_vap->mib_info->wlan_mib_sta_config in hmac_send_mgmt_to_host()
[all...]
H A Dhmac_mgmt_sta.c100 if (hmac_vap->base_vap->mib_info->wlan_mib_sta_config.dot11_desired_bss_type == WLAN_MIB_DESIRED_BSSTYPE_INFRA) { in hmac_update_join_req_params_prot_sta()
272 if (memcpy_s(mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_desired_ssid, WLAN_SSID_MAX_LEN, in hmac_sta_update_join_channel()
277 mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_desired_ssid[WLAN_SSID_MAX_LEN - 1] = '\0'; in hmac_sta_update_join_channel()
282 mac_vap->mib_info->wlan_mib_sta_config.dot11_beacon_period = in hmac_sta_update_join_channel()
317 mac_vap->mib_info->wlan_mib_sta_config.dot11_high_throughput_option_implemented = in hmac_sta_update_join_protocol()
445 mib_info->wlan_mib_sta_config.dot11_qos_option_implemented = mac_dev->wmm; in hmac_sta_update_join_req_params()
1642 mac_vap->mib_info->wlan_mib_sta_config.dot11_association_response_time_out = WLAN_ASSOC_REJECT_TIMEOUT; in hmac_sta_wait_asoc_rx_handle_for_pmf()
1644 mac_vap->mib_info->wlan_mib_sta_config.dot11_association_response_time_out = WLAN_ASSOC_TIMEOUT; in hmac_sta_wait_asoc_rx_handle_for_pmf()
2333 hi_u8 *puc_p2p0_mac_addr = hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_p2p0_dot11_station_id; in hmac_sta_up_rx_action()
H A Dhmac_chan_mgmt.c397 mac_vap_set_bssid(hmac_vap->base_vap, hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, in hmac_start_bss_in_available_channel()
432 mac_vap_set_bssid(mac_vap, mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN); in hmac_chan_start_bss()
H A Dhmac_tx_data.c948 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_tx_sta_set_addresses()
1217 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_tx_lan_mpdu_process_sta()
1338 if (mac_vap->mib_info->wlan_mib_sta_config.dot11_qos_option_implemented == HI_FALSE) { in hmac_tx_lan_to_wlan_no_tcp_opt_vap()
H A Dhmac_sme_sta.c269 *auth_timeout = (hi_u16)(mac_vap->mib_info->wlan_mib_sta_config.dot11_authentication_response_time_out << 1); in hmac_prepare_auth_req()
282 *us_assoc_timeout = (hi_u16)mac_vap->mib_info->wlan_mib_sta_config.dot11_association_response_time_out; in hmac_prepare_asoc_req()
H A Dhmac_blockack.c498 if (mac_vap->mib_info->wlan_mib_sta_config.dot11_high_throughput_option_implemented == HI_FALSE) { in hmac_ba_check_rx_aggr()
886 if (hmac_vap->base_vap->mib_info->wlan_mib_sta_config.dot11_immediate_block_ack_option_implemented == in hmac_mgmt_check_set_rx_ba_ok()
H A Dhmac_p2p.c419 if (memcpy_s(hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN, in hmac_p2p_del_gc_vap()
420 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_p2p0_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_p2p_del_gc_vap()
H A Dhmac_config.c267 mac_vap->mib_info->wlan_mib_sta_config.dot11_beacon_period); in hmac_config_vap_info()
1275 hi_u8 *puc_ssid = mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_desired_ssid; in hmac_config_ap_mesh_start()
1326 mac_vap_set_bssid(mac_vap, mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN); in hmac_config_ap_mesh_start()
1580 if (memset_s(mac_vap->mib_info->wlan_mib_sta_config.auc_dot11_desired_ssid, WLAN_SSID_MAX_LEN, 0, in hmac_config_down_vap()
1903 if (memcpy_s(mac_vap->mib_info->wlan_mib_sta_config.auc_p2p0_dot11_station_id, WLAN_MAC_ADDR_LEN, in hmac_config_set_mac_addr()
2885 mac_vap->mib_info->wlan_mib_sta_config.dot11_dtim_period = (hi_u32)beacon_param->l_dtim_period; in hmac_config_set_beacon()
2886 mac_vap->mib_info->wlan_mib_sta_config.dot11_beacon_period = (hi_u32)beacon_param->l_interval; in hmac_config_set_beacon()
3922 mac_vap->mib_info->wlan_mib_sta_config.dot11_dtim_period = bss_dscr->dtim_period; in hmac_config_connect_ie()
5022 mib_value = (hi_u32)mac_vap->mib_info->wlan_mib_sta_config.dot11_spectrum_management_implemented; in _hmac_config_get_mib()
6594 mac_vap->mib_info->wlan_mib_sta_config in hmac_config_open_wmm()
[all...]
H A Dhmac_scan.c1462 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_p2p0_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_scan_set_sour_mac_addr_in_probe_req()
1484 hmac_vap->base_vap->mib_info->wlan_mib_sta_config.auc_dot11_station_id, WLAN_MAC_ADDR_LEN) != EOK) { in hmac_scan_set_sour_mac_addr_in_probe_req()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dwlan_mib.h3155 wlan_mib_dot11_station_config_entry_stru wlan_mib_sta_config; member

Completed in 50 milliseconds