Default WPA Password ( PCC Wireless 2, PCC Wireless 5 )

<%= form_tag default_wpa_password_admin_master_inventory_index_path, :html => {:class => 'notification_group form-horizontal'} do %>
<%= text_field_tag :mac_id ,"",:class => 'form-control',placeholder: "Enter MAC ID",:data => {"validation" => 'required'} %>

<%= submit_tag "Get Password",:class=>"btn btn-success" %>



<%= @mac_id %>


<%= @result %>


<% end %>