wpa_supplicant 와 wpacli 개인 총화

2269 단어 학습 자료
wpa_supplicant 도움말 문서
usage: wpa_supplicant [-BddhKLqqstuvW] [-P] [-g] -i -c [-C] [-D] [-p] [-b] [-f] [-e] [-o] [-O] [-N -i -c [-C] [-D] [-p] [-b] …]
drivers: nl80211 = Linux nl80211/cfg80211 options: -b = optional bridge interface name -B = run daemon in the background -c = Configuration file -C = ctrl_interface parameter (only used if -c is not) -i = interface name -d = increase debugging verbosity (-dd even more) -D = driver name (can be multiple drivers: nl80211,wext) -e = entropy file -g = global ctrl_interface -K = include keys (passwords, etc.) in debug output -t = include timestamp in debug messages -h = show this help text -L = show license (BSD) -o = override driver parameter for new interfaces -O = override ctrl_interface parameter for new interfaces -p = driver parameters -P = PID file -q = decrease debugging verbosity (-qq even less) -v = show version -W = wait for a control interface monitor before starting -N = start describing new interface
example:
 wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf

- D: 구동 이름, wext 와 nl 80211 - i: 네트워크 이름 - c: 지정 wpasupplicant. conf 설정 파일 - B: 배경 실행 - d: 디 버 깅 정보 추가.
v3s 에서 개인 적 인 방법:
wpa_supplicant -Dnl80211 -iwlan0 -c/data/wlan/wpa_supplicant.conf -d -B

wpa_supplicant.conf:
ctrl_interface = /data/misc/wifi/wpa_supplicant   //wpa_supplicant   wpa_cli      ,    
update_config=1	//    wpa_cli        
。。。。          ,  wifi   ,wifi        

wpa_cli 부분 도움말 문서
wpa_cli [-p ] [-i] [-hvB] [-a] [-P] [-g] [-G] [command…] -h = help (show this usage text) -v = shown version information -a = run in daemon mode executing the action file based on events from wpa_supplicant -B = run a daemon in the background default path: /data/system/wpa_supplicant / / 주의: 이 주 소 는 소켓 의 주소 입 니 다. 만약 wpasupplicant. conf 는 ctrl 을interface 가 여 기 를 가리 키 려 면 - p 를 사용 하여 소켓 wlan 0 의 경 로 를 지정 해 야 합 니 다.default interface: first interface found in socket path
예 를 들 어: 전에 나 는 ctrlinterface = /data/misc/wifi/wpa_supplicant 이 주소 로 설정 하면 wpa 사용cli 시 지정 - p / data / misc / wifi / wpasupplicant 설정, 그렇지 않 으 면 나타 납 니 다.
  • Could not connect to wpa_supplicant: wlan 0 - re - trying 의 오류..
  • 좋은 웹페이지 즐겨찾기