'\" t .\" Title: struct station_parameters .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT STATION_PARAM" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Actions and configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_station_parameters \- station parameters .SH "SYNOPSIS" .sp .nf struct station_parameters { const u8 * supported_rates; struct net_device * vlan; u32 sta_flags_mask; u32 sta_flags_set; u32 sta_modify_mask; int listen_interval; u16 aid; u16 peer_aid; u8 supported_rates_len; u8 plink_action; u8 plink_state; const struct ieee80211_ht_cap * ht_capa; const struct ieee80211_vht_cap * vht_capa; u8 uapsd_queues; u8 max_sp; enum nl80211_mesh_power_mode local_pm; u16 capability; const u8 * ext_capab; u8 ext_capab_len; const u8 * supported_channels; u8 supported_channels_len; const u8 * supported_oper_classes; u8 supported_oper_classes_len; u8 opmode_notif; bool opmode_notif_used; int support_p2p_ps; }; .fi .SH "MEMBERS" .PP supported_rates .RS 4 supported rates in IEEE 802\&.11 format (or NULL for no change) .RE .PP vlan .RS 4 vlan interface station should belong to .RE .PP sta_flags_mask .RS 4 station flags that changed (bitmask of BIT(NL80211_STA_FLAG_\&.\&.\&.)) .RE .PP sta_flags_set .RS 4 station flags values (bitmask of BIT(NL80211_STA_FLAG_\&.\&.\&.)) .RE .PP sta_modify_mask .RS 4 bitmap indicating which parameters changed (for those that don\*(Aqt have a natural \(lqno change\(rq value), see enum station_parameters_apply_mask .RE .PP listen_interval .RS 4 listen interval or \-1 for no change .RE .PP aid .RS 4 AID or zero for no change .RE .PP peer_aid .RS 4 mesh peer AID or zero for no change .RE .PP supported_rates_len .RS 4 number of supported rates .RE .PP plink_action .RS 4 plink action to take .RE .PP plink_state .RS 4 set the peer link state for a station .RE .PP ht_capa .RS 4 HT capabilities of station .RE .PP vht_capa .RS 4 VHT capabilities of station .RE .PP uapsd_queues .RS 4 bitmap of queues configured for uapsd\&. same format as the AC bitmap in the QoS info field .RE .PP max_sp .RS 4 max Service Period\&. same format as the MAX_SP in the QoS info field (but already shifted down) .RE .PP local_pm .RS 4 local link\-specific mesh power save mode (no change when set to unknown) .RE .PP capability .RS 4 station capability .RE .PP ext_capab .RS 4 extended capabilities of the station .RE .PP ext_capab_len .RS 4 number of extended capabilities .RE .PP supported_channels .RS 4 supported channels in IEEE 802\&.11 format .RE .PP supported_channels_len .RS 4 number of supported channels .RE .PP supported_oper_classes .RS 4 supported oper classes in IEEE 802\&.11 format .RE .PP supported_oper_classes_len .RS 4 number of supported operating classes .RE .PP opmode_notif .RS 4 operating mode field from Operating Mode Notification .RE .PP opmode_notif_used .RS 4 information if operating mode field is used .RE .PP support_p2p_ps .RS 4 information if station supports P2P PS mechanism .RE .SH "DESCRIPTION" .PP .PP Used to change and create a new station\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br