{"id":7436,"date":"2018-03-08T14:49:12","date_gmt":"2018-03-08T14:49:12","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=7436"},"modified":"2018-03-08T14:55:28","modified_gmt":"2018-03-08T14:55:28","slug":"raspberry-pi-3-wifi-setup","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=7436","title":{"rendered":"Raspberry Pi 3, Wifi Setup"},"content":{"rendered":"<h2>PEAP-MSCHAPV2<\/h2>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n$ sudo nano \/etc\/wpa_supplicant\/wpa_supplicant.conf\r\ncountry=CH\r\nctrl_interface=DIR=\/var\/run\/wpa_supplicant GROUP=netdev\r\nupdate_config=1\r\n\r\nnetwork={\r\n        ssid=&quot;&lt;SSID&gt;&quot;\r\n        priority=1\r\n        proto=RSN\r\n        key_mgmt=WPA-EAP\r\n        pairwise=CCMP\r\n        auth_alg=OPEN\r\n        eap=PEAP\r\n        identity=&quot;&lt;USERNAME&gt;&quot;\r\n        password=&quot;&lt;PASSWORD&gt;&quot;\r\n        phase1=&quot;peaplabel=0&quot;\r\n        phase2=&quot;auth=MSCHAPV2&quot;\r\n}\r\n\r\n$ sudo wpa_cli -i wlan0 reconfigure\r\nOK\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>PEAP-MSCHAPV2 $ sudo nano \/etc\/wpa_supplicant\/wpa_supplicant.conf country=CH ctrl_interface=DIR=\/var\/run\/wpa_supplicant GROUP=netdev update_config=1 network={ ssid=&quot;&lt;SSID&gt;&quot; priority=1 proto=RSN key_mgmt=WPA-EAP pairwise=CCMP auth_alg=OPEN eap=PEAP identity=&quot;&lt;USERNAME&gt;&quot; password=&quot;&lt;PASSWORD&gt;&quot; phase1=&quot;peaplabel=0&quot; phase2=&quot;auth=MSCHAPV2&quot; } $ sudo wpa_cli -i wlan0 reconfigure OK<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7436","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/7436","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7436"}],"version-history":[{"count":2,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/7436\/revisions"}],"predecessor-version":[{"id":7438,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/7436\/revisions\/7438"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7436"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7436"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7436"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}