Searched refs:pdata_buf (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/libertas/ |
D | cmd.c | 657 u16 cmd_action, void *pdata_buf) in lbs_cmd_802_11_monitor_mode() argument 669 cpu_to_le16((u16) (*(u32 *) pdata_buf)); in lbs_cmd_802_11_monitor_mode() 884 u8 cmd_action, void *pdata_buf) in lbs_cmd_reg_access() argument 890 offval = (struct lbs_offset_value *)pdata_buf; in lbs_cmd_reg_access() 958 u16 cmd_action, void *pdata_buf) in lbs_cmd_bt_access() argument 970 memcpy(bt_access->addr1, pdata_buf, 2 * ETH_ALEN); in lbs_cmd_bt_access() 974 memcpy(bt_access->addr1, pdata_buf, 1 * ETH_ALEN); in lbs_cmd_bt_access() 978 bt_access->id = cpu_to_le32(*(u32 *) pdata_buf); in lbs_cmd_bt_access() 983 bt_access->id = cpu_to_le32(*(u32 *) pdata_buf); in lbs_cmd_bt_access() 995 u16 cmd_action, void *pdata_buf) in lbs_cmd_fwt_access() argument [all …]
|
D | assoc.h | 14 void *pdata_buf); 22 void *pdata_buf);
|
D | decl.h | 29 u16 wait_option, u32 cmd_oid, void *pdata_buf);
|
D | assoc.c | 1480 void *pdata_buf) in lbs_cmd_80211_authenticate() argument 1484 u8 *bssid = pdata_buf; in lbs_cmd_80211_authenticate() 1554 struct cmd_ds_command *cmd, void *pdata_buf) in lbs_cmd_80211_associate() argument 1558 struct assoc_request *assoc_req = pdata_buf; in lbs_cmd_80211_associate()
|