Home
last modified time | relevance | path

Searched refs:p2p_vendor_spec (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c71 static const u8 p2p_vendor_spec[] = {0xdd, 0x05, 0x00, 0x08, 0x40, 0x03}; variable
993 if (!memcmp(p2p_vendor_spec, &buff[i], 6)) { in wilc_wfi_cfg_parse_rx_vendor_spec()
1207 int vendor_spec_len = sizeof(p2p_vendor_spec); in wilc_wfi_cfg_tx_vendor_spec()
1209 memcpy(&mgmt_tx->buff[len], p2p_vendor_spec, in wilc_wfi_cfg_tx_vendor_spec()
1230 u32 buf_len = len + sizeof(p2p_vendor_spec) + in mgmt_tx()