Searched refs:AP_MODE (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/wilc1000/ |
D | wilc_wfi_cfgoperations.c | 1204 key_index, params->seq_len, params->seq, pu8RxMic, pu8TxMic, AP_MODE, u8gmode); in add_key() 1249 pu8RxMic, pu8TxMic, AP_MODE, u8pmode, key_index); in add_key() 1531 if (nic->iftype == AP_MODE || nic->iftype == GO_MODE) { in get_station() 2735 nic->iftype = AP_MODE; in change_virtual_intf() 2742 nic->iftype = AP_MODE; in change_virtual_intf() 2791 host_int_set_operation_mode(priv->hWILCWFIDrv, AP_MODE); in change_virtual_intf() 2996 if (nic->iftype == AP_MODE || nic->iftype == GO_MODE) { in add_station() 3065 if (nic->iftype == AP_MODE || nic->iftype == GO_MODE) { in del_station() 3110 if (nic->iftype == AP_MODE || nic->iftype == GO_MODE) { in change_station()
|
D | host_interface.h | 18 #define AP_MODE 0x01 macro
|
D | linux_wlan.c | 529 if (nic->iftype == AP_MODE) in linux_wlan_get_firmware()
|
D | host_interface.c | 3213 if (mode == AP_MODE) { in host_int_add_ptk() 3284 if (mode == AP_MODE) { in host_int_add_rx_gtk()
|