Searched refs:peer_notify (Results 1 – 1 of 1) sorted by relevance
455 struct rsi_peer_notify *peer_notify; in rsi_hal_send_sta_notify_frame() local470 peer_notify = (struct rsi_peer_notify *)skb->data; in rsi_hal_send_sta_notify_frame()472 peer_notify->command = cpu_to_le16(opmode << 1); in rsi_hal_send_sta_notify_frame()476 peer_notify->command |= cpu_to_le16(RSI_ADD_PEER); in rsi_hal_send_sta_notify_frame()479 peer_notify->command |= cpu_to_le16(RSI_DELETE_PEER); in rsi_hal_send_sta_notify_frame()485 peer_notify->command |= cpu_to_le16((aid & 0xfff) << 4); in rsi_hal_send_sta_notify_frame()486 ether_addr_copy(peer_notify->mac_addr, bssid); in rsi_hal_send_sta_notify_frame()488 peer_notify->sta_flags = cpu_to_le32((qos_enable) ? 1 : 0); in rsi_hal_send_sta_notify_frame()490 peer_notify->desc_word[0] = in rsi_hal_send_sta_notify_frame()493 peer_notify->desc_word[1] = cpu_to_le16(PEER_NOTIFY); in rsi_hal_send_sta_notify_frame()[all …]