Skip to content

Implement enums and structs from nl80211.h #5

@AbuShawarib

Description

@AbuShawarib

Implement the following enums in rust enums with appropriate implementation:

  • nl80211_ac
  • nl80211_acl_policy
  • nl80211_ap_settings_flags
  • nl80211_ap_sme_features
  • nl80211_attr_coalesce_rule
  • nl80211_attr_cqm
  • nl80211_attrs: (Nl80211Attr)
  • nl80211_auth_type
  • nl80211_band
  • nl80211_band_attr
  • nl80211_band_iftype_attr
  • nl80211_bitrate_attr
  • nl80211_bss
  • nl80211_bss_color_attributes
  • nl80211_bss_scan_width
  • nl80211_bss_select_attr
  • nl80211_bss_status
  • nl80211_chan_width (Nl80211ChannelWidth)
  • nl80211_channel_type (Nl80211WiPhyChannelType)
  • nl80211_coalesce_condition
  • nl80211_commands (Nl80211Cmd)
  • nl80211_connect_failed_reason
  • nl80211_cqm_rssi_threshold_event
  • nl80211_crit_proto_id
  • nl80211_dfs_regions
  • nl80211_dfs_state
  • nl80211_eht_gi
  • nl80211_eht_ru_alloc
  • nl80211_ext_feature_index
  • nl80211_external_auth_action
  • nl80211_feature_flags
  • nl80211_fils_discovery_attributes
  • nl80211_frequency_attr
  • nl80211_ftm_responder_attributes
  • nl80211_ftm_responder_stats
  • nl80211_he_gi
  • nl80211_he_ltf
  • nl80211_he_ru_alloc
  • nl80211_hidden_ssid
  • nl80211_if_combination_attrs
  • nl80211_iface_limit_attrs
  • nl80211_iftype (Nl80211InterfaceType)
  • nl80211_iftype_akm_attributes
  • nl80211_key_attributes
  • nl80211_key_default_types
  • nl80211_key_mode
  • nl80211_key_type
  • nl80211_mbssid_config_attributes
  • nl80211_mesh_power_mode
  • nl80211_mesh_setup_params
  • nl80211_meshconf_params
  • nl80211_mfp
  • nl80211_mntr_flags
  • nl80211_mpath_flags
  • nl80211_mpath_info
  • nl80211_nan_func_attributes
  • nl80211_nan_func_term_reason
  • nl80211_nan_function_type
  • nl80211_nan_match_attributes
  • nl80211_nan_publish_type
  • nl80211_nan_srf_attributes
  • nl80211_obss_pd_attributes
  • nl80211_packet_pattern_attr
  • nl80211_peer_measurement_attrs
  • nl80211_peer_measurement_ftm_capa
  • nl80211_peer_measurement_ftm_failure_reasons
  • nl80211_peer_measurement_ftm_req
  • nl80211_peer_measurement_ftm_resp
  • nl80211_peer_measurement_peer_attrs
  • nl80211_peer_measurement_req
  • nl80211_peer_measurement_resp
  • nl80211_peer_measurement_status
  • nl80211_peer_measurement_type
  • nl80211_plink_state
  • plink_actions
  • nl80211_pmksa_candidate_attr
  • nl80211_preamble
  • nl80211_probe_resp_offload_support_attr
  • nl80211_protocol_features
  • nl80211_ps_state
  • nl80211_radar_event
  • nl80211_rate_info
  • nl80211_reg_initiator
  • nl80211_reg_rule_attr
  • nl80211_reg_rule_flags
  • nl80211_reg_type
  • nl80211_rekey_data
  • nl80211_rxmgmt_flags
  • nl80211_sae_pwe_mechanism
  • nl80211_sar_attrs
  • nl80211_sar_specs_attrs
  • nl80211_sar_type
  • nl80211_scan_flags
  • nl80211_sched_scan_match_attr
  • nl80211_sched_scan_plan
  • nl80211_smps_mode
  • nl80211_sta_bss_param
  • nl80211_sta_flags
  • nl80211_sta_info
  • nl80211_sta_p2p_ps_status
  • nl80211_sta_wme_attr
  • nl80211_survey_info
  • nl80211_tdls_operation
  • nl80211_tdls_peer_capability
  • nl80211_tid_config
  • nl80211_tid_config_attr
  • nl80211_tid_stats
  • nl80211_timeout_reason
  • nl80211_tx_power_setting
  • nl80211_tx_rate_attributes
  • nl80211_tx_rate_setting
  • nl80211_txq_attr
  • nl80211_txq_stats (Nl80211TransmitQueueStat)
  • nl80211_txrate_gi
  • nl80211_unsol_bcast_probe_resp_attributes
  • nl80211_user_reg_hint_type
  • nl80211_wmm_rule
  • nl80211_wowlan_tcp_attrs
  • nl80211_wowlan_triggers
  • nl80211_wpa_versions

Implement the following structures in rust structs with appropriate implementation:

  • nl80211_bss_select_rssi_adjust
  • nl80211_coalesce_rule_support
  • nl80211_pattern_support
  • nl80211_sta_flag_update
  • nl80211_txrate_he
  • nl80211_txrate_vht
  • nl80211_vendor_cmd_info
  • nl80211_wowlan_tcp_data_seq
  • nl80211_wowlan_tcp_data_token
  • nl80211_wowlan_tcp_data_token_feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions