Home
last modified time | relevance | path

Searched refs:op_channel_attr_index (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1371 u8 op_channel_attr_index = 0; in WILC_WFI_CfgParseRxAction() local
1381 op_channel_attr_index = index; in WILC_WFI_CfgParseRxAction()
1395 if (op_channel_attr_index) { in WILC_WFI_CfgParseRxAction()
1396 buf[op_channel_attr_index + 6] = 0x51; in WILC_WFI_CfgParseRxAction()
1397 buf[op_channel_attr_index + 7] = wlan_channel; in WILC_WFI_CfgParseRxAction()
1407 u8 op_channel_attr_index = 0; in WILC_WFI_CfgParseTxAction() local
1420 op_channel_attr_index = index; in WILC_WFI_CfgParseTxAction()
1434 if (op_channel_attr_index) { in WILC_WFI_CfgParseTxAction()
1435 buf[op_channel_attr_index + 6] = 0x51; in WILC_WFI_CfgParseTxAction()
1436 buf[op_channel_attr_index + 7] = wlan_channel; in WILC_WFI_CfgParseTxAction()