cfg80211.c 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285
  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. static const struct ieee80211_iface_limit mwifiex_ap_sta_limits[] = {
  22. {
  23. .max = 2, .types = BIT(NL80211_IFTYPE_STATION),
  24. },
  25. {
  26. .max = 1, .types = BIT(NL80211_IFTYPE_AP),
  27. },
  28. };
  29. static const struct ieee80211_iface_combination mwifiex_iface_comb_ap_sta = {
  30. .limits = mwifiex_ap_sta_limits,
  31. .num_different_channels = 1,
  32. .n_limits = ARRAY_SIZE(mwifiex_ap_sta_limits),
  33. .max_interfaces = MWIFIEX_MAX_BSS_NUM,
  34. .beacon_int_infra_match = true,
  35. };
  36. static const struct ieee80211_regdomain mwifiex_world_regdom_custom = {
  37. .n_reg_rules = 7,
  38. .alpha2 = "99",
  39. .reg_rules = {
  40. /* Channel 1 - 11 */
  41. REG_RULE(2412-10, 2462+10, 40, 3, 20, 0),
  42. /* Channel 12 - 13 */
  43. REG_RULE(2467-10, 2472+10, 20, 3, 20,
  44. NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS),
  45. /* Channel 14 */
  46. REG_RULE(2484-10, 2484+10, 20, 3, 20,
  47. NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS |
  48. NL80211_RRF_NO_OFDM),
  49. /* Channel 36 - 48 */
  50. REG_RULE(5180-10, 5240+10, 40, 3, 20,
  51. NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS),
  52. /* Channel 149 - 165 */
  53. REG_RULE(5745-10, 5825+10, 40, 3, 20,
  54. NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS),
  55. /* Channel 52 - 64 */
  56. REG_RULE(5260-10, 5320+10, 40, 3, 30,
  57. NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS |
  58. NL80211_RRF_DFS),
  59. /* Channel 100 - 140 */
  60. REG_RULE(5500-10, 5700+10, 40, 3, 30,
  61. NL80211_RRF_PASSIVE_SCAN | NL80211_RRF_NO_IBSS |
  62. NL80211_RRF_DFS),
  63. }
  64. };
  65. /*
  66. * This function maps the nl802.11 channel type into driver channel type.
  67. *
  68. * The mapping is as follows -
  69. * NL80211_CHAN_NO_HT -> IEEE80211_HT_PARAM_CHA_SEC_NONE
  70. * NL80211_CHAN_HT20 -> IEEE80211_HT_PARAM_CHA_SEC_NONE
  71. * NL80211_CHAN_HT40PLUS -> IEEE80211_HT_PARAM_CHA_SEC_ABOVE
  72. * NL80211_CHAN_HT40MINUS -> IEEE80211_HT_PARAM_CHA_SEC_BELOW
  73. * Others -> IEEE80211_HT_PARAM_CHA_SEC_NONE
  74. */
  75. u8 mwifiex_chan_type_to_sec_chan_offset(enum nl80211_channel_type chan_type)
  76. {
  77. switch (chan_type) {
  78. case NL80211_CHAN_NO_HT:
  79. case NL80211_CHAN_HT20:
  80. return IEEE80211_HT_PARAM_CHA_SEC_NONE;
  81. case NL80211_CHAN_HT40PLUS:
  82. return IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
  83. case NL80211_CHAN_HT40MINUS:
  84. return IEEE80211_HT_PARAM_CHA_SEC_BELOW;
  85. default:
  86. return IEEE80211_HT_PARAM_CHA_SEC_NONE;
  87. }
  88. }
  89. /*
  90. * This function checks whether WEP is set.
  91. */
  92. static int
  93. mwifiex_is_alg_wep(u32 cipher)
  94. {
  95. switch (cipher) {
  96. case WLAN_CIPHER_SUITE_WEP40:
  97. case WLAN_CIPHER_SUITE_WEP104:
  98. return 1;
  99. default:
  100. break;
  101. }
  102. return 0;
  103. }
  104. /*
  105. * This function retrieves the private structure from kernel wiphy structure.
  106. */
  107. static void *mwifiex_cfg80211_get_adapter(struct wiphy *wiphy)
  108. {
  109. return (void *) (*(unsigned long *) wiphy_priv(wiphy));
  110. }
  111. /*
  112. * CFG802.11 operation handler to delete a network key.
  113. */
  114. static int
  115. mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev,
  116. u8 key_index, bool pairwise, const u8 *mac_addr)
  117. {
  118. struct mwifiex_private *priv = mwifiex_netdev_get_priv(netdev);
  119. const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
  120. const u8 *peer_mac = pairwise ? mac_addr : bc_mac;
  121. if (mwifiex_set_encode(priv, NULL, NULL, 0, key_index, peer_mac, 1)) {
  122. wiphy_err(wiphy, "deleting the crypto keys\n");
  123. return -EFAULT;
  124. }
  125. wiphy_dbg(wiphy, "info: crypto keys deleted\n");
  126. return 0;
  127. }
  128. /*
  129. * This function forms an skb for management frame.
  130. */
  131. static int
  132. mwifiex_form_mgmt_frame(struct sk_buff *skb, const u8 *buf, size_t len)
  133. {
  134. u8 addr[ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
  135. u16 pkt_len;
  136. u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT;
  137. struct timeval tv;
  138. pkt_len = len + ETH_ALEN;
  139. skb_reserve(skb, MWIFIEX_MIN_DATA_HEADER_LEN +
  140. MWIFIEX_MGMT_FRAME_HEADER_SIZE + sizeof(pkt_len));
  141. memcpy(skb_push(skb, sizeof(pkt_len)), &pkt_len, sizeof(pkt_len));
  142. memcpy(skb_push(skb, sizeof(tx_control)),
  143. &tx_control, sizeof(tx_control));
  144. memcpy(skb_push(skb, sizeof(pkt_type)), &pkt_type, sizeof(pkt_type));
  145. /* Add packet data and address4 */
  146. memcpy(skb_put(skb, sizeof(struct ieee80211_hdr_3addr)), buf,
  147. sizeof(struct ieee80211_hdr_3addr));
  148. memcpy(skb_put(skb, ETH_ALEN), addr, ETH_ALEN);
  149. memcpy(skb_put(skb, len - sizeof(struct ieee80211_hdr_3addr)),
  150. buf + sizeof(struct ieee80211_hdr_3addr),
  151. len - sizeof(struct ieee80211_hdr_3addr));
  152. skb->priority = LOW_PRIO_TID;
  153. do_gettimeofday(&tv);
  154. skb->tstamp = timeval_to_ktime(tv);
  155. return 0;
  156. }
  157. /*
  158. * CFG802.11 operation handler to transmit a management frame.
  159. */
  160. static int
  161. mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,
  162. struct ieee80211_channel *chan, bool offchan,
  163. unsigned int wait, const u8 *buf, size_t len,
  164. bool no_cck, bool dont_wait_for_ack, u64 *cookie)
  165. {
  166. struct sk_buff *skb;
  167. u16 pkt_len;
  168. const struct ieee80211_mgmt *mgmt;
  169. struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev);
  170. if (!buf || !len) {
  171. wiphy_err(wiphy, "invalid buffer and length\n");
  172. return -EFAULT;
  173. }
  174. mgmt = (const struct ieee80211_mgmt *)buf;
  175. if (GET_BSS_ROLE(priv) != MWIFIEX_BSS_ROLE_STA &&
  176. ieee80211_is_probe_resp(mgmt->frame_control)) {
  177. /* Since we support offload probe resp, we need to skip probe
  178. * resp in AP or GO mode */
  179. wiphy_dbg(wiphy,
  180. "info: skip to send probe resp in AP or GO mode\n");
  181. return 0;
  182. }
  183. pkt_len = len + ETH_ALEN;
  184. skb = dev_alloc_skb(MWIFIEX_MIN_DATA_HEADER_LEN +
  185. MWIFIEX_MGMT_FRAME_HEADER_SIZE +
  186. pkt_len + sizeof(pkt_len));
  187. if (!skb) {
  188. wiphy_err(wiphy, "allocate skb failed for management frame\n");
  189. return -ENOMEM;
  190. }
  191. mwifiex_form_mgmt_frame(skb, buf, len);
  192. mwifiex_queue_tx_pkt(priv, skb);
  193. *cookie = random32() | 1;
  194. cfg80211_mgmt_tx_status(wdev, *cookie, buf, len, true, GFP_ATOMIC);
  195. wiphy_dbg(wiphy, "info: management frame transmitted\n");
  196. return 0;
  197. }
  198. /*
  199. * CFG802.11 operation handler to register a mgmt frame.
  200. */
  201. static void
  202. mwifiex_cfg80211_mgmt_frame_register(struct wiphy *wiphy,
  203. struct wireless_dev *wdev,
  204. u16 frame_type, bool reg)
  205. {
  206. struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev);
  207. if (reg)
  208. priv->mgmt_frame_mask |= BIT(frame_type >> 4);
  209. else
  210. priv->mgmt_frame_mask &= ~BIT(frame_type >> 4);
  211. mwifiex_send_cmd_async(priv, HostCmd_CMD_MGMT_FRAME_REG,
  212. HostCmd_ACT_GEN_SET, 0, &priv->mgmt_frame_mask);
  213. wiphy_dbg(wiphy, "info: mgmt frame registered\n");
  214. }
  215. /*
  216. * CFG802.11 operation handler to remain on channel.
  217. */
  218. static int
  219. mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy,
  220. struct wireless_dev *wdev,
  221. struct ieee80211_channel *chan,
  222. unsigned int duration, u64 *cookie)
  223. {
  224. struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev);
  225. int ret;
  226. if (!chan || !cookie) {
  227. wiphy_err(wiphy, "Invalid parameter for ROC\n");
  228. return -EINVAL;
  229. }
  230. if (priv->roc_cfg.cookie) {
  231. wiphy_dbg(wiphy, "info: ongoing ROC, cookie = 0x%llu\n",
  232. priv->roc_cfg.cookie);
  233. return -EBUSY;
  234. }
  235. ret = mwifiex_remain_on_chan_cfg(priv, HostCmd_ACT_GEN_SET, chan,
  236. duration);
  237. if (!ret) {
  238. *cookie = random32() | 1;
  239. priv->roc_cfg.cookie = *cookie;
  240. priv->roc_cfg.chan = *chan;
  241. cfg80211_ready_on_channel(wdev, *cookie, chan,
  242. duration, GFP_ATOMIC);
  243. wiphy_dbg(wiphy, "info: ROC, cookie = 0x%llx\n", *cookie);
  244. }
  245. return ret;
  246. }
  247. /*
  248. * CFG802.11 operation handler to cancel remain on channel.
  249. */
  250. static int
  251. mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy,
  252. struct wireless_dev *wdev, u64 cookie)
  253. {
  254. struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev);
  255. int ret;
  256. if (cookie != priv->roc_cfg.cookie)
  257. return -ENOENT;
  258. ret = mwifiex_remain_on_chan_cfg(priv, HostCmd_ACT_GEN_REMOVE,
  259. &priv->roc_cfg.chan, 0);
  260. if (!ret) {
  261. cfg80211_remain_on_channel_expired(wdev, cookie,
  262. &priv->roc_cfg.chan,
  263. GFP_ATOMIC);
  264. memset(&priv->roc_cfg, 0, sizeof(struct mwifiex_roc_cfg));
  265. wiphy_dbg(wiphy, "info: cancel ROC, cookie = 0x%llx\n", cookie);
  266. }
  267. return ret;
  268. }
  269. /*
  270. * CFG802.11 operation handler to set Tx power.
  271. */
  272. static int
  273. mwifiex_cfg80211_set_tx_power(struct wiphy *wiphy,
  274. struct wireless_dev *wdev,
  275. enum nl80211_tx_power_setting type,
  276. int mbm)
  277. {
  278. struct mwifiex_adapter *adapter = mwifiex_cfg80211_get_adapter(wiphy);
  279. struct mwifiex_private *priv;
  280. struct mwifiex_power_cfg power_cfg;
  281. int dbm = MBM_TO_DBM(mbm);
  282. if (type == NL80211_TX_POWER_FIXED) {
  283. power_cfg.is_power_auto = 0;
  284. power_cfg.power_level = dbm;
  285. } else {
  286. power_cfg.is_power_auto = 1;
  287. }
  288. priv = mwifiex_get_priv(adapter, MWIFIEX_BSS_ROLE_ANY);
  289. return mwifiex_set_tx_power(priv, &power_cfg);
  290. }
  291. /*
  292. * CFG802.11 operation handler to set Power Save option.
  293. *
  294. * The timeout value, if provided, is currently ignored.
  295. */
  296. static int
  297. mwifiex_cfg80211_set_power_mgmt(struct wiphy *wiphy,
  298. struct net_device *dev,
  299. bool enabled, int timeout)
  300. {
  301. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  302. u32 ps_mode;
  303. if (timeout)
  304. wiphy_dbg(wiphy,
  305. "info: ignore timeout value for IEEE Power Save\n");
  306. ps_mode = enabled;
  307. return mwifiex_drv_set_power(priv, &ps_mode);
  308. }
  309. /*
  310. * CFG802.11 operation handler to set the default network key.
  311. */
  312. static int
  313. mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev,
  314. u8 key_index, bool unicast,
  315. bool multicast)
  316. {
  317. struct mwifiex_private *priv = mwifiex_netdev_get_priv(netdev);
  318. /* Return if WEP key not configured */
  319. if (!priv->sec_info.wep_enabled)
  320. return 0;
  321. if (priv->bss_type == MWIFIEX_BSS_TYPE_UAP) {
  322. priv->wep_key_curr_index = key_index;
  323. } else if (mwifiex_set_encode(priv, NULL, NULL, 0, key_index,
  324. NULL, 0)) {
  325. wiphy_err(wiphy, "set default Tx key index\n");
  326. return -EFAULT;
  327. }
  328. return 0;
  329. }
  330. /*
  331. * CFG802.11 operation handler to add a network key.
  332. */
  333. static int
  334. mwifiex_cfg80211_add_key(struct wiphy *wiphy, struct net_device *netdev,
  335. u8 key_index, bool pairwise, const u8 *mac_addr,
  336. struct key_params *params)
  337. {
  338. struct mwifiex_private *priv = mwifiex_netdev_get_priv(netdev);
  339. struct mwifiex_wep_key *wep_key;
  340. const u8 bc_mac[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
  341. const u8 *peer_mac = pairwise ? mac_addr : bc_mac;
  342. if (GET_BSS_ROLE(priv) == MWIFIEX_BSS_ROLE_UAP &&
  343. (params->cipher == WLAN_CIPHER_SUITE_WEP40 ||
  344. params->cipher == WLAN_CIPHER_SUITE_WEP104)) {
  345. if (params->key && params->key_len) {
  346. wep_key = &priv->wep_key[key_index];
  347. memset(wep_key, 0, sizeof(struct mwifiex_wep_key));
  348. memcpy(wep_key->key_material, params->key,
  349. params->key_len);
  350. wep_key->key_index = key_index;
  351. wep_key->key_length = params->key_len;
  352. priv->sec_info.wep_enabled = 1;
  353. }
  354. return 0;
  355. }
  356. if (mwifiex_set_encode(priv, params, params->key, params->key_len,
  357. key_index, peer_mac, 0)) {
  358. wiphy_err(wiphy, "crypto keys added\n");
  359. return -EFAULT;
  360. }
  361. return 0;
  362. }
  363. /*
  364. * This function sends domain information to the firmware.
  365. *
  366. * The following information are passed to the firmware -
  367. * - Country codes
  368. * - Sub bands (first channel, number of channels, maximum Tx power)
  369. */
  370. static int mwifiex_send_domain_info_cmd_fw(struct wiphy *wiphy)
  371. {
  372. u8 no_of_triplet = 0;
  373. struct ieee80211_country_ie_triplet *t;
  374. u8 no_of_parsed_chan = 0;
  375. u8 first_chan = 0, next_chan = 0, max_pwr = 0;
  376. u8 i, flag = 0;
  377. enum ieee80211_band band;
  378. struct ieee80211_supported_band *sband;
  379. struct ieee80211_channel *ch;
  380. struct mwifiex_adapter *adapter = mwifiex_cfg80211_get_adapter(wiphy);
  381. struct mwifiex_private *priv;
  382. struct mwifiex_802_11d_domain_reg *domain_info = &adapter->domain_reg;
  383. /* Set country code */
  384. domain_info->country_code[0] = adapter->country_code[0];
  385. domain_info->country_code[1] = adapter->country_code[1];
  386. domain_info->country_code[2] = ' ';
  387. band = mwifiex_band_to_radio_type(adapter->config_bands);
  388. if (!wiphy->bands[band]) {
  389. wiphy_err(wiphy, "11D: setting domain info in FW\n");
  390. return -1;
  391. }
  392. sband = wiphy->bands[band];
  393. for (i = 0; i < sband->n_channels ; i++) {
  394. ch = &sband->channels[i];
  395. if (ch->flags & IEEE80211_CHAN_DISABLED)
  396. continue;
  397. if (!flag) {
  398. flag = 1;
  399. first_chan = (u32) ch->hw_value;
  400. next_chan = first_chan;
  401. max_pwr = ch->max_power;
  402. no_of_parsed_chan = 1;
  403. continue;
  404. }
  405. if (ch->hw_value == next_chan + 1 &&
  406. ch->max_power == max_pwr) {
  407. next_chan++;
  408. no_of_parsed_chan++;
  409. } else {
  410. t = &domain_info->triplet[no_of_triplet];
  411. t->chans.first_channel = first_chan;
  412. t->chans.num_channels = no_of_parsed_chan;
  413. t->chans.max_power = max_pwr;
  414. no_of_triplet++;
  415. first_chan = (u32) ch->hw_value;
  416. next_chan = first_chan;
  417. max_pwr = ch->max_power;
  418. no_of_parsed_chan = 1;
  419. }
  420. }
  421. if (flag) {
  422. t = &domain_info->triplet[no_of_triplet];
  423. t->chans.first_channel = first_chan;
  424. t->chans.num_channels = no_of_parsed_chan;
  425. t->chans.max_power = max_pwr;
  426. no_of_triplet++;
  427. }
  428. domain_info->no_of_triplet = no_of_triplet;
  429. priv = mwifiex_get_priv(adapter, MWIFIEX_BSS_ROLE_ANY);
  430. if (mwifiex_send_cmd_async(priv, HostCmd_CMD_802_11D_DOMAIN_INFO,
  431. HostCmd_ACT_GEN_SET, 0, NULL)) {
  432. wiphy_err(wiphy, "11D: setting domain info in FW\n");
  433. return -1;
  434. }
  435. return 0;
  436. }
  437. /*
  438. * CFG802.11 regulatory domain callback function.
  439. *
  440. * This function is called when the regulatory domain is changed due to the
  441. * following reasons -
  442. * - Set by driver
  443. * - Set by system core
  444. * - Set by user
  445. * - Set bt Country IE
  446. */
  447. static int mwifiex_reg_notifier(struct wiphy *wiphy,
  448. struct regulatory_request *request)
  449. {
  450. struct mwifiex_adapter *adapter = mwifiex_cfg80211_get_adapter(wiphy);
  451. wiphy_dbg(wiphy, "info: cfg80211 regulatory domain callback for %c%c\n",
  452. request->alpha2[0], request->alpha2[1]);
  453. memcpy(adapter->country_code, request->alpha2, sizeof(request->alpha2));
  454. switch (request->initiator) {
  455. case NL80211_REGDOM_SET_BY_DRIVER:
  456. case NL80211_REGDOM_SET_BY_CORE:
  457. case NL80211_REGDOM_SET_BY_USER:
  458. break;
  459. /* Todo: apply driver specific changes in channel flags based
  460. on the request initiator if necessary. */
  461. case NL80211_REGDOM_SET_BY_COUNTRY_IE:
  462. break;
  463. }
  464. mwifiex_send_domain_info_cmd_fw(wiphy);
  465. return 0;
  466. }
  467. /*
  468. * This function sets the fragmentation threshold.
  469. *
  470. * The fragmentation threshold value must lie between MWIFIEX_FRAG_MIN_VALUE
  471. * and MWIFIEX_FRAG_MAX_VALUE.
  472. */
  473. static int
  474. mwifiex_set_frag(struct mwifiex_private *priv, u32 frag_thr)
  475. {
  476. if (frag_thr < MWIFIEX_FRAG_MIN_VALUE ||
  477. frag_thr > MWIFIEX_FRAG_MAX_VALUE)
  478. frag_thr = MWIFIEX_FRAG_MAX_VALUE;
  479. return mwifiex_send_cmd_sync(priv, HostCmd_CMD_802_11_SNMP_MIB,
  480. HostCmd_ACT_GEN_SET, FRAG_THRESH_I,
  481. &frag_thr);
  482. }
  483. /*
  484. * This function sets the RTS threshold.
  485. * The rts value must lie between MWIFIEX_RTS_MIN_VALUE
  486. * and MWIFIEX_RTS_MAX_VALUE.
  487. */
  488. static int
  489. mwifiex_set_rts(struct mwifiex_private *priv, u32 rts_thr)
  490. {
  491. if (rts_thr < MWIFIEX_RTS_MIN_VALUE || rts_thr > MWIFIEX_RTS_MAX_VALUE)
  492. rts_thr = MWIFIEX_RTS_MAX_VALUE;
  493. return mwifiex_send_cmd_sync(priv, HostCmd_CMD_802_11_SNMP_MIB,
  494. HostCmd_ACT_GEN_SET, RTS_THRESH_I,
  495. &rts_thr);
  496. }
  497. /*
  498. * CFG802.11 operation handler to set wiphy parameters.
  499. *
  500. * This function can be used to set the RTS threshold and the
  501. * Fragmentation threshold of the driver.
  502. */
  503. static int
  504. mwifiex_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed)
  505. {
  506. struct mwifiex_adapter *adapter = mwifiex_cfg80211_get_adapter(wiphy);
  507. struct mwifiex_private *priv;
  508. struct mwifiex_uap_bss_param *bss_cfg;
  509. int ret, bss_started, i;
  510. for (i = 0; i < adapter->priv_num; i++) {
  511. priv = adapter->priv[i];
  512. switch (priv->bss_role) {
  513. case MWIFIEX_BSS_ROLE_UAP:
  514. bss_cfg = kzalloc(sizeof(struct mwifiex_uap_bss_param),
  515. GFP_KERNEL);
  516. if (!bss_cfg)
  517. return -ENOMEM;
  518. mwifiex_set_sys_config_invalid_data(bss_cfg);
  519. if (changed & WIPHY_PARAM_RTS_THRESHOLD)
  520. bss_cfg->rts_threshold = wiphy->rts_threshold;
  521. if (changed & WIPHY_PARAM_FRAG_THRESHOLD)
  522. bss_cfg->frag_threshold = wiphy->frag_threshold;
  523. if (changed & WIPHY_PARAM_RETRY_LONG)
  524. bss_cfg->retry_limit = wiphy->retry_long;
  525. bss_started = priv->bss_started;
  526. ret = mwifiex_send_cmd_sync(priv,
  527. HostCmd_CMD_UAP_BSS_STOP,
  528. HostCmd_ACT_GEN_SET, 0,
  529. NULL);
  530. if (ret) {
  531. wiphy_err(wiphy, "Failed to stop the BSS\n");
  532. kfree(bss_cfg);
  533. return ret;
  534. }
  535. ret = mwifiex_send_cmd_async(priv,
  536. HostCmd_CMD_UAP_SYS_CONFIG,
  537. HostCmd_ACT_GEN_SET,
  538. UAP_BSS_PARAMS_I, bss_cfg);
  539. kfree(bss_cfg);
  540. if (ret) {
  541. wiphy_err(wiphy, "Failed to set bss config\n");
  542. return ret;
  543. }
  544. if (!bss_started)
  545. break;
  546. ret = mwifiex_send_cmd_async(priv,
  547. HostCmd_CMD_UAP_BSS_START,
  548. HostCmd_ACT_GEN_SET, 0,
  549. NULL);
  550. if (ret) {
  551. wiphy_err(wiphy, "Failed to start BSS\n");
  552. return ret;
  553. }
  554. break;
  555. case MWIFIEX_BSS_ROLE_STA:
  556. if (changed & WIPHY_PARAM_RTS_THRESHOLD) {
  557. ret = mwifiex_set_rts(priv,
  558. wiphy->rts_threshold);
  559. if (ret)
  560. return ret;
  561. }
  562. if (changed & WIPHY_PARAM_FRAG_THRESHOLD) {
  563. ret = mwifiex_set_frag(priv,
  564. wiphy->frag_threshold);
  565. if (ret)
  566. return ret;
  567. }
  568. break;
  569. }
  570. }
  571. return 0;
  572. }
  573. static int
  574. mwifiex_cfg80211_deinit_p2p(struct mwifiex_private *priv)
  575. {
  576. u16 mode = P2P_MODE_DISABLE;
  577. if (GET_BSS_ROLE(priv) != MWIFIEX_BSS_ROLE_STA)
  578. mwifiex_set_bss_role(priv, MWIFIEX_BSS_ROLE_STA);
  579. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_P2P_MODE_CFG,
  580. HostCmd_ACT_GEN_SET, 0, &mode))
  581. return -1;
  582. return 0;
  583. }
  584. /*
  585. * This function initializes the functionalities for P2P client.
  586. * The P2P client initialization sequence is:
  587. * disable -> device -> client
  588. */
  589. static int
  590. mwifiex_cfg80211_init_p2p_client(struct mwifiex_private *priv)
  591. {
  592. u16 mode;
  593. if (mwifiex_cfg80211_deinit_p2p(priv))
  594. return -1;
  595. mode = P2P_MODE_DEVICE;
  596. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_P2P_MODE_CFG,
  597. HostCmd_ACT_GEN_SET, 0, &mode))
  598. return -1;
  599. mode = P2P_MODE_CLIENT;
  600. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_P2P_MODE_CFG,
  601. HostCmd_ACT_GEN_SET, 0, &mode))
  602. return -1;
  603. return 0;
  604. }
  605. /*
  606. * This function initializes the functionalities for P2P GO.
  607. * The P2P GO initialization sequence is:
  608. * disable -> device -> GO
  609. */
  610. static int
  611. mwifiex_cfg80211_init_p2p_go(struct mwifiex_private *priv)
  612. {
  613. u16 mode;
  614. if (mwifiex_cfg80211_deinit_p2p(priv))
  615. return -1;
  616. mode = P2P_MODE_DEVICE;
  617. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_P2P_MODE_CFG,
  618. HostCmd_ACT_GEN_SET, 0, &mode))
  619. return -1;
  620. mode = P2P_MODE_GO;
  621. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_P2P_MODE_CFG,
  622. HostCmd_ACT_GEN_SET, 0, &mode))
  623. return -1;
  624. if (GET_BSS_ROLE(priv) != MWIFIEX_BSS_ROLE_UAP)
  625. mwifiex_set_bss_role(priv, MWIFIEX_BSS_ROLE_UAP);
  626. return 0;
  627. }
  628. /*
  629. * CFG802.11 operation handler to change interface type.
  630. */
  631. static int
  632. mwifiex_cfg80211_change_virtual_intf(struct wiphy *wiphy,
  633. struct net_device *dev,
  634. enum nl80211_iftype type, u32 *flags,
  635. struct vif_params *params)
  636. {
  637. int ret;
  638. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  639. switch (dev->ieee80211_ptr->iftype) {
  640. case NL80211_IFTYPE_ADHOC:
  641. switch (type) {
  642. case NL80211_IFTYPE_STATION:
  643. break;
  644. case NL80211_IFTYPE_UNSPECIFIED:
  645. wiphy_warn(wiphy, "%s: kept type as IBSS\n", dev->name);
  646. case NL80211_IFTYPE_ADHOC: /* This shouldn't happen */
  647. return 0;
  648. case NL80211_IFTYPE_AP:
  649. default:
  650. wiphy_err(wiphy, "%s: changing to %d not supported\n",
  651. dev->name, type);
  652. return -EOPNOTSUPP;
  653. }
  654. break;
  655. case NL80211_IFTYPE_STATION:
  656. switch (type) {
  657. case NL80211_IFTYPE_ADHOC:
  658. break;
  659. case NL80211_IFTYPE_P2P_CLIENT:
  660. if (mwifiex_cfg80211_init_p2p_client(priv))
  661. return -EFAULT;
  662. dev->ieee80211_ptr->iftype = type;
  663. return 0;
  664. case NL80211_IFTYPE_P2P_GO:
  665. if (mwifiex_cfg80211_init_p2p_go(priv))
  666. return -EFAULT;
  667. dev->ieee80211_ptr->iftype = type;
  668. return 0;
  669. case NL80211_IFTYPE_UNSPECIFIED:
  670. wiphy_warn(wiphy, "%s: kept type as STA\n", dev->name);
  671. case NL80211_IFTYPE_STATION: /* This shouldn't happen */
  672. return 0;
  673. case NL80211_IFTYPE_AP:
  674. default:
  675. wiphy_err(wiphy, "%s: changing to %d not supported\n",
  676. dev->name, type);
  677. return -EOPNOTSUPP;
  678. }
  679. break;
  680. case NL80211_IFTYPE_AP:
  681. switch (type) {
  682. case NL80211_IFTYPE_UNSPECIFIED:
  683. wiphy_warn(wiphy, "%s: kept type as AP\n", dev->name);
  684. case NL80211_IFTYPE_AP: /* This shouldn't happen */
  685. return 0;
  686. case NL80211_IFTYPE_ADHOC:
  687. case NL80211_IFTYPE_STATION:
  688. default:
  689. wiphy_err(wiphy, "%s: changing to %d not supported\n",
  690. dev->name, type);
  691. return -EOPNOTSUPP;
  692. }
  693. break;
  694. case NL80211_IFTYPE_P2P_CLIENT:
  695. case NL80211_IFTYPE_P2P_GO:
  696. switch (type) {
  697. case NL80211_IFTYPE_STATION:
  698. if (mwifiex_cfg80211_deinit_p2p(priv))
  699. return -EFAULT;
  700. dev->ieee80211_ptr->iftype = type;
  701. return 0;
  702. default:
  703. return -EOPNOTSUPP;
  704. }
  705. break;
  706. default:
  707. wiphy_err(wiphy, "%s: unknown iftype: %d\n",
  708. dev->name, dev->ieee80211_ptr->iftype);
  709. return -EOPNOTSUPP;
  710. }
  711. dev->ieee80211_ptr->iftype = type;
  712. priv->bss_mode = type;
  713. mwifiex_deauthenticate(priv, NULL);
  714. priv->sec_info.authentication_mode = NL80211_AUTHTYPE_OPEN_SYSTEM;
  715. ret = mwifiex_send_cmd_sync(priv, HostCmd_CMD_SET_BSS_MODE,
  716. HostCmd_ACT_GEN_SET, 0, NULL);
  717. return ret;
  718. }
  719. /*
  720. * This function dumps the station information on a buffer.
  721. *
  722. * The following information are shown -
  723. * - Total bytes transmitted
  724. * - Total bytes received
  725. * - Total packets transmitted
  726. * - Total packets received
  727. * - Signal quality level
  728. * - Transmission rate
  729. */
  730. static int
  731. mwifiex_dump_station_info(struct mwifiex_private *priv,
  732. struct station_info *sinfo)
  733. {
  734. u32 rate;
  735. sinfo->filled = STATION_INFO_RX_BYTES | STATION_INFO_TX_BYTES |
  736. STATION_INFO_RX_PACKETS | STATION_INFO_TX_PACKETS |
  737. STATION_INFO_TX_BITRATE |
  738. STATION_INFO_SIGNAL | STATION_INFO_SIGNAL_AVG;
  739. /* Get signal information from the firmware */
  740. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_RSSI_INFO,
  741. HostCmd_ACT_GEN_GET, 0, NULL)) {
  742. dev_err(priv->adapter->dev, "failed to get signal information\n");
  743. return -EFAULT;
  744. }
  745. if (mwifiex_drv_get_data_rate(priv, &rate)) {
  746. dev_err(priv->adapter->dev, "getting data rate\n");
  747. return -EFAULT;
  748. }
  749. /* Get DTIM period information from firmware */
  750. mwifiex_send_cmd_sync(priv, HostCmd_CMD_802_11_SNMP_MIB,
  751. HostCmd_ACT_GEN_GET, DTIM_PERIOD_I,
  752. &priv->dtim_period);
  753. /*
  754. * Bit 0 in tx_htinfo indicates that current Tx rate is 11n rate. Valid
  755. * MCS index values for us are 0 to 15.
  756. */
  757. if ((priv->tx_htinfo & BIT(0)) && (priv->tx_rate < 16)) {
  758. sinfo->txrate.mcs = priv->tx_rate;
  759. sinfo->txrate.flags |= RATE_INFO_FLAGS_MCS;
  760. /* 40MHz rate */
  761. if (priv->tx_htinfo & BIT(1))
  762. sinfo->txrate.flags |= RATE_INFO_FLAGS_40_MHZ_WIDTH;
  763. /* SGI enabled */
  764. if (priv->tx_htinfo & BIT(2))
  765. sinfo->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
  766. }
  767. sinfo->signal_avg = priv->bcn_rssi_avg;
  768. sinfo->rx_bytes = priv->stats.rx_bytes;
  769. sinfo->tx_bytes = priv->stats.tx_bytes;
  770. sinfo->rx_packets = priv->stats.rx_packets;
  771. sinfo->tx_packets = priv->stats.tx_packets;
  772. sinfo->signal = priv->bcn_rssi_avg;
  773. /* bit rate is in 500 kb/s units. Convert it to 100kb/s units */
  774. sinfo->txrate.legacy = rate * 5;
  775. if (priv->bss_mode == NL80211_IFTYPE_STATION) {
  776. sinfo->filled |= STATION_INFO_BSS_PARAM;
  777. sinfo->bss_param.flags = 0;
  778. if (priv->curr_bss_params.bss_descriptor.cap_info_bitmap &
  779. WLAN_CAPABILITY_SHORT_PREAMBLE)
  780. sinfo->bss_param.flags |=
  781. BSS_PARAM_FLAGS_SHORT_PREAMBLE;
  782. if (priv->curr_bss_params.bss_descriptor.cap_info_bitmap &
  783. WLAN_CAPABILITY_SHORT_SLOT_TIME)
  784. sinfo->bss_param.flags |=
  785. BSS_PARAM_FLAGS_SHORT_SLOT_TIME;
  786. sinfo->bss_param.dtim_period = priv->dtim_period;
  787. sinfo->bss_param.beacon_interval =
  788. priv->curr_bss_params.bss_descriptor.beacon_period;
  789. }
  790. return 0;
  791. }
  792. /*
  793. * CFG802.11 operation handler to get station information.
  794. *
  795. * This function only works in connected mode, and dumps the
  796. * requested station information, if available.
  797. */
  798. static int
  799. mwifiex_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
  800. u8 *mac, struct station_info *sinfo)
  801. {
  802. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  803. if (!priv->media_connected)
  804. return -ENOENT;
  805. if (memcmp(mac, priv->cfg_bssid, ETH_ALEN))
  806. return -ENOENT;
  807. return mwifiex_dump_station_info(priv, sinfo);
  808. }
  809. /*
  810. * CFG802.11 operation handler to dump station information.
  811. */
  812. static int
  813. mwifiex_cfg80211_dump_station(struct wiphy *wiphy, struct net_device *dev,
  814. int idx, u8 *mac, struct station_info *sinfo)
  815. {
  816. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  817. if (!priv->media_connected || idx)
  818. return -ENOENT;
  819. memcpy(mac, priv->cfg_bssid, ETH_ALEN);
  820. return mwifiex_dump_station_info(priv, sinfo);
  821. }
  822. /* Supported rates to be advertised to the cfg80211 */
  823. static struct ieee80211_rate mwifiex_rates[] = {
  824. {.bitrate = 10, .hw_value = 2, },
  825. {.bitrate = 20, .hw_value = 4, },
  826. {.bitrate = 55, .hw_value = 11, },
  827. {.bitrate = 110, .hw_value = 22, },
  828. {.bitrate = 60, .hw_value = 12, },
  829. {.bitrate = 90, .hw_value = 18, },
  830. {.bitrate = 120, .hw_value = 24, },
  831. {.bitrate = 180, .hw_value = 36, },
  832. {.bitrate = 240, .hw_value = 48, },
  833. {.bitrate = 360, .hw_value = 72, },
  834. {.bitrate = 480, .hw_value = 96, },
  835. {.bitrate = 540, .hw_value = 108, },
  836. };
  837. /* Channel definitions to be advertised to cfg80211 */
  838. static struct ieee80211_channel mwifiex_channels_2ghz[] = {
  839. {.center_freq = 2412, .hw_value = 1, },
  840. {.center_freq = 2417, .hw_value = 2, },
  841. {.center_freq = 2422, .hw_value = 3, },
  842. {.center_freq = 2427, .hw_value = 4, },
  843. {.center_freq = 2432, .hw_value = 5, },
  844. {.center_freq = 2437, .hw_value = 6, },
  845. {.center_freq = 2442, .hw_value = 7, },
  846. {.center_freq = 2447, .hw_value = 8, },
  847. {.center_freq = 2452, .hw_value = 9, },
  848. {.center_freq = 2457, .hw_value = 10, },
  849. {.center_freq = 2462, .hw_value = 11, },
  850. {.center_freq = 2467, .hw_value = 12, },
  851. {.center_freq = 2472, .hw_value = 13, },
  852. {.center_freq = 2484, .hw_value = 14, },
  853. };
  854. static struct ieee80211_supported_band mwifiex_band_2ghz = {
  855. .channels = mwifiex_channels_2ghz,
  856. .n_channels = ARRAY_SIZE(mwifiex_channels_2ghz),
  857. .bitrates = mwifiex_rates,
  858. .n_bitrates = ARRAY_SIZE(mwifiex_rates),
  859. };
  860. static struct ieee80211_channel mwifiex_channels_5ghz[] = {
  861. {.center_freq = 5040, .hw_value = 8, },
  862. {.center_freq = 5060, .hw_value = 12, },
  863. {.center_freq = 5080, .hw_value = 16, },
  864. {.center_freq = 5170, .hw_value = 34, },
  865. {.center_freq = 5190, .hw_value = 38, },
  866. {.center_freq = 5210, .hw_value = 42, },
  867. {.center_freq = 5230, .hw_value = 46, },
  868. {.center_freq = 5180, .hw_value = 36, },
  869. {.center_freq = 5200, .hw_value = 40, },
  870. {.center_freq = 5220, .hw_value = 44, },
  871. {.center_freq = 5240, .hw_value = 48, },
  872. {.center_freq = 5260, .hw_value = 52, },
  873. {.center_freq = 5280, .hw_value = 56, },
  874. {.center_freq = 5300, .hw_value = 60, },
  875. {.center_freq = 5320, .hw_value = 64, },
  876. {.center_freq = 5500, .hw_value = 100, },
  877. {.center_freq = 5520, .hw_value = 104, },
  878. {.center_freq = 5540, .hw_value = 108, },
  879. {.center_freq = 5560, .hw_value = 112, },
  880. {.center_freq = 5580, .hw_value = 116, },
  881. {.center_freq = 5600, .hw_value = 120, },
  882. {.center_freq = 5620, .hw_value = 124, },
  883. {.center_freq = 5640, .hw_value = 128, },
  884. {.center_freq = 5660, .hw_value = 132, },
  885. {.center_freq = 5680, .hw_value = 136, },
  886. {.center_freq = 5700, .hw_value = 140, },
  887. {.center_freq = 5745, .hw_value = 149, },
  888. {.center_freq = 5765, .hw_value = 153, },
  889. {.center_freq = 5785, .hw_value = 157, },
  890. {.center_freq = 5805, .hw_value = 161, },
  891. {.center_freq = 5825, .hw_value = 165, },
  892. };
  893. static struct ieee80211_supported_band mwifiex_band_5ghz = {
  894. .channels = mwifiex_channels_5ghz,
  895. .n_channels = ARRAY_SIZE(mwifiex_channels_5ghz),
  896. .bitrates = mwifiex_rates + 4,
  897. .n_bitrates = ARRAY_SIZE(mwifiex_rates) - 4,
  898. };
  899. /* Supported crypto cipher suits to be advertised to cfg80211 */
  900. static const u32 mwifiex_cipher_suites[] = {
  901. WLAN_CIPHER_SUITE_WEP40,
  902. WLAN_CIPHER_SUITE_WEP104,
  903. WLAN_CIPHER_SUITE_TKIP,
  904. WLAN_CIPHER_SUITE_CCMP,
  905. WLAN_CIPHER_SUITE_AES_CMAC,
  906. };
  907. /* Supported mgmt frame types to be advertised to cfg80211 */
  908. static const struct ieee80211_txrx_stypes
  909. mwifiex_mgmt_stypes[NUM_NL80211_IFTYPES] = {
  910. [NL80211_IFTYPE_STATION] = {
  911. .tx = BIT(IEEE80211_STYPE_ACTION >> 4) |
  912. BIT(IEEE80211_STYPE_PROBE_RESP >> 4),
  913. .rx = BIT(IEEE80211_STYPE_ACTION >> 4) |
  914. BIT(IEEE80211_STYPE_PROBE_REQ >> 4),
  915. },
  916. [NL80211_IFTYPE_AP] = {
  917. .tx = BIT(IEEE80211_STYPE_ACTION >> 4) |
  918. BIT(IEEE80211_STYPE_PROBE_RESP >> 4),
  919. .rx = BIT(IEEE80211_STYPE_ACTION >> 4) |
  920. BIT(IEEE80211_STYPE_PROBE_REQ >> 4),
  921. },
  922. [NL80211_IFTYPE_P2P_CLIENT] = {
  923. .tx = BIT(IEEE80211_STYPE_ACTION >> 4) |
  924. BIT(IEEE80211_STYPE_PROBE_RESP >> 4),
  925. .rx = BIT(IEEE80211_STYPE_ACTION >> 4) |
  926. BIT(IEEE80211_STYPE_PROBE_REQ >> 4),
  927. },
  928. [NL80211_IFTYPE_P2P_GO] = {
  929. .tx = BIT(IEEE80211_STYPE_ACTION >> 4) |
  930. BIT(IEEE80211_STYPE_PROBE_RESP >> 4),
  931. .rx = BIT(IEEE80211_STYPE_ACTION >> 4) |
  932. BIT(IEEE80211_STYPE_PROBE_REQ >> 4),
  933. },
  934. };
  935. /*
  936. * CFG802.11 operation handler for setting bit rates.
  937. *
  938. * Function configures data rates to firmware using bitrate mask
  939. * provided by cfg80211.
  940. */
  941. static int mwifiex_cfg80211_set_bitrate_mask(struct wiphy *wiphy,
  942. struct net_device *dev,
  943. const u8 *peer,
  944. const struct cfg80211_bitrate_mask *mask)
  945. {
  946. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  947. u16 bitmap_rates[MAX_BITMAP_RATES_SIZE];
  948. enum ieee80211_band band;
  949. if (!priv->media_connected) {
  950. dev_err(priv->adapter->dev,
  951. "Can not set Tx data rate in disconnected state\n");
  952. return -EINVAL;
  953. }
  954. band = mwifiex_band_to_radio_type(priv->curr_bss_params.band);
  955. memset(bitmap_rates, 0, sizeof(bitmap_rates));
  956. /* Fill HR/DSSS rates. */
  957. if (band == IEEE80211_BAND_2GHZ)
  958. bitmap_rates[0] = mask->control[band].legacy & 0x000f;
  959. /* Fill OFDM rates */
  960. if (band == IEEE80211_BAND_2GHZ)
  961. bitmap_rates[1] = (mask->control[band].legacy & 0x0ff0) >> 4;
  962. else
  963. bitmap_rates[1] = mask->control[band].legacy;
  964. /* Fill MCS rates */
  965. bitmap_rates[2] = mask->control[band].mcs[0];
  966. if (priv->adapter->hw_dev_mcs_support == HT_STREAM_2X2)
  967. bitmap_rates[2] |= mask->control[band].mcs[1] << 8;
  968. return mwifiex_send_cmd_sync(priv, HostCmd_CMD_TX_RATE_CFG,
  969. HostCmd_ACT_GEN_SET, 0, bitmap_rates);
  970. }
  971. /*
  972. * CFG802.11 operation handler for connection quality monitoring.
  973. *
  974. * This function subscribes/unsubscribes HIGH_RSSI and LOW_RSSI
  975. * events to FW.
  976. */
  977. static int mwifiex_cfg80211_set_cqm_rssi_config(struct wiphy *wiphy,
  978. struct net_device *dev,
  979. s32 rssi_thold, u32 rssi_hyst)
  980. {
  981. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  982. struct mwifiex_ds_misc_subsc_evt subsc_evt;
  983. priv->cqm_rssi_thold = rssi_thold;
  984. priv->cqm_rssi_hyst = rssi_hyst;
  985. memset(&subsc_evt, 0x00, sizeof(struct mwifiex_ds_misc_subsc_evt));
  986. subsc_evt.events = BITMASK_BCN_RSSI_LOW | BITMASK_BCN_RSSI_HIGH;
  987. /* Subscribe/unsubscribe low and high rssi events */
  988. if (rssi_thold && rssi_hyst) {
  989. subsc_evt.action = HostCmd_ACT_BITWISE_SET;
  990. subsc_evt.bcn_l_rssi_cfg.abs_value = abs(rssi_thold);
  991. subsc_evt.bcn_h_rssi_cfg.abs_value = abs(rssi_thold);
  992. subsc_evt.bcn_l_rssi_cfg.evt_freq = 1;
  993. subsc_evt.bcn_h_rssi_cfg.evt_freq = 1;
  994. return mwifiex_send_cmd_sync(priv,
  995. HostCmd_CMD_802_11_SUBSCRIBE_EVENT,
  996. 0, 0, &subsc_evt);
  997. } else {
  998. subsc_evt.action = HostCmd_ACT_BITWISE_CLR;
  999. return mwifiex_send_cmd_sync(priv,
  1000. HostCmd_CMD_802_11_SUBSCRIBE_EVENT,
  1001. 0, 0, &subsc_evt);
  1002. }
  1003. return 0;
  1004. }
  1005. /* cfg80211 operation handler for change_beacon.
  1006. * Function retrieves and sets modified management IEs to FW.
  1007. */
  1008. static int mwifiex_cfg80211_change_beacon(struct wiphy *wiphy,
  1009. struct net_device *dev,
  1010. struct cfg80211_beacon_data *data)
  1011. {
  1012. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1013. if (GET_BSS_ROLE(priv) != MWIFIEX_BSS_ROLE_UAP) {
  1014. wiphy_err(wiphy, "%s: bss_type mismatched\n", __func__);
  1015. return -EINVAL;
  1016. }
  1017. if (!priv->bss_started) {
  1018. wiphy_err(wiphy, "%s: bss not started\n", __func__);
  1019. return -EINVAL;
  1020. }
  1021. if (mwifiex_set_mgmt_ies(priv, data)) {
  1022. wiphy_err(wiphy, "%s: setting mgmt ies failed\n", __func__);
  1023. return -EFAULT;
  1024. }
  1025. return 0;
  1026. }
  1027. static int
  1028. mwifiex_cfg80211_set_antenna(struct wiphy *wiphy, u32 tx_ant, u32 rx_ant)
  1029. {
  1030. struct mwifiex_adapter *adapter = mwifiex_cfg80211_get_adapter(wiphy);
  1031. struct mwifiex_private *priv = mwifiex_get_priv(adapter,
  1032. MWIFIEX_BSS_ROLE_ANY);
  1033. struct mwifiex_ds_ant_cfg ant_cfg;
  1034. if (!tx_ant || !rx_ant)
  1035. return -EOPNOTSUPP;
  1036. if (adapter->hw_dev_mcs_support != HT_STREAM_2X2) {
  1037. /* Not a MIMO chip. User should provide specific antenna number
  1038. * for Tx/Rx path or enable all antennas for diversity
  1039. */
  1040. if (tx_ant != rx_ant)
  1041. return -EOPNOTSUPP;
  1042. if ((tx_ant & (tx_ant - 1)) &&
  1043. (tx_ant != BIT(adapter->number_of_antenna) - 1))
  1044. return -EOPNOTSUPP;
  1045. if ((tx_ant == BIT(adapter->number_of_antenna) - 1) &&
  1046. (priv->adapter->number_of_antenna > 1)) {
  1047. tx_ant = RF_ANTENNA_AUTO;
  1048. rx_ant = RF_ANTENNA_AUTO;
  1049. }
  1050. }
  1051. ant_cfg.tx_ant = tx_ant;
  1052. ant_cfg.rx_ant = rx_ant;
  1053. return mwifiex_send_cmd_sync(priv, HostCmd_CMD_RF_ANTENNA,
  1054. HostCmd_ACT_GEN_SET, 0, &ant_cfg);
  1055. }
  1056. /* cfg80211 operation handler for stop ap.
  1057. * Function stops BSS running at uAP interface.
  1058. */
  1059. static int mwifiex_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev)
  1060. {
  1061. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1062. if (mwifiex_del_mgmt_ies(priv))
  1063. wiphy_err(wiphy, "Failed to delete mgmt IEs!\n");
  1064. priv->ap_11n_enabled = 0;
  1065. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_UAP_BSS_STOP,
  1066. HostCmd_ACT_GEN_SET, 0, NULL)) {
  1067. wiphy_err(wiphy, "Failed to stop the BSS\n");
  1068. return -1;
  1069. }
  1070. return 0;
  1071. }
  1072. /* cfg80211 operation handler for start_ap.
  1073. * Function sets beacon period, DTIM period, SSID and security into
  1074. * AP config structure.
  1075. * AP is configured with these settings and BSS is started.
  1076. */
  1077. static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy,
  1078. struct net_device *dev,
  1079. struct cfg80211_ap_settings *params)
  1080. {
  1081. struct mwifiex_uap_bss_param *bss_cfg;
  1082. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1083. u8 config_bands = 0;
  1084. if (GET_BSS_ROLE(priv) != MWIFIEX_BSS_ROLE_UAP)
  1085. return -1;
  1086. if (mwifiex_set_mgmt_ies(priv, &params->beacon))
  1087. return -1;
  1088. bss_cfg = kzalloc(sizeof(struct mwifiex_uap_bss_param), GFP_KERNEL);
  1089. if (!bss_cfg)
  1090. return -ENOMEM;
  1091. mwifiex_set_sys_config_invalid_data(bss_cfg);
  1092. if (params->beacon_interval)
  1093. bss_cfg->beacon_period = params->beacon_interval;
  1094. if (params->dtim_period)
  1095. bss_cfg->dtim_period = params->dtim_period;
  1096. if (params->ssid && params->ssid_len) {
  1097. memcpy(bss_cfg->ssid.ssid, params->ssid, params->ssid_len);
  1098. bss_cfg->ssid.ssid_len = params->ssid_len;
  1099. }
  1100. switch (params->hidden_ssid) {
  1101. case NL80211_HIDDEN_SSID_NOT_IN_USE:
  1102. bss_cfg->bcast_ssid_ctl = 1;
  1103. break;
  1104. case NL80211_HIDDEN_SSID_ZERO_LEN:
  1105. bss_cfg->bcast_ssid_ctl = 0;
  1106. break;
  1107. case NL80211_HIDDEN_SSID_ZERO_CONTENTS:
  1108. /* firmware doesn't support this type of hidden SSID */
  1109. default:
  1110. kfree(bss_cfg);
  1111. return -EINVAL;
  1112. }
  1113. bss_cfg->channel =
  1114. (u8)ieee80211_frequency_to_channel(params->channel->center_freq);
  1115. /* Set appropriate bands */
  1116. if (params->channel->band == IEEE80211_BAND_2GHZ) {
  1117. bss_cfg->band_cfg = BAND_CONFIG_BG;
  1118. if (params->channel_type == NL80211_CHAN_NO_HT)
  1119. config_bands = BAND_B | BAND_G;
  1120. else
  1121. config_bands = BAND_B | BAND_G | BAND_GN;
  1122. } else {
  1123. bss_cfg->band_cfg = BAND_CONFIG_A;
  1124. if (params->channel_type == NL80211_CHAN_NO_HT)
  1125. config_bands = BAND_A;
  1126. else
  1127. config_bands = BAND_AN | BAND_A;
  1128. }
  1129. if (!((config_bands | priv->adapter->fw_bands) &
  1130. ~priv->adapter->fw_bands))
  1131. priv->adapter->config_bands = config_bands;
  1132. mwifiex_set_uap_rates(bss_cfg, params);
  1133. mwifiex_send_domain_info_cmd_fw(wiphy);
  1134. if (mwifiex_set_secure_params(priv, bss_cfg, params)) {
  1135. kfree(bss_cfg);
  1136. wiphy_err(wiphy, "Failed to parse secuirty parameters!\n");
  1137. return -1;
  1138. }
  1139. mwifiex_set_ht_params(priv, bss_cfg, params);
  1140. if (params->inactivity_timeout > 0) {
  1141. /* sta_ao_timer/ps_sta_ao_timer is in unit of 100ms */
  1142. bss_cfg->sta_ao_timer = 10 * params->inactivity_timeout;
  1143. bss_cfg->ps_sta_ao_timer = 10 * params->inactivity_timeout;
  1144. }
  1145. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_UAP_BSS_STOP,
  1146. HostCmd_ACT_GEN_SET, 0, NULL)) {
  1147. wiphy_err(wiphy, "Failed to stop the BSS\n");
  1148. kfree(bss_cfg);
  1149. return -1;
  1150. }
  1151. if (mwifiex_send_cmd_async(priv, HostCmd_CMD_UAP_SYS_CONFIG,
  1152. HostCmd_ACT_GEN_SET,
  1153. UAP_BSS_PARAMS_I, bss_cfg)) {
  1154. wiphy_err(wiphy, "Failed to set the SSID\n");
  1155. kfree(bss_cfg);
  1156. return -1;
  1157. }
  1158. kfree(bss_cfg);
  1159. if (mwifiex_send_cmd_async(priv, HostCmd_CMD_UAP_BSS_START,
  1160. HostCmd_ACT_GEN_SET, 0, NULL)) {
  1161. wiphy_err(wiphy, "Failed to start the BSS\n");
  1162. return -1;
  1163. }
  1164. if (priv->sec_info.wep_enabled)
  1165. priv->curr_pkt_filter |= HostCmd_ACT_MAC_WEP_ENABLE;
  1166. else
  1167. priv->curr_pkt_filter &= ~HostCmd_ACT_MAC_WEP_ENABLE;
  1168. if (mwifiex_send_cmd_sync(priv, HostCmd_CMD_MAC_CONTROL,
  1169. HostCmd_ACT_GEN_SET, 0,
  1170. &priv->curr_pkt_filter))
  1171. return -1;
  1172. return 0;
  1173. }
  1174. /*
  1175. * CFG802.11 operation handler for disconnection request.
  1176. *
  1177. * This function does not work when there is already a disconnection
  1178. * procedure going on.
  1179. */
  1180. static int
  1181. mwifiex_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *dev,
  1182. u16 reason_code)
  1183. {
  1184. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1185. if (mwifiex_deauthenticate(priv, NULL))
  1186. return -EFAULT;
  1187. wiphy_dbg(wiphy, "info: successfully disconnected from %pM:"
  1188. " reason code %d\n", priv->cfg_bssid, reason_code);
  1189. memset(priv->cfg_bssid, 0, ETH_ALEN);
  1190. return 0;
  1191. }
  1192. /*
  1193. * This function informs the CFG802.11 subsystem of a new IBSS.
  1194. *
  1195. * The following information are sent to the CFG802.11 subsystem
  1196. * to register the new IBSS. If we do not register the new IBSS,
  1197. * a kernel panic will result.
  1198. * - SSID
  1199. * - SSID length
  1200. * - BSSID
  1201. * - Channel
  1202. */
  1203. static int mwifiex_cfg80211_inform_ibss_bss(struct mwifiex_private *priv)
  1204. {
  1205. struct ieee80211_channel *chan;
  1206. struct mwifiex_bss_info bss_info;
  1207. struct cfg80211_bss *bss;
  1208. int ie_len;
  1209. u8 ie_buf[IEEE80211_MAX_SSID_LEN + sizeof(struct ieee_types_header)];
  1210. enum ieee80211_band band;
  1211. if (mwifiex_get_bss_info(priv, &bss_info))
  1212. return -1;
  1213. ie_buf[0] = WLAN_EID_SSID;
  1214. ie_buf[1] = bss_info.ssid.ssid_len;
  1215. memcpy(&ie_buf[sizeof(struct ieee_types_header)],
  1216. &bss_info.ssid.ssid, bss_info.ssid.ssid_len);
  1217. ie_len = ie_buf[1] + sizeof(struct ieee_types_header);
  1218. band = mwifiex_band_to_radio_type(priv->curr_bss_params.band);
  1219. chan = __ieee80211_get_channel(priv->wdev->wiphy,
  1220. ieee80211_channel_to_frequency(bss_info.bss_chan,
  1221. band));
  1222. bss = cfg80211_inform_bss(priv->wdev->wiphy, chan,
  1223. bss_info.bssid, 0, WLAN_CAPABILITY_IBSS,
  1224. 0, ie_buf, ie_len, 0, GFP_KERNEL);
  1225. cfg80211_put_bss(bss);
  1226. memcpy(priv->cfg_bssid, bss_info.bssid, ETH_ALEN);
  1227. return 0;
  1228. }
  1229. /*
  1230. * This function connects with a BSS.
  1231. *
  1232. * This function handles both Infra and Ad-Hoc modes. It also performs
  1233. * validity checking on the provided parameters, disconnects from the
  1234. * current BSS (if any), sets up the association/scan parameters,
  1235. * including security settings, and performs specific SSID scan before
  1236. * trying to connect.
  1237. *
  1238. * For Infra mode, the function returns failure if the specified SSID
  1239. * is not found in scan table. However, for Ad-Hoc mode, it can create
  1240. * the IBSS if it does not exist. On successful completion in either case,
  1241. * the function notifies the CFG802.11 subsystem of the new BSS connection.
  1242. */
  1243. static int
  1244. mwifiex_cfg80211_assoc(struct mwifiex_private *priv, size_t ssid_len, u8 *ssid,
  1245. u8 *bssid, int mode, struct ieee80211_channel *channel,
  1246. struct cfg80211_connect_params *sme, bool privacy)
  1247. {
  1248. struct cfg80211_ssid req_ssid;
  1249. int ret, auth_type = 0;
  1250. struct cfg80211_bss *bss = NULL;
  1251. u8 is_scanning_required = 0, config_bands = 0;
  1252. memset(&req_ssid, 0, sizeof(struct cfg80211_ssid));
  1253. req_ssid.ssid_len = ssid_len;
  1254. if (ssid_len > IEEE80211_MAX_SSID_LEN) {
  1255. dev_err(priv->adapter->dev, "invalid SSID - aborting\n");
  1256. return -EINVAL;
  1257. }
  1258. memcpy(req_ssid.ssid, ssid, ssid_len);
  1259. if (!req_ssid.ssid_len || req_ssid.ssid[0] < 0x20) {
  1260. dev_err(priv->adapter->dev, "invalid SSID - aborting\n");
  1261. return -EINVAL;
  1262. }
  1263. /* disconnect before try to associate */
  1264. mwifiex_deauthenticate(priv, NULL);
  1265. if (channel) {
  1266. if (mode == NL80211_IFTYPE_STATION) {
  1267. if (channel->band == IEEE80211_BAND_2GHZ)
  1268. config_bands = BAND_B | BAND_G | BAND_GN;
  1269. else
  1270. config_bands = BAND_A | BAND_AN;
  1271. if (!((config_bands | priv->adapter->fw_bands) &
  1272. ~priv->adapter->fw_bands))
  1273. priv->adapter->config_bands = config_bands;
  1274. }
  1275. }
  1276. /* As this is new association, clear locally stored
  1277. * keys and security related flags */
  1278. priv->sec_info.wpa_enabled = false;
  1279. priv->sec_info.wpa2_enabled = false;
  1280. priv->wep_key_curr_index = 0;
  1281. priv->sec_info.encryption_mode = 0;
  1282. priv->sec_info.is_authtype_auto = 0;
  1283. ret = mwifiex_set_encode(priv, NULL, NULL, 0, 0, NULL, 1);
  1284. if (mode == NL80211_IFTYPE_ADHOC) {
  1285. /* "privacy" is set only for ad-hoc mode */
  1286. if (privacy) {
  1287. /*
  1288. * Keep WLAN_CIPHER_SUITE_WEP104 for now so that
  1289. * the firmware can find a matching network from the
  1290. * scan. The cfg80211 does not give us the encryption
  1291. * mode at this stage so just setting it to WEP here.
  1292. */
  1293. priv->sec_info.encryption_mode =
  1294. WLAN_CIPHER_SUITE_WEP104;
  1295. priv->sec_info.authentication_mode =
  1296. NL80211_AUTHTYPE_OPEN_SYSTEM;
  1297. }
  1298. goto done;
  1299. }
  1300. /* Now handle infra mode. "sme" is valid for infra mode only */
  1301. if (sme->auth_type == NL80211_AUTHTYPE_AUTOMATIC) {
  1302. auth_type = NL80211_AUTHTYPE_OPEN_SYSTEM;
  1303. priv->sec_info.is_authtype_auto = 1;
  1304. } else {
  1305. auth_type = sme->auth_type;
  1306. }
  1307. if (sme->crypto.n_ciphers_pairwise) {
  1308. priv->sec_info.encryption_mode =
  1309. sme->crypto.ciphers_pairwise[0];
  1310. priv->sec_info.authentication_mode = auth_type;
  1311. }
  1312. if (sme->crypto.cipher_group) {
  1313. priv->sec_info.encryption_mode = sme->crypto.cipher_group;
  1314. priv->sec_info.authentication_mode = auth_type;
  1315. }
  1316. if (sme->ie)
  1317. ret = mwifiex_set_gen_ie(priv, sme->ie, sme->ie_len);
  1318. if (sme->key) {
  1319. if (mwifiex_is_alg_wep(priv->sec_info.encryption_mode)) {
  1320. dev_dbg(priv->adapter->dev,
  1321. "info: setting wep encryption"
  1322. " with key len %d\n", sme->key_len);
  1323. priv->wep_key_curr_index = sme->key_idx;
  1324. ret = mwifiex_set_encode(priv, NULL, sme->key,
  1325. sme->key_len, sme->key_idx,
  1326. NULL, 0);
  1327. }
  1328. }
  1329. done:
  1330. /*
  1331. * Scan entries are valid for some time (15 sec). So we can save one
  1332. * active scan time if we just try cfg80211_get_bss first. If it fails
  1333. * then request scan and cfg80211_get_bss() again for final output.
  1334. */
  1335. while (1) {
  1336. if (is_scanning_required) {
  1337. /* Do specific SSID scanning */
  1338. if (mwifiex_request_scan(priv, &req_ssid)) {
  1339. dev_err(priv->adapter->dev, "scan error\n");
  1340. return -EFAULT;
  1341. }
  1342. }
  1343. /* Find the BSS we want using available scan results */
  1344. if (mode == NL80211_IFTYPE_ADHOC)
  1345. bss = cfg80211_get_bss(priv->wdev->wiphy, channel,
  1346. bssid, ssid, ssid_len,
  1347. WLAN_CAPABILITY_IBSS,
  1348. WLAN_CAPABILITY_IBSS);
  1349. else
  1350. bss = cfg80211_get_bss(priv->wdev->wiphy, channel,
  1351. bssid, ssid, ssid_len,
  1352. WLAN_CAPABILITY_ESS,
  1353. WLAN_CAPABILITY_ESS);
  1354. if (!bss) {
  1355. if (is_scanning_required) {
  1356. dev_warn(priv->adapter->dev,
  1357. "assoc: requested bss not found in scan results\n");
  1358. break;
  1359. }
  1360. is_scanning_required = 1;
  1361. } else {
  1362. dev_dbg(priv->adapter->dev,
  1363. "info: trying to associate to '%s' bssid %pM\n",
  1364. (char *) req_ssid.ssid, bss->bssid);
  1365. memcpy(&priv->cfg_bssid, bss->bssid, ETH_ALEN);
  1366. break;
  1367. }
  1368. }
  1369. ret = mwifiex_bss_start(priv, bss, &req_ssid);
  1370. if (ret)
  1371. return ret;
  1372. if (mode == NL80211_IFTYPE_ADHOC) {
  1373. /* Inform the BSS information to kernel, otherwise
  1374. * kernel will give a panic after successful assoc */
  1375. if (mwifiex_cfg80211_inform_ibss_bss(priv))
  1376. return -EFAULT;
  1377. }
  1378. return ret;
  1379. }
  1380. /*
  1381. * CFG802.11 operation handler for association request.
  1382. *
  1383. * This function does not work when the current mode is set to Ad-Hoc, or
  1384. * when there is already an association procedure going on. The given BSS
  1385. * information is used to associate.
  1386. */
  1387. static int
  1388. mwifiex_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev,
  1389. struct cfg80211_connect_params *sme)
  1390. {
  1391. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1392. int ret = 0;
  1393. if (priv->bss_mode == NL80211_IFTYPE_ADHOC) {
  1394. wiphy_err(wiphy, "received infra assoc request "
  1395. "when station is in ibss mode\n");
  1396. goto done;
  1397. }
  1398. if (priv->bss_mode == NL80211_IFTYPE_AP) {
  1399. wiphy_err(wiphy, "skip association request for AP interface\n");
  1400. goto done;
  1401. }
  1402. wiphy_dbg(wiphy, "info: Trying to associate to %s and bssid %pM\n",
  1403. (char *) sme->ssid, sme->bssid);
  1404. ret = mwifiex_cfg80211_assoc(priv, sme->ssid_len, sme->ssid, sme->bssid,
  1405. priv->bss_mode, sme->channel, sme, 0);
  1406. done:
  1407. if (!ret) {
  1408. cfg80211_connect_result(priv->netdev, priv->cfg_bssid, NULL, 0,
  1409. NULL, 0, WLAN_STATUS_SUCCESS,
  1410. GFP_KERNEL);
  1411. dev_dbg(priv->adapter->dev,
  1412. "info: associated to bssid %pM successfully\n",
  1413. priv->cfg_bssid);
  1414. } else {
  1415. dev_dbg(priv->adapter->dev,
  1416. "info: association to bssid %pM failed\n",
  1417. priv->cfg_bssid);
  1418. memset(priv->cfg_bssid, 0, ETH_ALEN);
  1419. if (ret > 0)
  1420. cfg80211_connect_result(priv->netdev, priv->cfg_bssid,
  1421. NULL, 0, NULL, 0, ret,
  1422. GFP_KERNEL);
  1423. else
  1424. cfg80211_connect_result(priv->netdev, priv->cfg_bssid,
  1425. NULL, 0, NULL, 0,
  1426. WLAN_STATUS_UNSPECIFIED_FAILURE,
  1427. GFP_KERNEL);
  1428. }
  1429. return 0;
  1430. }
  1431. /*
  1432. * This function sets following parameters for ibss network.
  1433. * - channel
  1434. * - start band
  1435. * - 11n flag
  1436. * - secondary channel offset
  1437. */
  1438. static int mwifiex_set_ibss_params(struct mwifiex_private *priv,
  1439. struct cfg80211_ibss_params *params)
  1440. {
  1441. struct wiphy *wiphy = priv->wdev->wiphy;
  1442. struct mwifiex_adapter *adapter = priv->adapter;
  1443. int index = 0, i;
  1444. u8 config_bands = 0;
  1445. if (params->channel->band == IEEE80211_BAND_2GHZ) {
  1446. if (!params->basic_rates) {
  1447. config_bands = BAND_B | BAND_G;
  1448. } else {
  1449. for (i = 0; i < mwifiex_band_2ghz.n_bitrates; i++) {
  1450. /*
  1451. * Rates below 6 Mbps in the table are CCK
  1452. * rates; 802.11b and from 6 they are OFDM;
  1453. * 802.11G
  1454. */
  1455. if (mwifiex_rates[i].bitrate == 60) {
  1456. index = 1 << i;
  1457. break;
  1458. }
  1459. }
  1460. if (params->basic_rates < index) {
  1461. config_bands = BAND_B;
  1462. } else {
  1463. config_bands = BAND_G;
  1464. if (params->basic_rates % index)
  1465. config_bands |= BAND_B;
  1466. }
  1467. }
  1468. if (params->channel_type != NL80211_CHAN_NO_HT)
  1469. config_bands |= BAND_GN;
  1470. } else {
  1471. if (params->channel_type == NL80211_CHAN_NO_HT)
  1472. config_bands = BAND_A;
  1473. else
  1474. config_bands = BAND_AN | BAND_A;
  1475. }
  1476. if (!((config_bands | adapter->fw_bands) & ~adapter->fw_bands)) {
  1477. adapter->config_bands = config_bands;
  1478. adapter->adhoc_start_band = config_bands;
  1479. if ((config_bands & BAND_GN) || (config_bands & BAND_AN))
  1480. adapter->adhoc_11n_enabled = true;
  1481. else
  1482. adapter->adhoc_11n_enabled = false;
  1483. }
  1484. adapter->sec_chan_offset =
  1485. mwifiex_chan_type_to_sec_chan_offset(params->channel_type);
  1486. priv->adhoc_channel =
  1487. ieee80211_frequency_to_channel(params->channel->center_freq);
  1488. wiphy_dbg(wiphy, "info: set ibss band %d, chan %d, chan offset %d\n",
  1489. config_bands, priv->adhoc_channel, adapter->sec_chan_offset);
  1490. return 0;
  1491. }
  1492. /*
  1493. * CFG802.11 operation handler to join an IBSS.
  1494. *
  1495. * This function does not work in any mode other than Ad-Hoc, or if
  1496. * a join operation is already in progress.
  1497. */
  1498. static int
  1499. mwifiex_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev,
  1500. struct cfg80211_ibss_params *params)
  1501. {
  1502. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1503. int ret = 0;
  1504. if (priv->bss_mode != NL80211_IFTYPE_ADHOC) {
  1505. wiphy_err(wiphy, "request to join ibss received "
  1506. "when station is not in ibss mode\n");
  1507. goto done;
  1508. }
  1509. wiphy_dbg(wiphy, "info: trying to join to %s and bssid %pM\n",
  1510. (char *) params->ssid, params->bssid);
  1511. mwifiex_set_ibss_params(priv, params);
  1512. ret = mwifiex_cfg80211_assoc(priv, params->ssid_len, params->ssid,
  1513. params->bssid, priv->bss_mode,
  1514. params->channel, NULL, params->privacy);
  1515. done:
  1516. if (!ret) {
  1517. cfg80211_ibss_joined(priv->netdev, priv->cfg_bssid, GFP_KERNEL);
  1518. dev_dbg(priv->adapter->dev,
  1519. "info: joined/created adhoc network with bssid"
  1520. " %pM successfully\n", priv->cfg_bssid);
  1521. } else {
  1522. dev_dbg(priv->adapter->dev,
  1523. "info: failed creating/joining adhoc network\n");
  1524. }
  1525. return ret;
  1526. }
  1527. /*
  1528. * CFG802.11 operation handler to leave an IBSS.
  1529. *
  1530. * This function does not work if a leave operation is
  1531. * already in progress.
  1532. */
  1533. static int
  1534. mwifiex_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *dev)
  1535. {
  1536. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1537. wiphy_dbg(wiphy, "info: disconnecting from essid %pM\n",
  1538. priv->cfg_bssid);
  1539. if (mwifiex_deauthenticate(priv, NULL))
  1540. return -EFAULT;
  1541. memset(priv->cfg_bssid, 0, ETH_ALEN);
  1542. return 0;
  1543. }
  1544. /*
  1545. * CFG802.11 operation handler for scan request.
  1546. *
  1547. * This function issues a scan request to the firmware based upon
  1548. * the user specified scan configuration. On successfull completion,
  1549. * it also informs the results.
  1550. */
  1551. static int
  1552. mwifiex_cfg80211_scan(struct wiphy *wiphy,
  1553. struct cfg80211_scan_request *request)
  1554. {
  1555. struct net_device *dev = request->wdev->netdev;
  1556. struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
  1557. int i, offset, ret;
  1558. struct ieee80211_channel *chan;
  1559. struct ieee_types_header *ie;
  1560. wiphy_dbg(wiphy, "info: received scan request on %s\n", dev->name);
  1561. if ((request->flags & NL80211_SCAN_FLAG_LOW_PRIORITY) &&
  1562. atomic_read(&priv->wmm.tx_pkts_queued) >=
  1563. MWIFIEX_MIN_TX_PENDING_TO_CANCEL_SCAN) {
  1564. dev_dbg(priv->adapter->dev, "scan rejected due to traffic\n");
  1565. return -EBUSY;
  1566. }
  1567. if (priv->user_scan_cfg) {
  1568. dev_err(priv->adapter->dev, "cmd: Scan already in process..\n");
  1569. return -EBUSY;
  1570. }
  1571. priv->user_scan_cfg = kzalloc(sizeof(struct mwifiex_user_scan_cfg),
  1572. GFP_KERNEL);
  1573. if (!priv->user_scan_cfg) {
  1574. dev_err(priv->adapter->dev, "failed to alloc scan_req\n");
  1575. return -ENOMEM;
  1576. }
  1577. priv->scan_request = request;
  1578. priv->user_scan_cfg->num_ssids = request->n_ssids;
  1579. priv->user_scan_cfg->ssid_list = request->ssids;
  1580. if (request->ie && request->ie_len) {
  1581. offset = 0;
  1582. for (i = 0; i < MWIFIEX_MAX_VSIE_NUM; i++) {
  1583. if (priv->vs_ie[i].mask != MWIFIEX_VSIE_MASK_CLEAR)
  1584. continue;
  1585. priv->vs_ie[i].mask = MWIFIEX_VSIE_MASK_SCAN;
  1586. ie = (struct ieee_types_header *)(request->ie + offset);
  1587. memcpy(&priv->vs_ie[i].ie, ie, sizeof(*ie) + ie->len);
  1588. offset += sizeof(*ie) + ie->len;
  1589. if (offset >= request->ie_len)
  1590. break;
  1591. }
  1592. }
  1593. for (i = 0; i < request->n_channels; i++) {
  1594. chan = request->channels[i];
  1595. priv->user_scan_cfg->chan_list[i].chan_number = chan->hw_value;
  1596. priv->user_scan_cfg->chan_list[i].radio_type = chan->band;
  1597. if (chan->flags & IEEE80211_CHAN_PASSIVE_SCAN)
  1598. priv->user_scan_cfg->chan_list[i].scan_type =
  1599. MWIFIEX_SCAN_TYPE_PASSIVE;
  1600. else
  1601. priv->user_scan_cfg->chan_list[i].scan_type =
  1602. MWIFIEX_SCAN_TYPE_ACTIVE;
  1603. priv->user_scan_cfg->chan_list[i].scan_time = 0;
  1604. }
  1605. ret = mwifiex_scan_networks(priv, priv->user_scan_cfg);
  1606. if (ret) {
  1607. dev_err(priv->adapter->dev, "scan failed: %d\n", ret);
  1608. priv->scan_request = NULL;
  1609. kfree(priv->user_scan_cfg);
  1610. priv->user_scan_cfg = NULL;
  1611. return ret;
  1612. }
  1613. if (request->ie && request->ie_len) {
  1614. for (i = 0; i < MWIFIEX_MAX_VSIE_NUM; i++) {
  1615. if (priv->vs_ie[i].mask == MWIFIEX_VSIE_MASK_SCAN) {
  1616. priv->vs_ie[i].mask = MWIFIEX_VSIE_MASK_CLEAR;
  1617. memset(&priv->vs_ie[i].ie, 0,
  1618. MWIFIEX_MAX_VSIE_LEN);
  1619. }
  1620. }
  1621. }
  1622. return 0;
  1623. }
  1624. /*
  1625. * This function sets up the CFG802.11 specific HT capability fields
  1626. * with default values.
  1627. *
  1628. * The following default values are set -
  1629. * - HT Supported = True
  1630. * - Maximum AMPDU length factor = IEEE80211_HT_MAX_AMPDU_64K
  1631. * - Minimum AMPDU spacing = IEEE80211_HT_MPDU_DENSITY_NONE
  1632. * - HT Capabilities supported by firmware
  1633. * - MCS information, Rx mask = 0xff
  1634. * - MCD information, Tx parameters = IEEE80211_HT_MCS_TX_DEFINED (0x01)
  1635. */
  1636. static void
  1637. mwifiex_setup_ht_caps(struct ieee80211_sta_ht_cap *ht_info,
  1638. struct mwifiex_private *priv)
  1639. {
  1640. int rx_mcs_supp;
  1641. struct ieee80211_mcs_info mcs_set;
  1642. u8 *mcs = (u8 *)&mcs_set;
  1643. struct mwifiex_adapter *adapter = priv->adapter;
  1644. ht_info->ht_supported = true;
  1645. ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
  1646. ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE;
  1647. memset(&ht_info->mcs, 0, sizeof(ht_info->mcs));
  1648. /* Fill HT capability information */
  1649. if (ISSUPP_CHANWIDTH40(adapter->hw_dot_11n_dev_cap))
  1650. ht_info->cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40;
  1651. else
  1652. ht_info->cap &= ~IEEE80211_HT_CAP_SUP_WIDTH_20_40;
  1653. if (ISSUPP_SHORTGI20(adapter->hw_dot_11n_dev_cap))
  1654. ht_info->cap |= IEEE80211_HT_CAP_SGI_20;
  1655. else
  1656. ht_info->cap &= ~IEEE80211_HT_CAP_SGI_20;
  1657. if (ISSUPP_SHORTGI40(adapter->hw_dot_11n_dev_cap))
  1658. ht_info->cap |= IEEE80211_HT_CAP_SGI_40;
  1659. else
  1660. ht_info->cap &= ~IEEE80211_HT_CAP_SGI_40;
  1661. if (ISSUPP_RXSTBC(adapter->hw_dot_11n_dev_cap))
  1662. ht_info->cap |= 1 << IEEE80211_HT_CAP_RX_STBC_SHIFT;
  1663. else
  1664. ht_info->cap &= ~(3 << IEEE80211_HT_CAP_RX_STBC_SHIFT);
  1665. if (ISSUPP_TXSTBC(adapter->hw_dot_11n_dev_cap))
  1666. ht_info->cap |= IEEE80211_HT_CAP_TX_STBC;
  1667. else
  1668. ht_info->cap &= ~IEEE80211_HT_CAP_TX_STBC;
  1669. ht_info->cap &= ~IEEE80211_HT_CAP_MAX_AMSDU;
  1670. ht_info->cap |= IEEE80211_HT_CAP_SM_PS;
  1671. rx_mcs_supp = GET_RXMCSSUPP(adapter->hw_dev_mcs_support);
  1672. /* Set MCS for 1x1 */
  1673. memset(mcs, 0xff, rx_mcs_supp);
  1674. /* Clear all the other values */
  1675. memset(&mcs[rx_mcs_supp], 0,
  1676. sizeof(struct ieee80211_mcs_info) - rx_mcs_supp);
  1677. if (priv->bss_mode == NL80211_IFTYPE_STATION ||
  1678. ISSUPP_CHANWIDTH40(adapter->hw_dot_11n_dev_cap))
  1679. /* Set MCS32 for infra mode or ad-hoc mode with 40MHz support */
  1680. SETHT_MCS32(mcs_set.rx_mask);
  1681. memcpy((u8 *) &ht_info->mcs, mcs, sizeof(struct ieee80211_mcs_info));
  1682. ht_info->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED;
  1683. }
  1684. /*
  1685. * create a new virtual interface with the given name
  1686. */
  1687. struct wireless_dev *mwifiex_add_virtual_intf(struct wiphy *wiphy,
  1688. const char *name,
  1689. enum nl80211_iftype type,
  1690. u32 *flags,
  1691. struct vif_params *params)
  1692. {
  1693. struct mwifiex_adapter *adapter = mwifiex_cfg80211_get_adapter(wiphy);
  1694. struct mwifiex_private *priv;
  1695. struct net_device *dev;
  1696. void *mdev_priv;
  1697. struct wireless_dev *wdev;
  1698. if (!adapter)
  1699. return ERR_PTR(-EFAULT);
  1700. switch (type) {
  1701. case NL80211_IFTYPE_UNSPECIFIED:
  1702. case NL80211_IFTYPE_STATION:
  1703. case NL80211_IFTYPE_ADHOC:
  1704. priv = adapter->priv[MWIFIEX_BSS_TYPE_STA];
  1705. if (priv->bss_mode) {
  1706. wiphy_err(wiphy,
  1707. "cannot create multiple sta/adhoc ifaces\n");
  1708. return ERR_PTR(-EINVAL);
  1709. }
  1710. wdev = kzalloc(sizeof(struct wireless_dev), GFP_KERNEL);
  1711. if (!wdev)
  1712. return ERR_PTR(-ENOMEM);
  1713. wdev->wiphy = wiphy;
  1714. priv->wdev = wdev;
  1715. wdev->iftype = NL80211_IFTYPE_STATION;
  1716. if (type == NL80211_IFTYPE_UNSPECIFIED)
  1717. priv->bss_mode = NL80211_IFTYPE_STATION;
  1718. else
  1719. priv->bss_mode = type;
  1720. priv->bss_type = MWIFIEX_BSS_TYPE_STA;
  1721. priv->frame_type = MWIFIEX_DATA_FRAME_TYPE_ETH_II;
  1722. priv->bss_priority = 0;
  1723. priv->bss_role = MWIFIEX_BSS_ROLE_STA;
  1724. priv->bss_num = 0;
  1725. break;
  1726. case NL80211_IFTYPE_AP:
  1727. priv = adapter->priv[MWIFIEX_BSS_TYPE_UAP];
  1728. if (priv->bss_mode) {
  1729. wiphy_err(wiphy, "Can't create multiple AP interfaces");
  1730. return ERR_PTR(-EINVAL);
  1731. }
  1732. wdev = kzalloc(sizeof(struct wireless_dev), GFP_KERNEL);
  1733. if (!wdev)
  1734. return ERR_PTR(-ENOMEM);
  1735. priv->wdev = wdev;
  1736. wdev->wiphy = wiphy;
  1737. wdev->iftype = NL80211_IFTYPE_AP;
  1738. priv->bss_type = MWIFIEX_BSS_TYPE_UAP;
  1739. priv->frame_type = MWIFIEX_DATA_FRAME_TYPE_ETH_II;
  1740. priv->bss_priority = 0;
  1741. priv->bss_role = MWIFIEX_BSS_ROLE_UAP;
  1742. priv->bss_started = 0;
  1743. priv->bss_num = 0;
  1744. priv->bss_mode = type;
  1745. break;
  1746. case NL80211_IFTYPE_P2P_CLIENT:
  1747. priv = adapter->priv[MWIFIEX_BSS_TYPE_P2P];
  1748. if (priv->bss_mode) {
  1749. wiphy_err(wiphy, "Can't create multiple P2P ifaces");
  1750. return ERR_PTR(-EINVAL);
  1751. }
  1752. wdev = kzalloc(sizeof(struct wireless_dev), GFP_KERNEL);
  1753. if (!wdev)
  1754. return ERR_PTR(-ENOMEM);
  1755. priv->wdev = wdev;
  1756. wdev->wiphy = wiphy;
  1757. /* At start-up, wpa_supplicant tries to change the interface
  1758. * to NL80211_IFTYPE_STATION if it is not managed mode.
  1759. * So, we initialize it to STA mode.
  1760. */
  1761. wdev->iftype = NL80211_IFTYPE_STATION;
  1762. priv->bss_mode = NL80211_IFTYPE_STATION;
  1763. /* Setting bss_type to P2P tells firmware that this interface
  1764. * is receiving P2P peers found during find phase and doing
  1765. * action frame handshake.
  1766. */
  1767. priv->bss_type = MWIFIEX_BSS_TYPE_P2P;
  1768. priv->frame_type = MWIFIEX_DATA_FRAME_TYPE_ETH_II;
  1769. priv->bss_priority = MWIFIEX_BSS_ROLE_STA;
  1770. priv->bss_role = MWIFIEX_BSS_ROLE_STA;
  1771. priv->bss_started = 0;
  1772. priv->bss_num = 0;
  1773. break;
  1774. default:
  1775. wiphy_err(wiphy, "type not supported\n");
  1776. return ERR_PTR(-EINVAL);
  1777. }
  1778. dev = alloc_netdev_mq(sizeof(struct mwifiex_private *), name,
  1779. ether_setup, 1);
  1780. if (!dev) {
  1781. wiphy_err(wiphy, "no memory available for netdevice\n");
  1782. priv->bss_mode = NL80211_IFTYPE_UNSPECIFIED;
  1783. return ERR_PTR(-ENOMEM);
  1784. }
  1785. mwifiex_init_priv_params(priv, dev);
  1786. priv->netdev = dev;
  1787. mwifiex_setup_ht_caps(&wiphy->bands[IEEE80211_BAND_2GHZ]->ht_cap, priv);
  1788. if (adapter->config_bands & BAND_A)
  1789. mwifiex_setup_ht_caps(
  1790. &wiphy->bands[IEEE80211_BAND_5GHZ]->ht_cap, priv);
  1791. dev_net_set(dev, wiphy_net(wiphy));
  1792. dev->ieee80211_ptr = priv->wdev;
  1793. dev->ieee80211_ptr->iftype = priv->bss_mode;
  1794. memcpy(dev->dev_addr, wiphy->perm_addr, ETH_ALEN);
  1795. memcpy(dev->perm_addr, wiphy->perm_addr, ETH_ALEN);
  1796. SET_NETDEV_DEV(dev, wiphy_dev(wiphy));
  1797. dev->flags |= IFF_BROADCAST | IFF_MULTICAST;
  1798. dev->watchdog_timeo = MWIFIEX_DEFAULT_WATCHDOG_TIMEOUT;
  1799. dev->hard_header_len += MWIFIEX_MIN_DATA_HEADER_LEN;
  1800. mdev_priv = netdev_priv(dev);
  1801. *((unsigned long *) mdev_priv) = (unsigned long) priv;
  1802. SET_NETDEV_DEV(dev, adapter->dev);
  1803. /* Register network device */
  1804. if (register_netdevice(dev)) {
  1805. wiphy_err(wiphy, "cannot register virtual network device\n");
  1806. free_netdev(dev);
  1807. priv->bss_mode = NL80211_IFTYPE_UNSPECIFIED;
  1808. return ERR_PTR(-EFAULT);
  1809. }
  1810. sema_init(&priv->async_sem, 1);
  1811. dev_dbg(adapter->dev, "info: %s: Marvell 802.11 Adapter\n", dev->name);
  1812. #ifdef CONFIG_DEBUG_FS
  1813. mwifiex_dev_debugfs_init(priv);
  1814. #endif
  1815. return wdev;
  1816. }
  1817. EXPORT_SYMBOL_GPL(mwifiex_add_virtual_intf);
  1818. /*
  1819. * del_virtual_intf: remove the virtual interface determined by dev
  1820. */
  1821. int mwifiex_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev)
  1822. {
  1823. struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev);
  1824. #ifdef CONFIG_DEBUG_FS
  1825. mwifiex_dev_debugfs_remove(priv);
  1826. #endif
  1827. if (!netif_queue_stopped(priv->netdev))
  1828. netif_stop_queue(priv->netdev);
  1829. if (netif_carrier_ok(priv->netdev))
  1830. netif_carrier_off(priv->netdev);
  1831. if (wdev->netdev->reg_state == NETREG_REGISTERED)
  1832. unregister_netdevice(wdev->netdev);
  1833. if (wdev->netdev->reg_state == NETREG_UNREGISTERED)
  1834. free_netdev(wdev->netdev);
  1835. /* Clear the priv in adapter */
  1836. priv->netdev = NULL;
  1837. priv->media_connected = false;
  1838. priv->bss_mode = NL80211_IFTYPE_UNSPECIFIED;
  1839. return 0;
  1840. }
  1841. EXPORT_SYMBOL_GPL(mwifiex_del_virtual_intf);
  1842. /* station cfg80211 operations */
  1843. static struct cfg80211_ops mwifiex_cfg80211_ops = {
  1844. .add_virtual_intf = mwifiex_add_virtual_intf,
  1845. .del_virtual_intf = mwifiex_del_virtual_intf,
  1846. .change_virtual_intf = mwifiex_cfg80211_change_virtual_intf,
  1847. .scan = mwifiex_cfg80211_scan,
  1848. .connect = mwifiex_cfg80211_connect,
  1849. .disconnect = mwifiex_cfg80211_disconnect,
  1850. .get_station = mwifiex_cfg80211_get_station,
  1851. .dump_station = mwifiex_cfg80211_dump_station,
  1852. .set_wiphy_params = mwifiex_cfg80211_set_wiphy_params,
  1853. .join_ibss = mwifiex_cfg80211_join_ibss,
  1854. .leave_ibss = mwifiex_cfg80211_leave_ibss,
  1855. .add_key = mwifiex_cfg80211_add_key,
  1856. .del_key = mwifiex_cfg80211_del_key,
  1857. .mgmt_tx = mwifiex_cfg80211_mgmt_tx,
  1858. .mgmt_frame_register = mwifiex_cfg80211_mgmt_frame_register,
  1859. .remain_on_channel = mwifiex_cfg80211_remain_on_channel,
  1860. .cancel_remain_on_channel = mwifiex_cfg80211_cancel_remain_on_channel,
  1861. .set_default_key = mwifiex_cfg80211_set_default_key,
  1862. .set_power_mgmt = mwifiex_cfg80211_set_power_mgmt,
  1863. .set_tx_power = mwifiex_cfg80211_set_tx_power,
  1864. .set_bitrate_mask = mwifiex_cfg80211_set_bitrate_mask,
  1865. .start_ap = mwifiex_cfg80211_start_ap,
  1866. .stop_ap = mwifiex_cfg80211_stop_ap,
  1867. .change_beacon = mwifiex_cfg80211_change_beacon,
  1868. .set_cqm_rssi_config = mwifiex_cfg80211_set_cqm_rssi_config,
  1869. .set_antenna = mwifiex_cfg80211_set_antenna,
  1870. };
  1871. /*
  1872. * This function registers the device with CFG802.11 subsystem.
  1873. *
  1874. * The function creates the wireless device/wiphy, populates it with
  1875. * default parameters and handler function pointers, and finally
  1876. * registers the device.
  1877. */
  1878. int mwifiex_register_cfg80211(struct mwifiex_adapter *adapter)
  1879. {
  1880. int ret;
  1881. void *wdev_priv;
  1882. struct wiphy *wiphy;
  1883. struct mwifiex_private *priv = adapter->priv[MWIFIEX_BSS_TYPE_STA];
  1884. u8 *country_code;
  1885. /* create a new wiphy for use with cfg80211 */
  1886. wiphy = wiphy_new(&mwifiex_cfg80211_ops,
  1887. sizeof(struct mwifiex_adapter *));
  1888. if (!wiphy) {
  1889. dev_err(adapter->dev, "%s: creating new wiphy\n", __func__);
  1890. return -ENOMEM;
  1891. }
  1892. wiphy->max_scan_ssids = MWIFIEX_MAX_SSID_LIST_LENGTH;
  1893. wiphy->max_scan_ie_len = MWIFIEX_MAX_VSIE_LEN;
  1894. wiphy->mgmt_stypes = mwifiex_mgmt_stypes;
  1895. wiphy->max_remain_on_channel_duration = 5000;
  1896. wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
  1897. BIT(NL80211_IFTYPE_ADHOC) |
  1898. BIT(NL80211_IFTYPE_P2P_CLIENT) |
  1899. BIT(NL80211_IFTYPE_P2P_GO) |
  1900. BIT(NL80211_IFTYPE_AP);
  1901. wiphy->bands[IEEE80211_BAND_2GHZ] = &mwifiex_band_2ghz;
  1902. if (adapter->config_bands & BAND_A)
  1903. wiphy->bands[IEEE80211_BAND_5GHZ] = &mwifiex_band_5ghz;
  1904. else
  1905. wiphy->bands[IEEE80211_BAND_5GHZ] = NULL;
  1906. wiphy->iface_combinations = &mwifiex_iface_comb_ap_sta;
  1907. wiphy->n_iface_combinations = 1;
  1908. /* Initialize cipher suits */
  1909. wiphy->cipher_suites = mwifiex_cipher_suites;
  1910. wiphy->n_cipher_suites = ARRAY_SIZE(mwifiex_cipher_suites);
  1911. memcpy(wiphy->perm_addr, priv->curr_addr, ETH_ALEN);
  1912. wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM;
  1913. wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME |
  1914. WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD |
  1915. WIPHY_FLAG_CUSTOM_REGULATORY |
  1916. WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
  1917. wiphy_apply_custom_regulatory(wiphy, &mwifiex_world_regdom_custom);
  1918. wiphy->probe_resp_offload = NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS |
  1919. NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 |
  1920. NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P;
  1921. wiphy->available_antennas_tx = BIT(adapter->number_of_antenna) - 1;
  1922. wiphy->available_antennas_rx = BIT(adapter->number_of_antenna) - 1;
  1923. wiphy->features |= NL80211_FEATURE_HT_IBSS |
  1924. NL80211_FEATURE_INACTIVITY_TIMER |
  1925. NL80211_FEATURE_LOW_PRIORITY_SCAN;
  1926. /* Reserve space for mwifiex specific private data for BSS */
  1927. wiphy->bss_priv_size = sizeof(struct mwifiex_bss_priv);
  1928. wiphy->reg_notifier = mwifiex_reg_notifier;
  1929. /* Set struct mwifiex_adapter pointer in wiphy_priv */
  1930. wdev_priv = wiphy_priv(wiphy);
  1931. *(unsigned long *)wdev_priv = (unsigned long)adapter;
  1932. set_wiphy_dev(wiphy, priv->adapter->dev);
  1933. ret = wiphy_register(wiphy);
  1934. if (ret < 0) {
  1935. dev_err(adapter->dev,
  1936. "%s: wiphy_register failed: %d\n", __func__, ret);
  1937. wiphy_free(wiphy);
  1938. return ret;
  1939. }
  1940. country_code = mwifiex_11d_code_2_region(priv->adapter->region_code);
  1941. if (country_code)
  1942. dev_info(adapter->dev,
  1943. "ignoring F/W country code %2.2s\n", country_code);
  1944. adapter->wiphy = wiphy;
  1945. return ret;
  1946. }