Searched defs:wl12xx_cmd_add_peer (Results 1 – 2 of 2) sorted by relevance
628 struct wl12xx_cmd_add_peer { struct629 struct wl1271_cmd_header header;631 u8 addr[ETH_ALEN];632 u8 hlid;633 u8 aid;634 u8 psd_type[NUM_ACCESS_CATEGORIES_COPY];635 __le32 supported_rates;636 u8 bss_index;637 u8 sp_len;638 u8 wmm;[all …]
1538 int wl12xx_cmd_add_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_cmd_add_peer() function