Searched defs:wl1271_cmd_remove_sta (Results 1 – 2 of 2) sorted by relevance
535 struct wl1271_cmd_remove_sta { struct536 struct wl1271_cmd_header header;538 u8 hlid;539 u8 reason_opcode;540 u8 send_deauth_flag;541 u8 padding1;
1102 int wl1271_cmd_remove_sta(struct wl1271 *wl, u8 hlid) in wl1271_cmd_remove_sta() function