Searched defs:wl12xx_cmd_add_peer (Results 1 – 2 of 2) sorted by relevance
582 struct wl12xx_cmd_add_peer { struct583 struct wl1271_cmd_header header;585 u8 addr[ETH_ALEN];586 u8 hlid;587 u8 aid;588 u8 psd_type[NUM_ACCESS_CATEGORIES_COPY];589 __le32 supported_rates;590 u8 bss_index;591 u8 sp_len;592 u8 wmm;[all …]
1526 int wl12xx_cmd_add_peer(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_cmd_add_peer() function