cfg80211.c 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431
  1. /*
  2. * Marvell Wireless LAN device driver: CFG80211
  3. *
  4. * Copyright (C) 2011, Marvell International Ltd.
  5. *
  6. * This software file (the "File") is distributed by Marvell International
  7. * Ltd. under the terms of the GNU General Public License Version 2, June 1991
  8. * (the "License"). You may use, redistribute and/or modify this File in
  9. * accordance with the terms and conditions of the License, a copy of which
  10. * is available by writing to the Free Software Foundation, Inc.,
  11. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
  12. * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
  13. *
  14. * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
  15. * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
  16. * ARE EXPRESSLY DISCLAIMED. The License provides additional details about
  17. * this warranty disclaimer.
  18. */
  19. #include "cfg80211.h"
  20. #include "main.h"
  21. /*
  22. * This function maps the nl802.11 channel type into driver channel type.
  23. *
  24. * The mapping is as follows -
  25. * NL80211_CHAN_NO_HT -> IEEE80211_HT_PARAM_CHA_SEC_NONE
  26. * NL80211_CHAN_HT20 -> IEEE80211_HT_PARAM_CHA_SEC_NONE
  27. * NL80211_CHAN_HT40PLUS -> IEEE80211_HT_PARAM_CHA_SEC_ABOVE
  28. * NL80211_CHAN_HT40MINUS -> IEEE80211_HT_PARAM_CHA_SEC_BELOW
  29. * Others -> IEEE80211_HT_PARAM_CHA_SEC_NONE
  30. */
  31. static u8
  32. mwifiex_cfg80211_channel_type_to_sec_chan_offset(enum nl80211_channel_type
  33. channel_type)
  34. {
  35. switch (channel_type) {
  36. case NL80211_CHAN_NO_HT:
  37. case NL80211_CHAN_HT20:
  38. return IEEE80211_HT_PARAM_CHA_SEC_NONE;
  39. case NL80211_CHAN_HT40PLUS:
  40. return IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
  41. case NL80211_CHAN_HT40MINUS:
  42. return IEEE80211_HT_PARAM_CHA_SEC_BELOW;
  43. default:
  44. return IEEE80211_HT_PARAM_CHA_SEC_NONE;
  45. }
  46. }
  47. /*
  48. * This function checks whether WEP is set.
  49. */
  50. static int
  51. mwifiex_is_alg_wep(u32 cipher)
  52. {
  53. switch (cipher) {
  54. case WLAN_CIPHER_SUITE_WEP40:
  55. case WLAN_CIPHER_SUITE_WEP104:
  56. return 1;
  57. default:
  58. break;
  59. }
  60. return 0;
  61. }
  62. /*
  63. * This function retrieves the private structure from kernel wiphy structure.
  64. */
  65. static void *mwifiex_cfg80211_get_priv(struct wiphy *wiphy)
  66. {
  67. return (void *) (*(unsigned long *) wiphy_priv(wiphy));
  68. }
  69. /*
  70. * CFG802.11 operation handler to delete a network key.
  71. */
  72. static int
  73. mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev,
  74. u8 key_index, bool pairwise, const u8 *mac_addr)
  75. {
  76. struct mwifiex_private *priv = mwifiex_netdev_get_priv(netdev);
  77. if (mwifiex_set_encode(priv, NULL, 0, key_index, 1)) {
  78. wiphy_err(wiphy, "deleting the crypto keys\n");
  79. return -EFAULT;
  80. }
  81. wiphy_dbg(wiphy, "info: crypto keys deleted\n");
  82. return 0;
  83. }
  84. /*
  85. * CFG802.11 operation handler to set Tx power.
  86. */
  87. static int
  88. mwifiex_cfg80211_set_tx_power(struct wiphy *wiphy,
  89. enum nl80211_tx_power_setting type,
  90. int mbm)
  91. {
  92. struct mwifiex_private *priv = mwifiex_cfg80211_get_priv(wiphy);
  93. struct mwifiex_power_cfg power_cfg;
  94. int dbm = MBM_TO_DBM(mbm);
  95. if (type == NL80211_TX_POWER_FIXED) {
  96. power_cfg.is_power_auto = 0;
  97. power_cfg.power_level = dbm;
  98. } else {
  99. power_cfg.is_power_auto = 1;
  100. }
  101. return mwifiex_set_tx_power(priv, &power_cfg);
  102. }
  103. /*
  104. * CFG802.11 operation handler to set Power Save option.
  105. *
  106. * The timeout value, if provided, is currently ignored.
  107. */
  108. static int
  109. mwifiex_cfg80211_set_power_mgmt(struct wiphy *wiphy,
  110. struct net_device *dev,
  111. bool enabled, int timeout)
  112. {
  113. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  114. u32 ps_mode;
  115. if (timeout)
  116. wiphy_dbg(wiphy,
  117. "info: ignore timeout value for IEEE Power Save\n");
  118. ps_mode = enabled;
  119. return mwifiex_drv_set_power(priv, &ps_mode);
  120. }
  121. /*
  122. * CFG802.11 operation handler to set the default network key.
  123. */
  124. static int
  125. mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev,
  126. u8 key_index, bool unicast,
  127. bool multicast)
  128. {
  129. struct mwifiex_private *priv = mwifiex_netdev_get_priv(netdev);
  130. /* Return if WEP key not configured */
  131. if (!priv->sec_info.wep_enabled)
  132. return 0;
  133. if (mwifiex_set_encode(priv, NULL, 0, key_index, 0)) {
  134. wiphy_err(wiphy, "set default Tx key index\n");
  135. return -EFAULT;
  136. }
  137. return 0;
  138. }
  139. /*
  140. * CFG802.11 operation handler to add a network key.
  141. */
  142. static int
  143. mwifiex_cfg80211_add_key(struct wiphy *wiphy, struct net_device *netdev,
  144. u8 key_index, bool pairwise, const u8 *mac_addr,
  145. struct key_params *params)
  146. {
  147. struct mwifiex_private *priv = mwifiex_netdev_get_priv(netdev);
  148. if (mwifiex_set_encode(priv, params->key, params->key_len,
  149. key_index, 0)) {
  150. wiphy_err(wiphy, "crypto keys added\n");
  151. return -EFAULT;
  152. }
  153. return 0;
  154. }
  155. /*
  156. * This function sends domain information to the firmware.
  157. *
  158. * The following information are passed to the firmware -
  159. * - Country codes
  160. * - Sub bands (first channel, number of channels, maximum Tx power)
  161. */
  162. static int mwifiex_send_domain_info_cmd_fw(struct wiphy *wiphy)
  163. {
  164. u8 no_of_triplet = 0;
  165. struct ieee80211_country_ie_triplet *t;
  166. u8 no_of_parsed_chan = 0;
  167. u8 first_chan = 0, next_chan = 0, max_pwr = 0;
  168. u8 i, flag = 0;
  169. enum ieee80211_band band;
  170. struct ieee80211_supported_band *sband;
  171. struct ieee80211_channel *ch;
  172. struct mwifiex_private *priv = mwifiex_cfg80211_get_priv(wiphy);
  173. struct mwifiex_adapter *adapter = priv->adapter;
  174. struct mwifiex_802_11d_domain_reg *domain_info = &adapter->domain_reg;
  175. /* Set country code */
  176. domain_info->country_code[0] = priv->country_code[0];
  177. domain_info->country_code[1] = priv->country_code[1];
  178. domain_info->country_code[2] = ' ';
  179. band = mwifiex_band_to_radio_type(adapter->config_bands);
  180. if (!wiphy->bands[band]) {
  181. wiphy_err(wiphy, "11D: setting domain info in FW\n");
  182. return -1;
  183. }
  184. sband = wiphy->bands[band];
  185. for (i = 0; i < sband->n_channels ; i++) {
  186. ch = &sband->channels[i];
  187. if (ch->flags & IEEE80211_CHAN_DISABLED)
  188. continue;
  189. if (!flag) {
  190. flag = 1;
  191. first_chan = (u32) ch->hw_value;
  192. next_chan = first_chan;
  193. max_pwr = ch->max_power;
  194. no_of_parsed_chan = 1;
  195. continue;
  196. }
  197. if (ch->hw_value == next_chan + 1 &&
  198. ch->max_power == max_pwr) {
  199. next_chan++;
  200. no_of_parsed_chan++;
  201. } else {
  202. t = &domain_info->triplet[no_of_triplet];
  203. t->chans.first_channel = first_chan;
  204. t->chans.num_channels = no_of_parsed_chan;
  205. t->chans.max_power = max_pwr;
  206. no_of_triplet++;
  207. first_chan = (u32) ch->hw_value;
  208. next_chan = first_chan;
  209. max_pwr = ch->max_power;
  210. no_of_parsed_chan = 1;
  211. }
  212. }
  213. if (flag) {
  214. t = &domain_info->triplet[no_of_triplet];
  215. t->chans.first_channel = first_chan;
  216. t->chans.num_channels = no_of_parsed_chan;
  217. t->chans.max_power = max_pwr;
  218. no_of_triplet++;
  219. }
  220. domain_info->no_of_triplet = no_of_triplet;
  221. if (mwifiex_send_cmd_async(priv, HostCmd_CMD_802_11D_DOMAIN_INFO,
  222. HostCmd_ACT_GEN_SET, 0, NULL)) {
  223. wiphy_err(wiphy, "11D: setting domain info in FW\n");
  224. return -1;
  225. }
  226. return 0;
  227. }
  228. /*
  229. * CFG802.11 regulatory domain callback function.
  230. *
  231. * This function is called when the regulatory domain is changed due to the
  232. * following reasons -
  233. * - Set by driver
  234. * - Set by system core
  235. * - Set by user
  236. * - Set bt Country IE
  237. */
  238. static int mwifiex_reg_notifier(struct wiphy *wiphy,
  239. struct regulatory_request *request)
  240. {
  241. struct mwifiex_private *priv = mwifiex_cfg80211_get_priv(wiphy);
  242. wiphy_dbg(wiphy, "info: cfg80211 regulatory domain callback for domain"
  243. " %c%c\n", request->alpha2[0], request->alpha2[1]);
  244. memcpy(priv->country_code, request->alpha2, sizeof(request->alpha2));
  245. switch (request->initiator) {
  246. case NL80211_REGDOM_SET_BY_DRIVER:
  247. case NL80211_REGDOM_SET_BY_CORE:
  248. case NL80211_REGDOM_SET_BY_USER:
  249. break;
  250. /* Todo: apply driver specific changes in channel flags based
  251. on the request initiator if necessary. */
  252. case NL80211_REGDOM_SET_BY_COUNTRY_IE:
  253. break;
  254. }
  255. mwifiex_send_domain_info_cmd_fw(wiphy);
  256. return 0;
  257. }
  258. /*
  259. * This function sets the RF channel.
  260. *
  261. * This function creates multiple IOCTL requests, populates them accordingly
  262. * and issues them to set the band/channel and frequency.
  263. */
  264. static int
  265. mwifiex_set_rf_channel(struct mwifiex_private *priv,
  266. struct ieee80211_channel *chan,
  267. enum nl80211_channel_type channel_type)
  268. {
  269. struct mwifiex_chan_freq_power cfp;
  270. u32 config_bands = 0;
  271. struct wiphy *wiphy = priv->wdev->wiphy;
  272. struct mwifiex_adapter *adapter = priv->adapter;
  273. if (chan) {
  274. /* Set appropriate bands */
  275. if (chan->band == IEEE80211_BAND_2GHZ) {
  276. if (channel_type == NL80211_CHAN_NO_HT)
  277. if (priv->adapter->config_bands == BAND_B ||
  278. priv->adapter->config_bands == BAND_G)
  279. config_bands =
  280. priv->adapter->config_bands;
  281. else
  282. config_bands = BAND_B | BAND_G;
  283. else
  284. config_bands = BAND_B | BAND_G | BAND_GN;
  285. } else {
  286. if (channel_type == NL80211_CHAN_NO_HT)
  287. config_bands = BAND_A;
  288. else
  289. config_bands = BAND_AN | BAND_A;
  290. }
  291. if (!((config_bands | adapter->fw_bands) &
  292. ~adapter->fw_bands)) {
  293. adapter->config_bands = config_bands;
  294. if (priv->bss_mode == NL80211_IFTYPE_ADHOC) {
  295. adapter->adhoc_start_band = config_bands;
  296. if ((config_bands & BAND_GN) ||
  297. (config_bands & BAND_AN))
  298. adapter->adhoc_11n_enabled = true;
  299. else
  300. adapter->adhoc_11n_enabled = false;
  301. }
  302. }
  303. adapter->sec_chan_offset =
  304. mwifiex_cfg80211_channel_type_to_sec_chan_offset
  305. (channel_type);
  306. adapter->channel_type = channel_type;
  307. mwifiex_send_domain_info_cmd_fw(wiphy);
  308. }
  309. wiphy_dbg(wiphy, "info: setting band %d, chan offset %d, mode %d\n",
  310. config_bands, adapter->sec_chan_offset, priv->bss_mode);
  311. if (!chan)
  312. return 0;
  313. memset(&cfp, 0, sizeof(cfp));
  314. cfp.freq = chan->center_freq;
  315. cfp.channel = ieee80211_frequency_to_channel(chan->center_freq);
  316. if (mwifiex_bss_set_channel(priv, &cfp))
  317. return -EFAULT;
  318. return mwifiex_drv_change_adhoc_chan(priv, cfp.channel);
  319. }
  320. /*
  321. * CFG802.11 operation handler to set channel.
  322. *
  323. * This function can only be used when station is not connected.
  324. */
  325. static int
  326. mwifiex_cfg80211_set_channel(struct wiphy *wiphy, struct net_device *dev,
  327. struct ieee80211_channel *chan,
  328. enum nl80211_channel_type channel_type)
  329. {
  330. struct mwifiex_private *priv;
  331. if (dev)
  332. priv = mwifiex_netdev_get_priv(dev);
  333. else
  334. priv = mwifiex_cfg80211_get_priv(wiphy);
  335. if (priv->media_connected) {
  336. wiphy_err(wiphy, "This setting is valid only when station "
  337. "is not connected\n");
  338. return -EINVAL;
  339. }
  340. return mwifiex_set_rf_channel(priv, chan, channel_type);
  341. }
  342. /*
  343. * This function sets the fragmentation threshold.
  344. *
  345. * The fragmentation threshold value must lie between MWIFIEX_FRAG_MIN_VALUE
  346. * and MWIFIEX_FRAG_MAX_VALUE.
  347. */
  348. static int
  349. mwifiex_set_frag(struct mwifiex_private *priv, u32 frag_thr)
  350. {
  351. int ret;
  352. if (frag_thr < MWIFIEX_FRAG_MIN_VALUE ||
  353. frag_thr > MWIFIEX_FRAG_MAX_VALUE)
  354. return -EINVAL;
  355. /* Send request to firmware */
  356. ret = mwifiex_send_cmd_sync(priv, HostCmd_CMD_802_11_SNMP_MIB,
  357. HostCmd_ACT_GEN_SET, FRAG_THRESH_I,
  358. &frag_thr);
  359. return ret;
  360. }
  361. /*
  362. * This function sets the RTS threshold.
  363. * The rts value must lie between MWIFIEX_RTS_MIN_VALUE
  364. * and MWIFIEX_RTS_MAX_VALUE.
  365. */
  366. static int
  367. mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr)
  368. {
  369. if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE)
  370. rts_thr = MWIFIEX_RTS_MAX_VALUE;
  371. return mwifiex_send_cmd_sync(priv, HostCmd_CMD_802_11_SNMP_MIB,
  372. HostCmd_ACT_GEN_SET, RTS_THRESH_I,
  373. &rts_thr);
  374. }
  375. /*
  376. * CFG802.11 operation handler to set wiphy parameters.
  377. *
  378. * This function can be used to set the RTS threshold and the
  379. * Fragmentation threshold of the driver.
  380. */
  381. static int
  382. mwifiex_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed)
  383. {
  384. struct mwifiex_private *priv = mwifiex_cfg80211_get_priv(wiphy);
  385. int ret = 0;
  386. if (changed & WIPHY_PARAM_RTS_THRESHOLD) {
  387. ret = mwifiex_set_rts(priv, wiphy->rts_threshold);
  388. if (ret)
  389. return ret;
  390. }
  391. if (changed & WIPHY_PARAM_FRAG_THRESHOLD)
  392. ret = mwifiex_set_frag(priv, wiphy->frag_threshold);
  393. return ret;
  394. }
  395. /*
  396. * CFG802.11 operation handler to change interface type.
  397. */
  398. static int
  399. mwifiex_cfg80211_change_virtual_intf(struct wiphy *wiphy,
  400. struct net_device *dev,
  401. enum nl80211_iftype type, u32 *flags,
  402. struct vif_params *params)
  403. {
  404. int ret;
  405. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  406. if (priv->bss_mode == type) {
  407. wiphy_warn(wiphy, "already set to required type\n");
  408. return 0;
  409. }
  410. priv->bss_mode = type;
  411. switch (type) {
  412. case NL80211_IFTYPE_ADHOC:
  413. dev->ieee80211_ptr->iftype = NL80211_IFTYPE_ADHOC;
  414. wiphy_dbg(wiphy, "info: setting interface type to adhoc\n");
  415. break;
  416. case NL80211_IFTYPE_STATION:
  417. dev->ieee80211_ptr->iftype = NL80211_IFTYPE_STATION;
  418. wiphy_dbg(wiphy, "info: setting interface type to managed\n");
  419. break;
  420. case NL80211_IFTYPE_UNSPECIFIED:
  421. dev->ieee80211_ptr->iftype = NL80211_IFTYPE_STATION;
  422. wiphy_dbg(wiphy, "info: setting interface type to auto\n");
  423. return 0;
  424. default:
  425. wiphy_err(wiphy, "unknown interface type: %d\n", type);
  426. return -EINVAL;
  427. }
  428. mwifiex_deauthenticate(priv, NULL);
  429. priv->sec_info.authentication_mode = NL80211_AUTHTYPE_OPEN_SYSTEM;
  430. ret = mwifiex_send_cmd_sync(priv, HostCmd_CMD_SET_BSS_MODE,
  431. HostCmd_ACT_GEN_SET, 0, NULL);
  432. return ret;
  433. }
  434. /*
  435. * This function dumps the station information on a buffer.
  436. *
  437. * The following information are shown -
  438. * - Total bytes transmitted
  439. * - Total bytes received
  440. * - Total packets transmitted
  441. * - Total packets received
  442. * - Signal quality level
  443. * - Transmission rate
  444. */
  445. static int
  446. mwifiex_dump_station_info(struct mwifiex_private *priv,
  447. struct station_info *sinfo)
  448. {
  449. struct mwifiex_ds_get_signal signal;
  450. struct mwifiex_rate_cfg rate;
  451. int ret = 0;
  452. sinfo->filled = STATION_INFO_RX_BYTES | STATION_INFO_TX_BYTES |
  453. STATION_INFO_RX_PACKETS |
  454. STATION_INFO_TX_PACKETS
  455. | STATION_INFO_SIGNAL | STATION_INFO_TX_BITRATE;
  456. /* Get signal information from the firmware */
  457. memset(&signal, 0, sizeof(struct mwifiex_ds_get_signal));
  458. if (mwifiex_get_signal_info(priv, &signal)) {
  459. dev_err(priv->adapter->dev, "getting signal information\n");
  460. ret = -EFAULT;
  461. }
  462. if (mwifiex_drv_get_data_rate(priv, &rate)) {
  463. dev_err(priv->adapter->dev, "getting data rate\n");
  464. ret = -EFAULT;
  465. }
  466. /* Get DTIM period information from firmware */
  467. mwifiex_send_cmd_sync(priv, HostCmd_CMD_802_11_SNMP_MIB,
  468. HostCmd_ACT_GEN_GET, DTIM_PERIOD_I,
  469. &priv->dtim_period);
  470. /*
  471. * Bit 0 in tx_htinfo indicates that current Tx rate is 11n rate. Valid
  472. * MCS index values for us are 0 to 15.
  473. */
  474. if ((priv->tx_htinfo & BIT(0)) && (priv->tx_rate < 16)) {
  475. sinfo->txrate.mcs = priv->tx_rate;
  476. sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS;
  477. /* 40MHz rate */
  478. if (priv->tx_htinfo & BIT(1))
  479. sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
  480. /* SGI enabled */
  481. if (priv->tx_htinfo & BIT(2))
  482. sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
  483. }
  484. sinfo->rx_bytes = priv->stats.rx_bytes;
  485. sinfo->tx_bytes = priv->stats.tx_bytes;
  486. sinfo->rx_packets = priv->stats.rx_packets;
  487. sinfo->tx_packets = priv->stats.tx_packets;
  488. sinfo->signal = priv->qual_level;
  489. /* bit rate is in 500 kb/s units. Convert it to 100kb/s units */
  490. sinfo->txrate.legacy = rate.rate * 5;
  491. if (priv->bss_mode == NL80211_IFTYPE_STATION) {
  492. sinfo->filled |= STATION_INFO_BSS_PARAM;
  493. sinfo->bss_param.flags = 0;
  494. if (priv->curr_bss_params.bss_descriptor.cap_info_bitmap &
  495. WLAN_CAPABILITY_SHORT_PREAMBLE)
  496. sinfo->bss_param.flags |=
  497. BSS_PARAM_FLAGS_SHORT_PREAMBLE;
  498. if (priv->curr_bss_params.bss_descriptor.cap_info_bitmap &
  499. WLAN_CAPABILITY_SHORT_SLOT_TIME)
  500. sinfo->bss_param.flags |=
  501. BSS_PARAM_FLAGS_SHORT_SLOT_TIME;
  502. sinfo->bss_param.dtim_period = priv->dtim_period;
  503. sinfo->bss_param.beacon_interval =
  504. priv->curr_bss_params.bss_descriptor.beacon_period;
  505. }
  506. return ret;
  507. }
  508. /*
  509. * CFG802.11 operation handler to get station information.
  510. *
  511. * This function only works in connected mode, and dumps the
  512. * requested station information, if available.
  513. */
  514. static int
  515. mwifiex_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
  516. u8 *mac, struct station_info *sinfo)
  517. {
  518. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  519. if (!priv->media_connected)
  520. return -ENOENT;
  521. if (memcmp(mac, priv->cfg_bssid, ETH_ALEN))
  522. return -ENOENT;
  523. return mwifiex_dump_station_info(priv, sinfo);
  524. }
  525. /* Supported rates to be advertised to the cfg80211 */
  526. static struct ieee80211_rate mwifiex_rates[] = {
  527. {.bitrate = 10, .hw_value = 2, },
  528. {.bitrate = 20, .hw_value = 4, },
  529. {.bitrate = 55, .hw_value = 11, },
  530. {.bitrate = 110, .hw_value = 22, },
  531. {.bitrate = 60, .hw_value = 12, },
  532. {.bitrate = 90, .hw_value = 18, },
  533. {.bitrate = 120, .hw_value = 24, },
  534. {.bitrate = 180, .hw_value = 36, },
  535. {.bitrate = 240, .hw_value = 48, },
  536. {.bitrate = 360, .hw_value = 72, },
  537. {.bitrate = 480, .hw_value = 96, },
  538. {.bitrate = 540, .hw_value = 108, },
  539. };
  540. /* Channel definitions to be advertised to cfg80211 */
  541. static struct ieee80211_channel mwifiex_channels_2ghz[] = {
  542. {.center_freq = 2412, .hw_value = 1, },
  543. {.center_freq = 2417, .hw_value = 2, },
  544. {.center_freq = 2422, .hw_value = 3, },
  545. {.center_freq = 2427, .hw_value = 4, },
  546. {.center_freq = 2432, .hw_value = 5, },
  547. {.center_freq = 2437, .hw_value = 6, },
  548. {.center_freq = 2442, .hw_value = 7, },
  549. {.center_freq = 2447, .hw_value = 8, },
  550. {.center_freq = 2452, .hw_value = 9, },
  551. {.center_freq = 2457, .hw_value = 10, },
  552. {.center_freq = 2462, .hw_value = 11, },
  553. {.center_freq = 2467, .hw_value = 12, },
  554. {.center_freq = 2472, .hw_value = 13, },
  555. {.center_freq = 2484, .hw_value = 14, },
  556. };
  557. static struct ieee80211_supported_band mwifiex_band_2ghz = {
  558. .channels = mwifiex_channels_2ghz,
  559. .n_channels = ARRAY_SIZE(mwifiex_channels_2ghz),
  560. .bitrates = mwifiex_rates,
  561. .n_bitrates = ARRAY_SIZE(mwifiex_rates),
  562. };
  563. static struct ieee80211_channel mwifiex_channels_5ghz[] = {
  564. {.center_freq = 5040, .hw_value = 8, },
  565. {.center_freq = 5060, .hw_value = 12, },
  566. {.center_freq = 5080, .hw_value = 16, },
  567. {.center_freq = 5170, .hw_value = 34, },
  568. {.center_freq = 5190, .hw_value = 38, },
  569. {.center_freq = 5210, .hw_value = 42, },
  570. {.center_freq = 5230, .hw_value = 46, },
  571. {.center_freq = 5180, .hw_value = 36, },
  572. {.center_freq = 5200, .hw_value = 40, },
  573. {.center_freq = 5220, .hw_value = 44, },
  574. {.center_freq = 5240, .hw_value = 48, },
  575. {.center_freq = 5260, .hw_value = 52, },
  576. {.center_freq = 5280, .hw_value = 56, },
  577. {.center_freq = 5300, .hw_value = 60, },
  578. {.center_freq = 5320, .hw_value = 64, },
  579. {.center_freq = 5500, .hw_value = 100, },
  580. {.center_freq = 5520, .hw_value = 104, },
  581. {.center_freq = 5540, .hw_value = 108, },
  582. {.center_freq = 5560, .hw_value = 112, },
  583. {.center_freq = 5580, .hw_value = 116, },
  584. {.center_freq = 5600, .hw_value = 120, },
  585. {.center_freq = 5620, .hw_value = 124, },
  586. {.center_freq = 5640, .hw_value = 128, },
  587. {.center_freq = 5660, .hw_value = 132, },
  588. {.center_freq = 5680, .hw_value = 136, },
  589. {.center_freq = 5700, .hw_value = 140, },
  590. {.center_freq = 5745, .hw_value = 149, },
  591. {.center_freq = 5765, .hw_value = 153, },
  592. {.center_freq = 5785, .hw_value = 157, },
  593. {.center_freq = 5805, .hw_value = 161, },
  594. {.center_freq = 5825, .hw_value = 165, },
  595. };
  596. static struct ieee80211_supported_band mwifiex_band_5ghz = {
  597. .channels = mwifiex_channels_5ghz,
  598. .n_channels = ARRAY_SIZE(mwifiex_channels_5ghz),
  599. .bitrates = mwifiex_rates + 4,
  600. .n_bitrates = ARRAY_SIZE(mwifiex_rates) - 4,
  601. };
  602. /* Supported crypto cipher suits to be advertised to cfg80211 */
  603. static const u32 mwifiex_cipher_suites[] = {
  604. WLAN_CIPHER_SUITE_WEP40,
  605. WLAN_CIPHER_SUITE_WEP104,
  606. WLAN_CIPHER_SUITE_TKIP,
  607. WLAN_CIPHER_SUITE_CCMP,
  608. };
  609. /*
  610. * CFG802.11 operation handler for setting bit rates.
  611. *
  612. * Function selects legacy bang B/G/BG from corresponding bitrates selection.
  613. * Currently only 2.4GHz band is supported.
  614. */
  615. static int mwifiex_cfg80211_set_bitrate_mask(struct wiphy *wiphy,
  616. struct net_device *dev,
  617. const u8 *peer,
  618. const struct cfg80211_bitrate_mask *mask)
  619. {
  620. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  621. int index = 0, mode = 0, i;
  622. struct mwifiex_adapter *adapter = priv->adapter;
  623. /* Currently only 2.4GHz is supported */
  624. for (i = 0; i < mwifiex_band_2ghz.n_bitrates; i++) {
  625. /*
  626. * Rates below 6 Mbps in the table are CCK rates; 802.11b
  627. * and from 6 they are OFDM; 802.11G
  628. */
  629. if (mwifiex_rates[i].bitrate == 60) {
  630. index = 1 << i;
  631. break;
  632. }
  633. }
  634. if (mask->control[IEEE80211_BAND_2GHZ].legacy < index) {
  635. mode = BAND_B;
  636. } else {
  637. mode = BAND_G;
  638. if (mask->control[IEEE80211_BAND_2GHZ].legacy % index)
  639. mode |= BAND_B;
  640. }
  641. if (!((mode | adapter->fw_bands) & ~adapter->fw_bands)) {
  642. adapter->config_bands = mode;
  643. if (priv->bss_mode == NL80211_IFTYPE_ADHOC) {
  644. adapter->adhoc_start_band = mode;
  645. adapter->adhoc_11n_enabled = false;
  646. }
  647. }
  648. adapter->sec_chan_offset = IEEE80211_HT_PARAM_CHA_SEC_NONE;
  649. adapter->channel_type = NL80211_CHAN_NO_HT;
  650. wiphy_debug(wiphy, "info: device configured in 802.11%s%s mode\n",
  651. (mode & BAND_B) ? "b" : "", (mode & BAND_G) ? "g" : "");
  652. return 0;
  653. }
  654. /*
  655. * CFG802.11 operation handler for disconnection request.
  656. *
  657. * This function does not work when there is already a disconnection
  658. * procedure going on.
  659. */
  660. static int
  661. mwifiex_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *dev,
  662. u16 reason_code)
  663. {
  664. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  665. if (mwifiex_deauthenticate(priv, NULL))
  666. return -EFAULT;
  667. wiphy_dbg(wiphy, "info: successfully disconnected from %pM:"
  668. " reason code %d\n", priv->cfg_bssid, reason_code);
  669. memset(priv->cfg_bssid, 0, ETH_ALEN);
  670. return 0;
  671. }
  672. /*
  673. * This function informs the CFG802.11 subsystem of a new IBSS.
  674. *
  675. * The following information are sent to the CFG802.11 subsystem
  676. * to register the new IBSS. If we do not register the new IBSS,
  677. * a kernel panic will result.
  678. * - SSID
  679. * - SSID length
  680. * - BSSID
  681. * - Channel
  682. */
  683. static int mwifiex_cfg80211_inform_ibss_bss(struct mwifiex_private *priv)
  684. {
  685. struct ieee80211_channel *chan;
  686. struct mwifiex_bss_info bss_info;
  687. struct cfg80211_bss *bss;
  688. int ie_len;
  689. u8 ie_buf[IEEE80211_MAX_SSID_LEN + sizeof(struct ieee_types_header)];
  690. enum ieee80211_band band;
  691. if (mwifiex_get_bss_info(priv, &bss_info))
  692. return -1;
  693. ie_buf[0] = WLAN_EID_SSID;
  694. ie_buf[1] = bss_info.ssid.ssid_len;
  695. memcpy(&ie_buf[sizeof(struct ieee_types_header)],
  696. &bss_info.ssid.ssid, bss_info.ssid.ssid_len);
  697. ie_len = ie_buf[1] + sizeof(struct ieee_types_header);
  698. band = mwifiex_band_to_radio_type(priv->curr_bss_params.band);
  699. chan = __ieee80211_get_channel(priv->wdev->wiphy,
  700. ieee80211_channel_to_frequency(bss_info.bss_chan,
  701. band));
  702. bss = cfg80211_inform_bss(priv->wdev->wiphy, chan,
  703. bss_info.bssid, 0, WLAN_CAPABILITY_IBSS,
  704. 0, ie_buf, ie_len, 0, GFP_KERNEL);
  705. cfg80211_put_bss(bss);
  706. memcpy(priv->cfg_bssid, bss_info.bssid, ETH_ALEN);
  707. return 0;
  708. }
  709. /*
  710. * This function connects with a BSS.
  711. *
  712. * This function handles both Infra and Ad-Hoc modes. It also performs
  713. * validity checking on the provided parameters, disconnects from the
  714. * current BSS (if any), sets up the association/scan parameters,
  715. * including security settings, and performs specific SSID scan before
  716. * trying to connect.
  717. *
  718. * For Infra mode, the function returns failure if the specified SSID
  719. * is not found in scan table. However, for Ad-Hoc mode, it can create
  720. * the IBSS if it does not exist. On successful completion in either case,
  721. * the function notifies the CFG802.11 subsystem of the new BSS connection.
  722. */
  723. static int
  724. mwifiex_cfg80211_assoc(struct mwifiex_private *priv, size_t ssid_len, u8 *ssid,
  725. u8 *bssid, int mode, struct ieee80211_channel *channel,
  726. struct cfg80211_connect_params *sme, bool privacy)
  727. {
  728. struct cfg80211_ssid req_ssid;
  729. int ret, auth_type = 0;
  730. struct cfg80211_bss *bss = NULL;
  731. u8 is_scanning_required = 0;
  732. memset(&req_ssid, 0, sizeof(struct cfg80211_ssid));
  733. req_ssid.ssid_len = ssid_len;
  734. if (ssid_len > IEEE80211_MAX_SSID_LEN) {
  735. dev_err(priv->adapter->dev, "invalid SSID - aborting\n");
  736. return -EINVAL;
  737. }
  738. memcpy(req_ssid.ssid, ssid, ssid_len);
  739. if (!req_ssid.ssid_len || req_ssid.ssid[0] < 0x20) {
  740. dev_err(priv->adapter->dev, "invalid SSID - aborting\n");
  741. return -EINVAL;
  742. }
  743. /* disconnect before try to associate */
  744. mwifiex_deauthenticate(priv, NULL);
  745. if (channel)
  746. ret = mwifiex_set_rf_channel(priv, channel,
  747. priv->adapter->channel_type);
  748. /* As this is new association, clear locally stored
  749. * keys and security related flags */
  750. priv->sec_info.wpa_enabled = false;
  751. priv->sec_info.wpa2_enabled = false;
  752. priv->wep_key_curr_index = 0;
  753. priv->sec_info.encryption_mode = 0;
  754. priv->sec_info.is_authtype_auto = 0;
  755. ret = mwifiex_set_encode(priv, NULL, 0, 0, 1);
  756. if (mode == NL80211_IFTYPE_ADHOC) {
  757. /* "privacy" is set only for ad-hoc mode */
  758. if (privacy) {
  759. /*
  760. * Keep WLAN_CIPHER_SUITE_WEP104 for now so that
  761. * the firmware can find a matching network from the
  762. * scan. The cfg80211 does not give us the encryption
  763. * mode at this stage so just setting it to WEP here.
  764. */
  765. priv->sec_info.encryption_mode =
  766. WLAN_CIPHER_SUITE_WEP104;
  767. priv->sec_info.authentication_mode =
  768. NL80211_AUTHTYPE_OPEN_SYSTEM;
  769. }
  770. goto done;
  771. }
  772. /* Now handle infra mode. "sme" is valid for infra mode only */
  773. if (sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) {
  774. auth_type = NL80211_AUTHTYPE_OPEN_SYSTEM;
  775. priv->sec_info.is_authtype_auto = 1;
  776. } else {
  777. auth_type = sme->auth_type;
  778. }
  779. if (sme->crypto.n_ciphers_pairwise) {
  780. priv->sec_info.encryption_mode =
  781. sme->crypto.ciphers_pairwise[0];
  782. priv->sec_info.authentication_mode = auth_type;
  783. }
  784. if (sme->crypto.cipher_group) {
  785. priv->sec_info.encryption_mode = sme->crypto.cipher_group;
  786. priv->sec_info.authentication_mode = auth_type;
  787. }
  788. if (sme->ie)
  789. ret = mwifiex_set_gen_ie(priv, sme->ie, sme->ie_len);
  790. if (sme->key) {
  791. if (mwifiex_is_alg_wep(priv->sec_info.encryption_mode)) {
  792. dev_dbg(priv->adapter->dev,
  793. "info: setting wep encryption"
  794. " with key len %d\n", sme->key_len);
  795. priv->wep_key_curr_index = sme->key_idx;
  796. ret = mwifiex_set_encode(priv, sme->key, sme->key_len,
  797. sme->key_idx, 0);
  798. }
  799. }
  800. done:
  801. /*
  802. * Scan entries are valid for some time (15 sec). So we can save one
  803. * active scan time if we just try cfg80211_get_bss first. If it fails
  804. * then request scan and cfg80211_get_bss() again for final output.
  805. */
  806. while (1) {
  807. if (is_scanning_required) {
  808. /* Do specific SSID scanning */
  809. if (mwifiex_request_scan(priv, &req_ssid)) {
  810. dev_err(priv->adapter->dev, "scan error\n");
  811. return -EFAULT;
  812. }
  813. }
  814. /* Find the BSS we want using available scan results */
  815. if (mode == NL80211_IFTYPE_ADHOC)
  816. bss = cfg80211_get_bss(priv->wdev->wiphy, channel,
  817. bssid, ssid, ssid_len,
  818. WLAN_CAPABILITY_IBSS,
  819. WLAN_CAPABILITY_IBSS);
  820. else
  821. bss = cfg80211_get_bss(priv->wdev->wiphy, channel,
  822. bssid, ssid, ssid_len,
  823. WLAN_CAPABILITY_ESS,
  824. WLAN_CAPABILITY_ESS);
  825. if (!bss) {
  826. if (is_scanning_required) {
  827. dev_warn(priv->adapter->dev,
  828. "assoc: requested bss not found in scan results\n");
  829. break;
  830. }
  831. is_scanning_required = 1;
  832. } else {
  833. dev_dbg(priv->adapter->dev,
  834. "info: trying to associate to '%s' bssid %pM\n",
  835. (char *) req_ssid.ssid, bss->bssid);
  836. memcpy(&priv->cfg_bssid, bss->bssid, ETH_ALEN);
  837. break;
  838. }
  839. }
  840. if (mwifiex_bss_start(priv, bss, &req_ssid))
  841. return -EFAULT;
  842. if (mode == NL80211_IFTYPE_ADHOC) {
  843. /* Inform the BSS information to kernel, otherwise
  844. * kernel will give a panic after successful assoc */
  845. if (mwifiex_cfg80211_inform_ibss_bss(priv))
  846. return -EFAULT;
  847. }
  848. return ret;
  849. }
  850. /*
  851. * CFG802.11 operation handler for association request.
  852. *
  853. * This function does not work when the current mode is set to Ad-Hoc, or
  854. * when there is already an association procedure going on. The given BSS
  855. * information is used to associate.
  856. */
  857. static int
  858. mwifiex_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev,
  859. struct cfg80211_connect_params *sme)
  860. {
  861. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  862. int ret = 0;
  863. if (priv->bss_mode == NL80211_IFTYPE_ADHOC) {
  864. wiphy_err(wiphy, "received infra assoc request "
  865. "when station is in ibss mode\n");
  866. goto done;
  867. }
  868. wiphy_dbg(wiphy, "info: Trying to associate to %s and bssid %pM\n",
  869. (char *) sme->ssid, sme->bssid);
  870. ret = mwifiex_cfg80211_assoc(priv, sme->ssid_len, sme->ssid, sme->bssid,
  871. priv->bss_mode, sme->channel, sme, 0);
  872. done:
  873. if (!ret) {
  874. cfg80211_connect_result(priv->netdev, priv->cfg_bssid, NULL, 0,
  875. NULL, 0, WLAN_STATUS_SUCCESS,
  876. GFP_KERNEL);
  877. dev_dbg(priv->adapter->dev,
  878. "info: associated to bssid %pM successfully\n",
  879. priv->cfg_bssid);
  880. } else {
  881. dev_dbg(priv->adapter->dev,
  882. "info: association to bssid %pM failed\n",
  883. priv->cfg_bssid);
  884. memset(priv->cfg_bssid, 0, ETH_ALEN);
  885. }
  886. return ret;
  887. }
  888. /*
  889. * CFG802.11 operation handler to join an IBSS.
  890. *
  891. * This function does not work in any mode other than Ad-Hoc, or if
  892. * a join operation is already in progress.
  893. */
  894. static int
  895. mwifiex_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev,
  896. struct cfg80211_ibss_params *params)
  897. {
  898. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  899. int ret = 0;
  900. if (priv->bss_mode != NL80211_IFTYPE_ADHOC) {
  901. wiphy_err(wiphy, "request to join ibss received "
  902. "when station is not in ibss mode\n");
  903. goto done;
  904. }
  905. wiphy_dbg(wiphy, "info: trying to join to %s and bssid %pM\n",
  906. (char *) params->ssid, params->bssid);
  907. ret = mwifiex_cfg80211_assoc(priv, params->ssid_len, params->ssid,
  908. params->bssid, priv->bss_mode,
  909. params->channel, NULL, params->privacy);
  910. done:
  911. if (!ret) {
  912. cfg80211_ibss_joined(priv->netdev, priv->cfg_bssid, GFP_KERNEL);
  913. dev_dbg(priv->adapter->dev,
  914. "info: joined/created adhoc network with bssid"
  915. " %pM successfully\n", priv->cfg_bssid);
  916. } else {
  917. dev_dbg(priv->adapter->dev,
  918. "info: failed creating/joining adhoc network\n");
  919. }
  920. return ret;
  921. }
  922. /*
  923. * CFG802.11 operation handler to leave an IBSS.
  924. *
  925. * This function does not work if a leave operation is
  926. * already in progress.
  927. */
  928. static int
  929. mwifiex_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *dev)
  930. {
  931. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  932. wiphy_dbg(wiphy, "info: disconnecting from essid %pM\n",
  933. priv->cfg_bssid);
  934. if (mwifiex_deauthenticate(priv, NULL))
  935. return -EFAULT;
  936. memset(priv->cfg_bssid, 0, ETH_ALEN);
  937. return 0;
  938. }
  939. /*
  940. * CFG802.11 operation handler for scan request.
  941. *
  942. * This function issues a scan request to the firmware based upon
  943. * the user specified scan configuration. On successfull completion,
  944. * it also informs the results.
  945. */
  946. static int
  947. mwifiex_cfg80211_scan(struct wiphy *wiphy, struct net_device *dev,
  948. struct cfg80211_scan_request *request)
  949. {
  950. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  951. int i;
  952. struct ieee80211_channel *chan;
  953. wiphy_dbg(wiphy, "info: received scan request on %s\n", dev->name);
  954. priv->scan_request = request;
  955. priv->user_scan_cfg = kzalloc(sizeof(struct mwifiex_user_scan_cfg),
  956. GFP_KERNEL);
  957. if (!priv->user_scan_cfg) {
  958. dev_err(priv->adapter->dev, "failed to alloc scan_req\n");
  959. return -ENOMEM;
  960. }
  961. priv->user_scan_cfg->num_ssids = request->n_ssids;
  962. priv->user_scan_cfg->ssid_list = request->ssids;
  963. for (i = 0; i < request->n_channels; i++) {
  964. chan = request->channels[i];
  965. priv->user_scan_cfg->chan_list[i].chan_number = chan->hw_value;
  966. priv->user_scan_cfg->chan_list[i].radio_type = chan->band;
  967. if (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)
  968. priv->user_scan_cfg->chan_list[i].scan_type =
  969. MWIFIEX_SCAN_TYPE_PASSIVE;
  970. else
  971. priv->user_scan_cfg->chan_list[i].scan_type =
  972. MWIFIEX_SCAN_TYPE_ACTIVE;
  973. priv->user_scan_cfg->chan_list[i].scan_time = 0;
  974. }
  975. if (mwifiex_set_user_scan_ioctl(priv, priv->user_scan_cfg))
  976. return -EFAULT;
  977. return 0;
  978. }
  979. /*
  980. * This function sets up the CFG802.11 specific HT capability fields
  981. * with default values.
  982. *
  983. * The following default values are set -
  984. * - HT Supported = True
  985. * - Maximum AMPDU length factor = IEEE80211_HT_MAX_AMPDU_64K
  986. * - Minimum AMPDU spacing = IEEE80211_HT_MPDU_DENSITY_NONE
  987. * - HT Capabilities supported by firmware
  988. * - MCS information, Rx mask = 0xff
  989. * - MCD information, Tx parameters = IEEE80211_HT_MCS_TX_DEFINED (0x01)
  990. */
  991. static void
  992. mwifiex_setup_ht_caps(struct ieee80211_sta_ht_cap *ht_info,
  993. struct mwifiex_private *priv)
  994. {
  995. int rx_mcs_supp;
  996. struct ieee80211_mcs_info mcs_set;
  997. u8 *mcs = (u8 *)&mcs_set;
  998. struct mwifiex_adapter *adapter = priv->adapter;
  999. ht_info->ht_supported = true;
  1000. ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
  1001. ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE;
  1002. memset(&ht_info->mcs, 0, sizeof(ht_info->mcs));
  1003. /* Fill HT capability information */
  1004. if (ISSUPP_CHANWIDTH40(adapter->hw_dot_11n_dev_cap))
  1005. ht_info->cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40;
  1006. else
  1007. ht_info->cap &= ~IEEE80211_HT_CAP_SUP_WIDTH_20_40;
  1008. if (ISSUPP_SHORTGI20(adapter->hw_dot_11n_dev_cap))
  1009. ht_info->cap |= IEEE80211_HT_CAP_SGI_20;
  1010. else
  1011. ht_info->cap &= ~IEEE80211_HT_CAP_SGI_20;
  1012. if (ISSUPP_SHORTGI40(adapter->hw_dot_11n_dev_cap))
  1013. ht_info->cap |= IEEE80211_HT_CAP_SGI_40;
  1014. else
  1015. ht_info->cap &= ~IEEE80211_HT_CAP_SGI_40;
  1016. if (ISSUPP_RXSTBC(adapter->hw_dot_11n_dev_cap))
  1017. ht_info->cap |= 1 << IEEE80211_HT_CAP_RX_STBC_SHIFT;
  1018. else
  1019. ht_info->cap &= ~(3 << IEEE80211_HT_CAP_RX_STBC_SHIFT);
  1020. if (ISSUPP_TXSTBC(adapter->hw_dot_11n_dev_cap))
  1021. ht_info->cap |= IEEE80211_HT_CAP_TX_STBC;
  1022. else
  1023. ht_info->cap &= ~IEEE80211_HT_CAP_TX_STBC;
  1024. ht_info->cap &= ~IEEE80211_HT_CAP_MAX_AMSDU;
  1025. ht_info->cap |= IEEE80211_HT_CAP_SM_PS;
  1026. rx_mcs_supp = GET_RXMCSSUPP(adapter->hw_dev_mcs_support);
  1027. /* Set MCS for 1x1 */
  1028. memset(mcs, 0xff, rx_mcs_supp);
  1029. /* Clear all the other values */
  1030. memset(&mcs[rx_mcs_supp], 0,
  1031. sizeof(struct ieee80211_mcs_info) - rx_mcs_supp);
  1032. if (priv->bss_mode == NL80211_IFTYPE_STATION ||
  1033. ISSUPP_CHANWIDTH40(adapter->hw_dot_11n_dev_cap))
  1034. /* Set MCS32 for infra mode or ad-hoc mode with 40MHz support */
  1035. SETHT_MCS32(mcs_set.rx_mask);
  1036. memcpy((u8 *) &ht_info->mcs, mcs, sizeof(struct ieee80211_mcs_info));
  1037. ht_info->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED;
  1038. }
  1039. /*
  1040. * create a new virtual interface with the given name
  1041. */
  1042. struct net_device *mwifiex_add_virtual_intf(struct wiphy *wiphy,
  1043. char *name,
  1044. enum nl80211_iftype type,
  1045. u32 *flags,
  1046. struct vif_params *params)
  1047. {
  1048. struct mwifiex_private *priv = mwifiex_cfg80211_get_priv(wiphy);
  1049. struct mwifiex_adapter *adapter;
  1050. struct net_device *dev;
  1051. void *mdev_priv;
  1052. if (!priv)
  1053. return ERR_PTR(-EFAULT);
  1054. adapter = priv->adapter;
  1055. if (!adapter)
  1056. return ERR_PTR(-EFAULT);
  1057. switch (type) {
  1058. case NL80211_IFTYPE_UNSPECIFIED:
  1059. case NL80211_IFTYPE_STATION:
  1060. case NL80211_IFTYPE_ADHOC:
  1061. if (priv->bss_mode) {
  1062. wiphy_err(wiphy, "cannot create multiple"
  1063. " station/adhoc interfaces\n");
  1064. return ERR_PTR(-EINVAL);
  1065. }
  1066. if (type == NL80211_IFTYPE_UNSPECIFIED)
  1067. priv->bss_mode = NL80211_IFTYPE_STATION;
  1068. else
  1069. priv->bss_mode = type;
  1070. priv->bss_type = MWIFIEX_BSS_TYPE_STA;
  1071. priv->frame_type = MWIFIEX_DATA_FRAME_TYPE_ETH_II;
  1072. priv->bss_priority = 0;
  1073. priv->bss_role = MWIFIEX_BSS_ROLE_STA;
  1074. priv->bss_num = 0;
  1075. break;
  1076. default:
  1077. wiphy_err(wiphy, "type not supported\n");
  1078. return ERR_PTR(-EINVAL);
  1079. }
  1080. dev = alloc_netdev_mq(sizeof(struct mwifiex_private *), name,
  1081. ether_setup, 1);
  1082. if (!dev) {
  1083. wiphy_err(wiphy, "no memory available for netdevice\n");
  1084. priv->bss_mode = NL80211_IFTYPE_UNSPECIFIED;
  1085. return ERR_PTR(-ENOMEM);
  1086. }
  1087. dev_net_set(dev, wiphy_net(wiphy));
  1088. dev->ieee80211_ptr = priv->wdev;
  1089. dev->ieee80211_ptr->iftype = priv->bss_mode;
  1090. memcpy(dev->dev_addr, wiphy->perm_addr, ETH_ALEN);
  1091. memcpy(dev->perm_addr, wiphy->perm_addr, ETH_ALEN);
  1092. SET_NETDEV_DEV(dev, wiphy_dev(wiphy));
  1093. dev->flags |= IFF_BROADCAST | IFF_MULTICAST;
  1094. dev->watchdog_timeo = MWIFIEX_DEFAULT_WATCHDOG_TIMEOUT;
  1095. dev->hard_header_len += MWIFIEX_MIN_DATA_HEADER_LEN;
  1096. mdev_priv = netdev_priv(dev);
  1097. *((unsigned long *) mdev_priv) = (unsigned long) priv;
  1098. priv->netdev = dev;
  1099. mwifiex_init_priv_params(priv, dev);
  1100. SET_NETDEV_DEV(dev, adapter->dev);
  1101. /* Register network device */
  1102. if (register_netdevice(dev)) {
  1103. wiphy_err(wiphy, "cannot register virtual network device\n");
  1104. free_netdev(dev);
  1105. priv->bss_mode = NL80211_IFTYPE_UNSPECIFIED;
  1106. return ERR_PTR(-EFAULT);
  1107. }
  1108. sema_init(&priv->async_sem, 1);
  1109. priv->scan_pending_on_block = false;
  1110. dev_dbg(adapter->dev, "info: %s: Marvell 802.11 Adapter\n", dev->name);
  1111. #ifdef CONFIG_DEBUG_FS
  1112. mwifiex_dev_debugfs_init(priv);
  1113. #endif
  1114. return dev;
  1115. }
  1116. EXPORT_SYMBOL_GPL(mwifiex_add_virtual_intf);
  1117. /*
  1118. * del_virtual_intf: remove the virtual interface determined by dev
  1119. */
  1120. int mwifiex_del_virtual_intf(struct wiphy *wiphy, struct net_device *dev)
  1121. {
  1122. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1123. #ifdef CONFIG_DEBUG_FS
  1124. mwifiex_dev_debugfs_remove(priv);
  1125. #endif
  1126. if (!netif_queue_stopped(priv->netdev))
  1127. netif_stop_queue(priv->netdev);
  1128. if (netif_carrier_ok(priv->netdev))
  1129. netif_carrier_off(priv->netdev);
  1130. if (dev->reg_state == NETREG_REGISTERED)
  1131. unregister_netdevice(dev);
  1132. if (dev->reg_state == NETREG_UNREGISTERED)
  1133. free_netdev(dev);
  1134. /* Clear the priv in adapter */
  1135. priv->netdev = NULL;
  1136. priv->media_connected = false;
  1137. priv->bss_mode = NL80211_IFTYPE_UNSPECIFIED;
  1138. return 0;
  1139. }
  1140. EXPORT_SYMBOL_GPL(mwifiex_del_virtual_intf);
  1141. /* station cfg80211 operations */
  1142. static struct cfg80211_ops mwifiex_cfg80211_ops = {
  1143. .add_virtual_intf = mwifiex_add_virtual_intf,
  1144. .del_virtual_intf = mwifiex_del_virtual_intf,
  1145. .change_virtual_intf = mwifiex_cfg80211_change_virtual_intf,
  1146. .scan = mwifiex_cfg80211_scan,
  1147. .connect = mwifiex_cfg80211_connect,
  1148. .disconnect = mwifiex_cfg80211_disconnect,
  1149. .get_station = mwifiex_cfg80211_get_station,
  1150. .set_wiphy_params = mwifiex_cfg80211_set_wiphy_params,
  1151. .set_channel = mwifiex_cfg80211_set_channel,
  1152. .join_ibss = mwifiex_cfg80211_join_ibss,
  1153. .leave_ibss = mwifiex_cfg80211_leave_ibss,
  1154. .add_key = mwifiex_cfg80211_add_key,
  1155. .del_key = mwifiex_cfg80211_del_key,
  1156. .set_default_key = mwifiex_cfg80211_set_default_key,
  1157. .set_power_mgmt = mwifiex_cfg80211_set_power_mgmt,
  1158. .set_tx_power = mwifiex_cfg80211_set_tx_power,
  1159. .set_bitrate_mask = mwifiex_cfg80211_set_bitrate_mask,
  1160. };
  1161. /*
  1162. * This function registers the device with CFG802.11 subsystem.
  1163. *
  1164. * The function creates the wireless device/wiphy, populates it with
  1165. * default parameters and handler function pointers, and finally
  1166. * registers the device.
  1167. */
  1168. int mwifiex_register_cfg80211(struct mwifiex_private *priv)
  1169. {
  1170. int ret;
  1171. void *wdev_priv;
  1172. struct wireless_dev *wdev;
  1173. struct ieee80211_sta_ht_cap *ht_info;
  1174. wdev = kzalloc(sizeof(struct wireless_dev), GFP_KERNEL);
  1175. if (!wdev) {
  1176. dev_err(priv->adapter->dev, "%s: allocating wireless device\n",
  1177. __func__);
  1178. return -ENOMEM;
  1179. }
  1180. wdev->wiphy =
  1181. wiphy_new(&mwifiex_cfg80211_ops,
  1182. sizeof(struct mwifiex_private *));
  1183. if (!wdev->wiphy) {
  1184. kfree(wdev);
  1185. return -ENOMEM;
  1186. }
  1187. wdev->iftype = NL80211_IFTYPE_STATION;
  1188. wdev->wiphy->max_scan_ssids = 10;
  1189. wdev->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
  1190. BIT(NL80211_IFTYPE_ADHOC);
  1191. wdev->wiphy->bands[IEEE80211_BAND_2GHZ] = &mwifiex_band_2ghz;
  1192. ht_info = &wdev->wiphy->bands[IEEE80211_BAND_2GHZ]->ht_cap;
  1193. mwifiex_setup_ht_caps(ht_info, priv);
  1194. if (priv->adapter->config_bands & BAND_A) {
  1195. wdev->wiphy->bands[IEEE80211_BAND_5GHZ] = &mwifiex_band_5ghz;
  1196. ht_info = &wdev->wiphy->bands[IEEE80211_BAND_5GHZ]->ht_cap;
  1197. mwifiex_setup_ht_caps(ht_info, priv);
  1198. } else {
  1199. wdev->wiphy->bands[IEEE80211_BAND_5GHZ] = NULL;
  1200. }
  1201. /* Initialize cipher suits */
  1202. wdev->wiphy->cipher_suites = mwifiex_cipher_suites;
  1203. wdev->wiphy->n_cipher_suites = ARRAY_SIZE(mwifiex_cipher_suites);
  1204. memcpy(wdev->wiphy->perm_addr, priv->curr_addr, ETH_ALEN);
  1205. wdev->wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM;
  1206. /* Reserve space for bss band information */
  1207. wdev->wiphy->bss_priv_size = sizeof(u8);
  1208. wdev->wiphy->reg_notifier = mwifiex_reg_notifier;
  1209. /* Set struct mwifiex_private pointer in wiphy_priv */
  1210. wdev_priv = wiphy_priv(wdev->wiphy);
  1211. *(unsigned long *) wdev_priv = (unsigned long) priv;
  1212. set_wiphy_dev(wdev->wiphy, priv->adapter->dev);
  1213. ret = wiphy_register(wdev->wiphy);
  1214. if (ret < 0) {
  1215. dev_err(priv->adapter->dev, "%s: registering cfg80211 device\n",
  1216. __func__);
  1217. wiphy_free(wdev->wiphy);
  1218. kfree(wdev);
  1219. return ret;
  1220. } else {
  1221. dev_dbg(priv->adapter->dev,
  1222. "info: successfully registered wiphy device\n");
  1223. }
  1224. priv->wdev = wdev;
  1225. return ret;
  1226. }