Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wl1251/
Dcmd.c276 struct cmd_join *join; in wl1251_cmd_join() local
280 join = kzalloc(sizeof(*join), GFP_KERNEL); in wl1251_cmd_join()
281 if (!join) { in wl1251_cmd_join()
291 bssid = (u8 *) &join->bssid_lsb; in wl1251_cmd_join()
295 join->rx_config_options = wl->rx_config; in wl1251_cmd_join()
296 join->rx_filter_options = wl->rx_filter; in wl1251_cmd_join()
298 join->basic_rate_set = RATE_MASK_1MBPS | RATE_MASK_2MBPS | in wl1251_cmd_join()
301 join->beacon_interval = beacon_interval; in wl1251_cmd_join()
302 join->dtim_interval = dtim_interval; in wl1251_cmd_join()
303 join->bss_type = bss_type; in wl1251_cmd_join()
[all …]
/drivers/net/wireless/st/cw1200/
Dsta.c1213 struct wsm_join join = { in cw1200_do_join() local
1254 if (!join.basic_rate_set) in cw1200_do_join()
1255 join.basic_rate_set = 7; in cw1200_do_join()
1261 join.beacon_interval = priv->beacon_int; in cw1200_do_join()
1278 join.dtim_period = priv->join_dtim_period; in cw1200_do_join()
1280 join.channel_number = priv->channel->hw_value; in cw1200_do_join()
1281 join.band = (priv->channel->band == NL80211_BAND_5GHZ) ? in cw1200_do_join()
1284 memcpy(join.bssid, bssid, sizeof(join.bssid)); in cw1200_do_join()
1287 join.bssid, in cw1200_do_join()
1288 join.dtim_period, priv->beacon_int); in cw1200_do_join()
[all …]
/drivers/xen/xenbus/
Dxenbus_xs.c351 static char *join(const char *dir, const char *name) in join() function
391 path = join(dir, node); in xenbus_directory()
429 path = join(dir, node); in xenbus_read()
449 path = join(dir, node); in xenbus_write()
471 path = join(dir, node); in xenbus_mkdir()
487 path = join(dir, node); in xenbus_rm()
/drivers/md/
Dmd-cluster.h12 int (*join)(struct mddev *mddev, int nodes); member
Dmd-cluster.c820 static int join(struct mddev *mddev, int nodes) in join() function
1269 .join = join,
Dmd.c7658 return md_cluster_ops->join(mddev, nodes); in md_setup_cluster()
/drivers/net/wireless/marvell/mwifiex/
DMakefile30 mwifiex-y += join.o
DREADME54 iw dev mlan0 ibss join <SSID> <freq in MHz> [fixed-freq] [fixed-bssid] [key 0:abcde]
55 The command will be used to join or create an ibss. Optionally, operating frequency,
/drivers/net/wireless/atmel/
Dat76c50x-usb.c1684 struct at76_req_join join; in at76_join() local
1687 memset(&join, 0, sizeof(struct at76_req_join)); in at76_join()
1688 memcpy(join.essid, priv->essid, priv->essid_size); in at76_join()
1689 join.essid_size = priv->essid_size; in at76_join()
1690 memcpy(join.bssid, priv->bssid, ETH_ALEN); in at76_join()
1691 join.bss_type = INFRASTRUCTURE_MODE; in at76_join()
1692 join.channel = priv->channel; in at76_join()
1693 join.timeout = cpu_to_le16(2000); in at76_join()
1696 ret = at76_set_card_command(priv->udev, CMD_JOIN, &join, in at76_join()
Datmel.c2794 static void join(struct atmel_private *priv, int type) in join() function
2860 join(priv, BSS_TYPE_INFRASTRUCTURE); in handle_beacon_probe()
2862 join(priv, BSS_TYPE_AD_HOC); in handle_beacon_probe()
3272 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_join_bss()
3274 join(priv, BSS_TYPE_AD_HOC); in atmel_join_bss()
3425 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_management_frame()
3436 join(priv, BSS_TYPE_INFRASTRUCTURE); in atmel_management_frame()
/drivers/staging/i4l/Documentation/
DREADME.sc13 total risk by using this driver, we encourage you to join the beta
16 To join the Linux beta mailing list, send a message to:
/drivers/acpi/
DKconfig37 the UEFI Forum and any UEFI member can join the ASWG and contribute
/drivers/infiniband/core/
Dcma.c415 static int cma_igmp_send(struct net_device *ndev, union ib_gid *mgid, bool join) in cma_igmp_send() argument
423 if (join) in cma_igmp_send()