2025年11月15日(土) 16:54 JST
| | | LinuxでのDriver | | | Linuxでアクセスポイント | | | 構築例 | | | 無線LANに関するリンク |
struct command *cmd;
int err; (追加)
[br_init();]を[err = br_init();]に変更
以降を追加
if (err == 12345) {
fprintf(stderr , "kernel API version mismatchn");
return 1;
}
if( err ) {
perror("Error initialising bridge communication");
return 1;
}
# Corega Wireless LAN Card Setting
card "Corega Wireless LAN PCC-11"
version "corega K.K.","Wireless LAN PCC-11"
bind "hostap_cs"
card "corega K.K. Wireless LAN PCCA-11 Ver. 1.00"
version "corega K.K.", "Wireless LAN PCCA-11", "Ver. 1.00"
bind "hostap_cs"
card "corega K.K. Wireless_LAN_PCCB-11"
version "corega_K.K.", "Wireless_LAN_PCCB-11", "Version 01.02", ""
bind "hostap_cs"
card "corega WL PCCL-11 ISL37300P RevA"
version "corega", "WL PCCL-11", "ISL37300P", "RevA"
bind "hostap_cs"
card "corega Wireless LAN PCCS-11"
version "corega", "Wireless LAN PCCS-11", "Version 02.00", ""
bind "hostap_cs"
card "Corega WL CF-11 Rev.A"
version "corega", "WL CF-11", "ISL37300P", "RevA"
bind "hostap_cs"
初期設定を行っておくには、以下の設定を行います。
# Optional configuration parameters for hostap_cs.o
# mode = 1 is adhoc , 2 is infra , 3 is master , 4 is repeat , 5 is second
# infra is client , master is AccessPoint
module "hostap_cs" opts "channel=3 iw_mode=3 essid=corega ignore_cis_vcc=0"
ここで、[channel=3]は初期のチャネル、[iw_mode=3]は基地局モード、[essid=corega]は初期の
SSIDになります。