Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/networking/ !
Dray_cs.txt100 net_type integer 0 (default) = adhoc network,
/linux-3.4.99/drivers/net/wireless/ !
Dairo.c231 static int adhoc; variable
267 module_param(adhoc, int, 0);
268 MODULE_PARM_DESC(adhoc, "If non-zero, the card will start in adhoc mode.");
3861 ai->config.opmode = adhoc ? MODE_STA_IBSS : MODE_STA_ESS; in setup_card()