Home
last modified time | relevance | path

Searched defs:wl1271_cmd_remove_sta (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dcmd.h535 struct wl1271_cmd_remove_sta { struct
536 struct wl1271_cmd_header header;
538 u8 hlid;
539 u8 reason_opcode;
540 u8 send_deauth_flag;
541 u8 padding1;
Dcmd.c1102 int wl1271_cmd_remove_sta(struct wl1271 *wl, u8 hlid) in wl1271_cmd_remove_sta() function