Search Linux Wireless

Re: [PATCH 04/20] ath6kl: Use change_station() to authorize/unauthorize STAs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/29/2011 03:23 PM, Jouni Malinen wrote:
> --- a/drivers/net/wireless/ath/ath6kl/wmi.h
> +++ b/drivers/net/wireless/ath/ath6kl/wmi.h
> @@ -1804,6 +1804,21 @@ struct wmi_tx_complete_event {
>  
>  /* Used with WMI_AP_SET_NUM_STA_CMDID */
>  
> +/*
> + * Used with WMI_AP_SET_MLME_CMDID
> + */
> +struct wmi_ap_set_mlme_cmd {
> +	u8 mac[ETH_ALEN];
> +	u16 reason;		/* 802.11 reason code */
> +	u8 cmd;			/* operation to perform */
> +/* MLME Commands */
> +#define WMI_AP_MLME_ASSOC       1   /* associate station */
> +#define WMI_AP_DISASSOC         2   /* disassociate station */
> +#define WMI_AP_DEAUTH           3   /* deauthenticate station */
> +#define WMI_AP_MLME_AUTHORIZE   4   /* authorize station */
> +#define WMI_AP_MLME_UNAUTHORIZE 5   /* unauthorize station */
> +} __packed;

Needs an endian annotation for u16. Also defines inside a struct are
IMHO a bit awkward.

Kalle
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux