美文网首页
2018-10-09 pywifi模块

2018-10-09 pywifi模块

作者: kamin | 来源:发表于2018-10-16 23:59 被阅读56次

    1、安装方法:pip3 install pywifi
    2、安装位置:/usr/local/lib/python3.5/dist-packages/pywifi注意事项:用root账户执行程序,否则会提示PermissionError: [Errno 13] Permission denied: '/var/run/wpa_supplicant'

    3、包内文件:

    pywifi内文件

    4、testandconnectwifi.py

    错误信息1
    profile=pywifi.profile() # 配置文件

    TypeError: 'module' object is not callable

    解决办法:profile=pywifi.Profile()   profile的p大写

    参考:https://blog.csdn.net/flhsxyz/article/details/79207180

    5、const.py内容

    # auth algorithms.

      # AUTH_ALG_OPEN = 0

      # AUTH_ALG_SHARED = 1

    参考Linux系统Wpa_supplicant用法小结

    相关文章

      网友评论

          本文标题:2018-10-09 pywifi模块

          本文链接:https://www.haomeiwen.com/subject/bdsyaftx.html